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

models.streams.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: 2.30.1
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : "DynamoDbException",
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : {
      "AttributeValue" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      },
      "InternalServerError" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      },
      "KeySchemaElement" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      },
      "KeyType" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      },
      "LimitExceededException" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      },
      "ResourceNotFoundException" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      },
      "StreamViewType" : {
        "exclude" : null,
        "excludeShape" : true,
        "inject" : null,
        "modify" : null,
        "staxTargetDepthOffset" : null
      }
    },
    "shapeSubstitutions" : null,
    "shareModelConfig" : {
      "packageName" : "streams",
      "shareModelWith" : "dynamodb"
    },
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "listStreams" ]
  },
  "metadata" : {
    "apiVersion" : "2012-08-10",
    "asyncBuilder" : "DefaultDynamoDbStreamsAsyncClientBuilder",
    "asyncBuilderInterface" : "DynamoDbStreamsAsyncClientBuilder",
    "asyncClient" : "DefaultDynamoDbStreamsAsyncClient",
    "asyncInterface" : "DynamoDbStreamsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultDynamoDbStreamsBaseClientBuilder",
    "baseBuilderInterface" : "DynamoDbStreamsBaseClientBuilder",
    "baseExceptionName" : "DynamoDbStreamsException",
    "baseRequestName" : "DynamoDbStreamsRequest",
    "baseResponseName" : "DynamoDbStreamsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "dynamodb.streams",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon DynamoDB Streams",
    "documentation" : "Amazon DynamoDB 

Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see Capturing Table Activity with DynamoDB Streams in the Amazon DynamoDB Developer Guide.

", "endpointPrefix" : "streams.dynamodb", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.dynamodb.streams", "fullModelPackageName" : "software.amazon.awssdk.services.dynamodb.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.dynamodb.streams.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.dynamodb.streams.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.dynamodb.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.0", "modelPackageName" : "dynamodb.model", "paginatorsPackageName" : "dynamodb.streams.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "dynamodb.streams.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "DynamoDB Streams", "serviceName" : "DynamoDbStreams", "signingName" : "dynamodb", "syncBuilder" : "DefaultDynamoDbStreamsClientBuilder", "syncBuilderInterface" : "DynamoDbStreamsClientBuilder", "syncClient" : "DefaultDynamoDbStreamsClient", "syncInterface" : "DynamoDbStreamsClient", "transformPackageName" : "dynamodb.transform", "uid" : "streams-dynamodb-2012-08-10", "xmlProtocol" : false }, "operations" : { "DescribeStream" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.

You can call DescribeStream at a maximum rate of 10 times per second.

Each shard in the stream has a SequenceNumberRange associated with it. If the SequenceNumberRange has a StartingSequenceNumber but no EndingSequenceNumber, then the shard is still open (able to receive more stream records). If both StartingSequenceNumber and EndingSequenceNumber are present, then that shard is closed and can no longer receive more data.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent stream.

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

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStreamRequest", "variableName" : "describeStreamRequest", "variableType" : "DescribeStreamRequest", "documentation" : "

Represents the input of a DescribeStream operation.

", "simpleType" : "DescribeStreamRequest", "variableSetterType" : "DescribeStreamRequest" }, "methodName" : "describeStream", "operationName" : "DescribeStream", "paginated" : true, "returnType" : { "returnType" : "DescribeStreamResponse", "documentation" : "

Represents the output of a DescribeStream operation.

" }, "syncReturnType" : "DescribeStreamResponse" }, "GetRecords" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the stream records from a given shard.

Specify a shard iterator using the ShardIterator parameter. The shard iterator specifies the position in the shard from which you want to start reading stream records sequentially. If there are no stream records available in the portion of the shard that the iterator points to, GetRecords returns an empty list. Note that it might take multiple calls to get to a portion of the shard that contains stream records.

GetRecords can retrieve a maximum of 1 MB of data or 1000 stream records, whichever comes first.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent stream.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "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" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

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

The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15 minutes after it is retrieved using the GetShardIterator action.

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

The operation attempted to read past the oldest stream record in a shard.

In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. You might receive a TrimmedDataAccessException if:

  • You request a shard iterator with a sequence number older than the trim point (24 hours).

  • You obtain a shard iterator, but before you use the iterator in a GetRecords request, a stream record in the shard exceeds the 24 hour period and is trimmed. This causes the iterator to access a record that no longer exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetRecordsRequest", "variableName" : "getRecordsRequest", "variableType" : "GetRecordsRequest", "documentation" : "

Represents the input of a GetRecords operation.

", "simpleType" : "GetRecordsRequest", "variableSetterType" : "GetRecordsRequest" }, "methodName" : "getRecords", "operationName" : "GetRecords", "paginated" : false, "returnType" : { "returnType" : "GetRecordsResponse", "documentation" : "

Represents the output of a GetRecords operation.

" }, "syncReturnType" : "GetRecordsResponse" }, "GetShardIterator" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a shard iterator. A shard iterator provides information about how to retrieve the stream records from within a shard. Use the shard iterator in a subsequent GetRecords request to read the stream records from the shard.

A shard iterator expires 15 minutes after it is returned to the requester.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent stream.

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

An error occurred on the server side.

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

The operation attempted to read past the oldest stream record in a shard.

In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. You might receive a TrimmedDataAccessException if:

  • You request a shard iterator with a sequence number older than the trim point (24 hours).

  • You obtain a shard iterator, but before you use the iterator in a GetRecords request, a stream record in the shard exceeds the 24 hour period and is trimmed. This causes the iterator to access a record that no longer exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetShardIteratorRequest", "variableName" : "getShardIteratorRequest", "variableType" : "GetShardIteratorRequest", "documentation" : "

Represents the input of a GetShardIterator operation.

", "simpleType" : "GetShardIteratorRequest", "variableSetterType" : "GetShardIteratorRequest" }, "methodName" : "getShardIterator", "operationName" : "GetShardIterator", "paginated" : false, "returnType" : { "returnType" : "GetShardIteratorResponse", "documentation" : "

Represents the output of a GetShardIterator operation.

" }, "syncReturnType" : "GetShardIteratorResponse" }, "ListStreams" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns an array of stream ARNs associated with the current account and endpoint. If the TableName parameter is present, then ListStreams will return only the streams ARNs for that table.

You can call ListStreams at a maximum rate of 5 times per second.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent stream.

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

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStreamsRequest", "variableName" : "listStreamsRequest", "variableType" : "ListStreamsRequest", "documentation" : "

Represents the input of a ListStreams operation.

", "simpleType" : "ListStreamsRequest", "variableSetterType" : "ListStreamsRequest" }, "methodName" : "listStreams", "operationName" : "ListStreams", "paginated" : true, "returnType" : { "returnType" : "ListStreamsResponse", "documentation" : "

Represents the output of a ListStreams operation.

" }, "syncReturnType" : "ListStreamsResponse" } }, "shapes" : { "AttributeValue" : { "c2jName" : "AttributeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the data for an attribute. You can set one, and only one, of the elements.

Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. For example, a book item can have title and authors attributes. Each book has one title but can have many authors. The multi-valued attribute is a set; duplicate values are not allowed.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS", "beanStyleSetterMethodName" : "setS", "c2jName" : "S", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A String data type.

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

A String data type.

\n@return A String data type.\n@deprecated Use {@link #s()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A String data type.

\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s(String)}\n", "documentation" : "

A String data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s", "fluentSetterDocumentation" : "

A String data type.

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

A String data type.

\n@return A String data type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S", "sensitive" : false, "setterDocumentation" : "

A String data type.

\n@param s A String data type.", "setterMethodName" : "setS", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "

A String data type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getN", "beanStyleSetterMethodName" : "setN", "c2jName" : "N", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Number data type.

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

A Number data type.

\n@return A Number data type.\n@deprecated Use {@link #n()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Number data type.

\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #n(String)}\n", "documentation" : "

A Number data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the N property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "n", "fluentSetterDocumentation" : "

A Number data type.

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

A Number data type.

\n@return A Number data type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "N", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "N", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "N", "sensitive" : false, "setterDocumentation" : "

A Number data type.

\n@param n A Number data type.", "setterMethodName" : "setN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "

A Number data type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getB", "beanStyleSetterMethodName" : "setB", "c2jName" : "B", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Binary data type.

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

A Binary data type.

\n@return A Binary data type.\n@deprecated Use {@link #b()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Binary data type.

\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #b(SdkBytes)}\n", "documentation" : "

A Binary data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the B property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "b", "fluentSetterDocumentation" : "

A Binary data type.

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

A Binary data type.

\n@return A Binary data type.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "B", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "B", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "B", "sensitive" : false, "setterDocumentation" : "

A Binary data type.

\n@param b A Binary data type.", "setterMethodName" : "setB", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "b", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "b", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

A Binary data type.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSs", "beanStyleSetterMethodName" : "setSs", "c2jName" : "SS", "c2jShape" : "StringSetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A String Set data type.

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

A String Set data type.

\n

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

\n

\nYou can use {@link #hasSs()} to see if a value was sent in this field.\n

\n@return A String Set data type.\n@deprecated Use {@link #ss()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ss(List)}\n", "documentation" : "

A String Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ss", "fluentSetterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ss", "getterDocumentation" : "

A String Set data type.

\n

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

\n

\nYou can use {@link #hasSs()} to see if a value was sent in this field.\n

\n@return A String Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SS", "sensitive" : false, "setterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.", "setterMethodName" : "setSs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ss", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ss", "variableType" : "java.util.List", "documentation" : "

A String Set data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNs", "beanStyleSetterMethodName" : "setNs", "c2jName" : "NS", "c2jShape" : "NumberSetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Number Set data type.

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

A Number Set data type.

\n

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

\n

\nYou can use {@link #hasNs()} to see if a value was sent in this field.\n

\n@return A Number Set data type.\n@deprecated Use {@link #ns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ns(List)}\n", "documentation" : "

A Number Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ns", "fluentSetterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ns", "getterDocumentation" : "

A Number Set data type.

\n

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

\n

\nYou can use {@link #hasNs()} to see if a value was sent in this field.\n

\n@return A Number Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NS", "sensitive" : false, "setterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.", "setterMethodName" : "setNs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ns", "variableType" : "java.util.List", "documentation" : "

A Number Set data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBs", "beanStyleSetterMethodName" : "setBs", "c2jName" : "BS", "c2jShape" : "BinarySetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Binary Set data type.

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

A Binary Set data type.

\n

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

\n

\nYou can use {@link #hasBs()} to see if a value was sent in this field.\n

\n@return A Binary Set data type.\n@deprecated Use {@link #bs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bs(SdkBytes>)}\n", "documentation" : "

A Binary Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bs", "fluentSetterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bs", "getterDocumentation" : "

A Binary Set data type.

\n

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

\n

\nYou can use {@link #hasBs()} to see if a value was sent in this field.\n

\n@return A Binary Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #member(SdkBytes)}.\n@param member a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SdkBytes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SdkBytes)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "member", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "member", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "software.amazon.awssdk.core.SdkBytes", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "SdkBytes", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BS", "sensitive" : false, "setterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.", "setterMethodName" : "setBs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bs", "variableType" : "java.util.List", "documentation" : "

A Binary Set data type.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getM", "beanStyleSetterMethodName" : "setM", "c2jName" : "M", "c2jShape" : "MapAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Map data type.

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

A Map data type.

\n

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

\n

\nYou can use {@link #hasM()} to see if a value was sent in this field.\n

\n@return A Map data type.\n@deprecated Use {@link #m()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Map data type.

\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #m(Map)}\n", "documentation" : "

A Map data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the M property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasM", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "m", "fluentSetterDocumentation" : "

A Map data type.

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

A Map data type.

\n

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

\n

\nYou can use {@link #hasM()} to see if a value was sent in this field.\n

\n@return A Map data type.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "M", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "M", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "M", "sensitive" : false, "setterDocumentation" : "

A Map data type.

\n@param m A Map data type.", "setterMethodName" : "setM", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "

A Map data type.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getL", "beanStyleSetterMethodName" : "setL", "c2jName" : "L", "c2jShape" : "ListAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A List data type.

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

A List data type.

\n

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

\n

\nYou can use {@link #hasL()} to see if a value was sent in this field.\n

\n@return A List data type.\n@deprecated Use {@link #l()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A List data type.

\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #l(List)}\n", "documentation" : "

A List data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the L property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "l", "fluentSetterDocumentation" : "

A List data type.

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

A List data type.

\n

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

\n

\nYou can use {@link #hasL()} to see if a value was sent in this field.\n

\n@return A List data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "L", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "L", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeValue)}.\n@param member a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "L", "sensitive" : false, "setterDocumentation" : "

A List data type.

\n@param l A List data type.", "setterMethodName" : "setL", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "

A List data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNullValue", "beanStyleSetterMethodName" : "setNullValue", "c2jName" : "NULL", "c2jShape" : "NullAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Null data type.

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

A Null data type.

\n@return A Null data type.\n@deprecated Use {@link #nullValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Null data type.

\n@param nullValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nullValue(Boolean)}\n", "documentation" : "

A Null data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NULL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNullValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nullValue", "fluentSetterDocumentation" : "

A Null data type.

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

A Null data type.

\n@return A Null data type.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NULL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NULL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "NULL", "sensitive" : false, "setterDocumentation" : "

A Null data type.

\n@param nullValue A Null data type.", "setterMethodName" : "setNullValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "nullValue", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "nullValue", "variableType" : "Boolean", "documentation" : "

A Null data type.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBool", "beanStyleSetterMethodName" : "setBool", "c2jName" : "BOOL", "c2jShape" : "BooleanAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Boolean data type.

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

A Boolean data type.

\n@return A Boolean data type.\n@deprecated Use {@link #bool()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Boolean data type.

\n@param bool A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bool(Boolean)}\n", "documentation" : "

A Boolean data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BOOL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBool", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bool", "fluentSetterDocumentation" : "

A Boolean data type.

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

A Boolean data type.

\n@return A Boolean data type.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BOOL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BOOL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "BOOL", "sensitive" : false, "setterDocumentation" : "

A Boolean data type.

\n@param bool A Boolean data type.", "setterMethodName" : "setBool", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "bool", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "bool", "variableType" : "Boolean", "documentation" : "

A Boolean data type.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "B" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getB", "beanStyleSetterMethodName" : "setB", "c2jName" : "B", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Binary data type.

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

A Binary data type.

\n@return A Binary data type.\n@deprecated Use {@link #b()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Binary data type.

\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #b(SdkBytes)}\n", "documentation" : "

A Binary data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the B property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "b", "fluentSetterDocumentation" : "

A Binary data type.

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

A Binary data type.

\n@return A Binary data type.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "B", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "B", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "B", "sensitive" : false, "setterDocumentation" : "

A Binary data type.

\n@param b A Binary data type.", "setterMethodName" : "setB", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "b", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "b", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

A Binary data type.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BOOL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBool", "beanStyleSetterMethodName" : "setBool", "c2jName" : "BOOL", "c2jShape" : "BooleanAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Boolean data type.

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

A Boolean data type.

\n@return A Boolean data type.\n@deprecated Use {@link #bool()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Boolean data type.

\n@param bool A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bool(Boolean)}\n", "documentation" : "

A Boolean data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BOOL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBool", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bool", "fluentSetterDocumentation" : "

A Boolean data type.

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

A Boolean data type.

\n@return A Boolean data type.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BOOL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BOOL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "BOOL", "sensitive" : false, "setterDocumentation" : "

A Boolean data type.

\n@param bool A Boolean data type.", "setterMethodName" : "setBool", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "bool", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "bool", "variableType" : "Boolean", "documentation" : "

A Boolean data type.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BS" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBs", "beanStyleSetterMethodName" : "setBs", "c2jName" : "BS", "c2jShape" : "BinarySetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Binary Set data type.

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

A Binary Set data type.

\n

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

\n

\nYou can use {@link #hasBs()} to see if a value was sent in this field.\n

\n@return A Binary Set data type.\n@deprecated Use {@link #bs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bs(SdkBytes>)}\n", "documentation" : "

A Binary Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bs", "fluentSetterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bs", "getterDocumentation" : "

A Binary Set data type.

\n

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

\n

\nYou can use {@link #hasBs()} to see if a value was sent in this field.\n

\n@return A Binary Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #member(SdkBytes)}.\n@param member a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SdkBytes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SdkBytes)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "member", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "member", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "software.amazon.awssdk.core.SdkBytes", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "SdkBytes", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BS", "sensitive" : false, "setterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.", "setterMethodName" : "setBs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bs", "variableType" : "java.util.List", "documentation" : "

A Binary Set data type.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "L" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getL", "beanStyleSetterMethodName" : "setL", "c2jName" : "L", "c2jShape" : "ListAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A List data type.

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

A List data type.

\n

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

\n

\nYou can use {@link #hasL()} to see if a value was sent in this field.\n

\n@return A List data type.\n@deprecated Use {@link #l()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A List data type.

\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #l(List)}\n", "documentation" : "

A List data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the L property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "l", "fluentSetterDocumentation" : "

A List data type.

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

A List data type.

\n

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

\n

\nYou can use {@link #hasL()} to see if a value was sent in this field.\n

\n@return A List data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "L", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "L", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeValue)}.\n@param member a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "L", "sensitive" : false, "setterDocumentation" : "

A List data type.

\n@param l A List data type.", "setterMethodName" : "setL", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "

A List data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "M" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getM", "beanStyleSetterMethodName" : "setM", "c2jName" : "M", "c2jShape" : "MapAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Map data type.

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

A Map data type.

\n

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

\n

\nYou can use {@link #hasM()} to see if a value was sent in this field.\n

\n@return A Map data type.\n@deprecated Use {@link #m()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Map data type.

\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #m(Map)}\n", "documentation" : "

A Map data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the M property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasM", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "m", "fluentSetterDocumentation" : "

A Map data type.

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

A Map data type.

\n

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

\n

\nYou can use {@link #hasM()} to see if a value was sent in this field.\n

\n@return A Map data type.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "M", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "M", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "M", "sensitive" : false, "setterDocumentation" : "

A Map data type.

\n@param m A Map data type.", "setterMethodName" : "setM", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "

A Map data type.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "N" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getN", "beanStyleSetterMethodName" : "setN", "c2jName" : "N", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Number data type.

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

A Number data type.

\n@return A Number data type.\n@deprecated Use {@link #n()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Number data type.

\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #n(String)}\n", "documentation" : "

A Number data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the N property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "n", "fluentSetterDocumentation" : "

A Number data type.

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

A Number data type.

\n@return A Number data type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "N", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "N", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "N", "sensitive" : false, "setterDocumentation" : "

A Number data type.

\n@param n A Number data type.", "setterMethodName" : "setN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "

A Number data type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NS" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNs", "beanStyleSetterMethodName" : "setNs", "c2jName" : "NS", "c2jShape" : "NumberSetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Number Set data type.

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

A Number Set data type.

\n

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

\n

\nYou can use {@link #hasNs()} to see if a value was sent in this field.\n

\n@return A Number Set data type.\n@deprecated Use {@link #ns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ns(List)}\n", "documentation" : "

A Number Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ns", "fluentSetterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ns", "getterDocumentation" : "

A Number Set data type.

\n

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

\n

\nYou can use {@link #hasNs()} to see if a value was sent in this field.\n

\n@return A Number Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NS", "sensitive" : false, "setterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.", "setterMethodName" : "setNs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ns", "variableType" : "java.util.List", "documentation" : "

A Number Set data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NULL" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNullValue", "beanStyleSetterMethodName" : "setNullValue", "c2jName" : "NULL", "c2jShape" : "NullAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Null data type.

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

A Null data type.

\n@return A Null data type.\n@deprecated Use {@link #nullValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Null data type.

\n@param nullValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nullValue(Boolean)}\n", "documentation" : "

A Null data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NULL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNullValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nullValue", "fluentSetterDocumentation" : "

A Null data type.

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

A Null data type.

\n@return A Null data type.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NULL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NULL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "NULL", "sensitive" : false, "setterDocumentation" : "

A Null data type.

\n@param nullValue A Null data type.", "setterMethodName" : "setNullValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "nullValue", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "nullValue", "variableType" : "Boolean", "documentation" : "

A Null data type.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS", "beanStyleSetterMethodName" : "setS", "c2jName" : "S", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A String data type.

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

A String data type.

\n@return A String data type.\n@deprecated Use {@link #s()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A String data type.

\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s(String)}\n", "documentation" : "

A String data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s", "fluentSetterDocumentation" : "

A String data type.

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

A String data type.

\n@return A String data type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S", "sensitive" : false, "setterDocumentation" : "

A String data type.

\n@param s A String data type.", "setterMethodName" : "setS", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "

A String data type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SS" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSs", "beanStyleSetterMethodName" : "setSs", "c2jName" : "SS", "c2jShape" : "StringSetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A String Set data type.

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

A String Set data type.

\n

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

\n

\nYou can use {@link #hasSs()} to see if a value was sent in this field.\n

\n@return A String Set data type.\n@deprecated Use {@link #ss()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ss(List)}\n", "documentation" : "

A String Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ss", "fluentSetterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ss", "getterDocumentation" : "

A String Set data type.

\n

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

\n

\nYou can use {@link #hasSs()} to see if a value was sent in this field.\n

\n@return A String Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SS", "sensitive" : false, "setterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.", "setterMethodName" : "setSs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ss", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ss", "variableType" : "java.util.List", "documentation" : "

A String Set data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS", "beanStyleSetterMethodName" : "setS", "c2jName" : "S", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A String data type.

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

A String data type.

\n@return A String data type.\n@deprecated Use {@link #s()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A String data type.

\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s(String)}\n", "documentation" : "

A String data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s", "fluentSetterDocumentation" : "

A String data type.

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

A String data type.

\n@return A String data type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S", "sensitive" : false, "setterDocumentation" : "

A String data type.

\n@param s A String data type.", "setterMethodName" : "setS", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "

A String data type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getN", "beanStyleSetterMethodName" : "setN", "c2jName" : "N", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Number data type.

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

A Number data type.

\n@return A Number data type.\n@deprecated Use {@link #n()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Number data type.

\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #n(String)}\n", "documentation" : "

A Number data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the N property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "n", "fluentSetterDocumentation" : "

A Number data type.

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

A Number data type.

\n@return A Number data type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "N", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "N", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "N", "sensitive" : false, "setterDocumentation" : "

A Number data type.

\n@param n A Number data type.", "setterMethodName" : "setN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "

A Number data type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getB", "beanStyleSetterMethodName" : "setB", "c2jName" : "B", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Binary data type.

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

A Binary data type.

\n@return A Binary data type.\n@deprecated Use {@link #b()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Binary data type.

\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #b(SdkBytes)}\n", "documentation" : "

A Binary data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the B property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "b", "fluentSetterDocumentation" : "

A Binary data type.

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

A Binary data type.

\n@return A Binary data type.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "B", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "B", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "B", "sensitive" : false, "setterDocumentation" : "

A Binary data type.

\n@param b A Binary data type.", "setterMethodName" : "setB", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "b", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "b", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

A Binary data type.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSs", "beanStyleSetterMethodName" : "setSs", "c2jName" : "SS", "c2jShape" : "StringSetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A String Set data type.

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

A String Set data type.

\n

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

\n

\nYou can use {@link #hasSs()} to see if a value was sent in this field.\n

\n@return A String Set data type.\n@deprecated Use {@link #ss()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ss(List)}\n", "documentation" : "

A String Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ss", "fluentSetterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ss", "getterDocumentation" : "

A String Set data type.

\n

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

\n

\nYou can use {@link #hasSs()} to see if a value was sent in this field.\n

\n@return A String Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SS", "sensitive" : false, "setterDocumentation" : "

A String Set data type.

\n@param ss A String Set data type.", "setterMethodName" : "setSs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ss", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ss", "variableType" : "java.util.List", "documentation" : "

A String Set data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNs", "beanStyleSetterMethodName" : "setNs", "c2jName" : "NS", "c2jShape" : "NumberSetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Number Set data type.

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

A Number Set data type.

\n

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

\n

\nYou can use {@link #hasNs()} to see if a value was sent in this field.\n

\n@return A Number Set data type.\n@deprecated Use {@link #ns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ns(List)}\n", "documentation" : "

A Number Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ns", "fluentSetterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ns", "getterDocumentation" : "

A Number Set data type.

\n

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

\n

\nYou can use {@link #hasNs()} to see if a value was sent in this field.\n

\n@return A Number Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NS", "sensitive" : false, "setterDocumentation" : "

A Number Set data type.

\n@param ns A Number Set data type.", "setterMethodName" : "setNs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ns", "variableType" : "java.util.List", "documentation" : "

A Number Set data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBs", "beanStyleSetterMethodName" : "setBs", "c2jName" : "BS", "c2jShape" : "BinarySetAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Binary Set data type.

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

A Binary Set data type.

\n

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

\n

\nYou can use {@link #hasBs()} to see if a value was sent in this field.\n

\n@return A Binary Set data type.\n@deprecated Use {@link #bs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bs(SdkBytes>)}\n", "documentation" : "

A Binary Set data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bs", "fluentSetterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bs", "getterDocumentation" : "

A Binary Set data type.

\n

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

\n

\nYou can use {@link #hasBs()} to see if a value was sent in this field.\n

\n@return A Binary Set data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BS", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BS", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #member(SdkBytes)}.\n@param member a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SdkBytes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SdkBytes)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "member", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "member", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "software.amazon.awssdk.core.SdkBytes", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "SdkBytes", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BS", "sensitive" : false, "setterDocumentation" : "

A Binary Set data type.

\n@param bs A Binary Set data type.", "setterMethodName" : "setBs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bs", "variableType" : "java.util.List", "documentation" : "

A Binary Set data type.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getM", "beanStyleSetterMethodName" : "setM", "c2jName" : "M", "c2jShape" : "MapAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Map data type.

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

A Map data type.

\n

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

\n

\nYou can use {@link #hasM()} to see if a value was sent in this field.\n

\n@return A Map data type.\n@deprecated Use {@link #m()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Map data type.

\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #m(Map)}\n", "documentation" : "

A Map data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the M property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasM", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "m", "fluentSetterDocumentation" : "

A Map data type.

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

A Map data type.

\n

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

\n

\nYou can use {@link #hasM()} to see if a value was sent in this field.\n

\n@return A Map data type.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "M", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "M", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "M", "sensitive" : false, "setterDocumentation" : "

A Map data type.

\n@param m A Map data type.", "setterMethodName" : "setM", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "

A Map data type.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getL", "beanStyleSetterMethodName" : "setL", "c2jName" : "L", "c2jShape" : "ListAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A List data type.

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

A List data type.

\n

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

\n

\nYou can use {@link #hasL()} to see if a value was sent in this field.\n

\n@return A List data type.\n@deprecated Use {@link #l()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A List data type.

\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #l(List)}\n", "documentation" : "

A List data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the L property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasL", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "l", "fluentSetterDocumentation" : "

A List data type.

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

A List data type.

\n

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

\n

\nYou can use {@link #hasL()} to see if a value was sent in this field.\n

\n@return A List data type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "L", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "L", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeValue)}.\n@param member a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "L", "sensitive" : false, "setterDocumentation" : "

A List data type.

\n@param l A List data type.", "setterMethodName" : "setL", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "

A List data type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNullValue", "beanStyleSetterMethodName" : "setNullValue", "c2jName" : "NULL", "c2jShape" : "NullAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Null data type.

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

A Null data type.

\n@return A Null data type.\n@deprecated Use {@link #nullValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Null data type.

\n@param nullValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nullValue(Boolean)}\n", "documentation" : "

A Null data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NULL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNullValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nullValue", "fluentSetterDocumentation" : "

A Null data type.

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

A Null data type.

\n@return A Null data type.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NULL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NULL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "NULL", "sensitive" : false, "setterDocumentation" : "

A Null data type.

\n@param nullValue A Null data type.", "setterMethodName" : "setNullValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "nullValue", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "nullValue", "variableType" : "Boolean", "documentation" : "

A Null data type.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBool", "beanStyleSetterMethodName" : "setBool", "c2jName" : "BOOL", "c2jShape" : "BooleanAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

A Boolean data type.

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

A Boolean data type.

\n@return A Boolean data type.\n@deprecated Use {@link #bool()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Boolean data type.

\n@param bool A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bool(Boolean)}\n", "documentation" : "

A Boolean data type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BOOL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBool", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bool", "fluentSetterDocumentation" : "

A Boolean data type.

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

A Boolean data type.

\n@return A Boolean data type.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BOOL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BOOL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "BOOL", "sensitive" : false, "setterDocumentation" : "

A Boolean data type.

\n@param bool A Boolean data type.", "setterMethodName" : "setBool", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "bool", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "bool", "variableType" : "Boolean", "documentation" : "

A Boolean data type.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttributeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "attributeValue", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeStreamRequest" : { "c2jName" : "DescribeStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input of a DescribeStream operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeStream", "locationName" : null, "requestUri" : "/", "target" : "DynamoDBStreams_20120810.DescribeStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

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

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

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

The maximum number of shard objects to return. The upper limit is 100.

\n@return The maximum number of shard objects to return. The upper limit is 100.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@return The maximum number of shard objects to return. The upper limit is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

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

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@deprecated Use {@link #exclusiveStartShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exclusiveStartShardId(String)}\n", "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExclusiveStartShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExclusiveStartShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "fluentSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartShardId", "getterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExclusiveStartShardId", "sensitive" : false, "setterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartShardId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

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

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@deprecated Use {@link #exclusiveStartShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exclusiveStartShardId(String)}\n", "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExclusiveStartShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExclusiveStartShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "fluentSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartShardId", "getterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExclusiveStartShardId", "sensitive" : false, "setterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

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

The maximum number of shard objects to return. The upper limit is 100.

\n@return The maximum number of shard objects to return. The upper limit is 100.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@return The maximum number of shard objects to return. The upper limit is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

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

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

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

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

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

The maximum number of shard objects to return. The upper limit is 100.

\n@return The maximum number of shard objects to return. The upper limit is 100.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@return The maximum number of shard objects to return. The upper limit is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of shard objects to return. The upper limit is 100.

\n@param limit The maximum number of shard objects to return. The upper limit is 100.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

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

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@deprecated Use {@link #exclusiveStartShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exclusiveStartShardId(String)}\n", "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExclusiveStartShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExclusiveStartShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "fluentSetterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartShardId", "getterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExclusiveStartShardId", "sensitive" : false, "setterDocumentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamArn" ], "shapeName" : "DescribeStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStreamRequest", "variableName" : "describeStreamRequest", "variableType" : "DescribeStreamRequest", "documentation" : null, "simpleType" : "DescribeStreamRequest", "variableSetterType" : "DescribeStreamRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeStreamResponse" : { "c2jName" : "DescribeStreamOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DescribeStream operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamDescription", "beanStyleSetterMethodName" : "setStreamDescription", "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "defaultConsumerFluentSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

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

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@deprecated Use {@link #streamDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamDescription(StreamDescription)}\n", "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescription", "fluentSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamDescription", "getterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.", "getterModel" : { "returnType" : "StreamDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamDescription", "sensitive" : false, "setterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.", "setterMethodName" : "setStreamDescription", "setterModel" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamDescription" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamDescription", "beanStyleSetterMethodName" : "setStreamDescription", "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "defaultConsumerFluentSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

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

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@deprecated Use {@link #streamDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamDescription(StreamDescription)}\n", "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescription", "fluentSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamDescription", "getterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.", "getterModel" : { "returnType" : "StreamDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamDescription", "sensitive" : false, "setterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.", "setterMethodName" : "setStreamDescription", "setterModel" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamDescription", "beanStyleSetterMethodName" : "setStreamDescription", "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "defaultConsumerFluentSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

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

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@deprecated Use {@link #streamDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamDescription(StreamDescription)}\n", "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescription", "fluentSetterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamDescription", "getterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.", "getterModel" : { "returnType" : "StreamDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StreamDescription", "sensitive" : false, "setterDocumentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.", "setterMethodName" : "setStreamDescription", "setterModel" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStreamResponse", "variableName" : "describeStreamResponse", "variableType" : "DescribeStreamResponse", "documentation" : null, "simpleType" : "DescribeStreamResponse", "variableSetterType" : "DescribeStreamResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ExpiredIteratorException" : { "c2jName" : "ExpiredIteratorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15 minutes after it is retrieved using the GetShardIterator action.

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

Represents the input of a GetRecords operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetRecords", "locationName" : null, "requestUri" : "/", "target" : "DynamoDBStreams_20120810.GetRecords", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

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

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@deprecated Use {@link #shardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardIterator(String)}\n", "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "fluentSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardIterator", "getterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIterator", "sensitive" : false, "setterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.", "setterMethodName" : "setShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

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

The maximum number of records to return from the shard. The upper limit is 1000.

\n@return The maximum number of records to return from the shard. The upper limit is 1000.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@return The maximum number of records to return from the shard. The upper limit is 1000.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

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

The maximum number of records to return from the shard. The upper limit is 1000.

\n@return The maximum number of records to return from the shard. The upper limit is 1000.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@return The maximum number of records to return from the shard. The upper limit is 1000.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShardIterator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

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

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@deprecated Use {@link #shardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardIterator(String)}\n", "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "fluentSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardIterator", "getterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIterator", "sensitive" : false, "setterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.", "setterMethodName" : "setShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

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

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@deprecated Use {@link #shardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardIterator(String)}\n", "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "fluentSetterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardIterator", "getterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIterator", "sensitive" : false, "setterDocumentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.", "setterMethodName" : "setShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

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

The maximum number of records to return from the shard. The upper limit is 1000.

\n@return The maximum number of records to return from the shard. The upper limit is 1000.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@return The maximum number of records to return from the shard. The upper limit is 1000.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardIterator" ], "shapeName" : "GetRecordsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetRecordsRequest", "variableName" : "getRecordsRequest", "variableType" : "GetRecordsRequest", "documentation" : null, "simpleType" : "GetRecordsRequest", "variableSetterType" : "GetRecordsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetRecordsResponse" : { "c2jName" : "GetRecordsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a GetRecords operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

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

The stream records from the shard, which were retrieved using the shard iterator.

\n

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

\n

\nYou can use {@link #hasRecords()} to see if a value was sent in this field.\n

\n@return The stream records from the shard, which were retrieved using the shard iterator.\n@deprecated Use {@link #records()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #records(List)}\n", "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Records property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "fluentSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "records", "getterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n

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

\n

\nYou can use {@link #hasRecords()} to see if a value was sent in this field.\n

\n@return The stream records from the shard, which were retrieved using the shard iterator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Record)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Records", "sensitive" : false, "setterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextShardIterator", "beanStyleSetterMethodName" : "setNextShardIterator", "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

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

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@return The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@deprecated Use {@link #nextShardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextShardIterator(String)}\n", "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextShardIterator", "fluentSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextShardIterator", "getterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@return The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextShardIterator", "sensitive" : false, "setterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.", "setterMethodName" : "setNextShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextShardIterator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextShardIterator", "beanStyleSetterMethodName" : "setNextShardIterator", "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

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

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@return The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@deprecated Use {@link #nextShardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextShardIterator(String)}\n", "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextShardIterator", "fluentSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextShardIterator", "getterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@return The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextShardIterator", "sensitive" : false, "setterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.", "setterMethodName" : "setNextShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Records" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

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

The stream records from the shard, which were retrieved using the shard iterator.

\n

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

\n

\nYou can use {@link #hasRecords()} to see if a value was sent in this field.\n

\n@return The stream records from the shard, which were retrieved using the shard iterator.\n@deprecated Use {@link #records()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #records(List)}\n", "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Records property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "fluentSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "records", "getterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n

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

\n

\nYou can use {@link #hasRecords()} to see if a value was sent in this field.\n

\n@return The stream records from the shard, which were retrieved using the shard iterator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Record)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Records", "sensitive" : false, "setterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

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

The stream records from the shard, which were retrieved using the shard iterator.

\n

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

\n

\nYou can use {@link #hasRecords()} to see if a value was sent in this field.\n

\n@return The stream records from the shard, which were retrieved using the shard iterator.\n@deprecated Use {@link #records()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #records(List)}\n", "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Records property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "fluentSetterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "records", "getterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n

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

\n

\nYou can use {@link #hasRecords()} to see if a value was sent in this field.\n

\n@return The stream records from the shard, which were retrieved using the shard iterator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Record)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Records", "sensitive" : false, "setterDocumentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

\n@param records The stream records from the shard, which were retrieved using the shard iterator.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextShardIterator", "beanStyleSetterMethodName" : "setNextShardIterator", "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

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

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@return The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@deprecated Use {@link #nextShardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextShardIterator(String)}\n", "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextShardIterator", "fluentSetterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextShardIterator", "getterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@return The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextShardIterator", "sensitive" : false, "setterDocumentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.", "setterMethodName" : "setNextShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetRecordsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetRecordsResponse", "variableName" : "getRecordsResponse", "variableType" : "GetRecordsResponse", "documentation" : null, "simpleType" : "GetRecordsResponse", "variableSetterType" : "GetRecordsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetShardIteratorRequest" : { "c2jName" : "GetShardIteratorInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input of a GetShardIterator operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetShardIterator", "locationName" : null, "requestUri" : "/", "target" : "DynamoDBStreams_20120810.GetShardIterator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

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

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the stream.

\n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

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

The identifier of the shard. The iterator will be returned for this shard ID.

\n@return The identifier of the shard. The iterator will be returned for this shard ID.\n@deprecated Use {@link #shardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardId(String)}\n", "documentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

\n@return The identifier of the shard. The iterator will be returned for this shard ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardId", "sensitive" : false, "setterDocumentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIteratorType", "beanStyleSetterMethodName" : "setShardIteratorType", "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

Determines how the shard iterator is used to start reading stream records from the shard:

  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

  • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

  • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

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

Determines how the shard iterator is used to start reading stream records from the shard:

  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

  • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

  • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

\n

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

\n@return Determines how the shard iterator is used to start reading stream records from the shard:

  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

  • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

  • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

  • \n@see ShardIteratorType\n@deprecated Use {@link #shardIteratorTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    Determines how the shard iterator is used to start reading stream records from the shard:

    • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

    • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

    • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

    • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

    \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

    • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

    • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

    • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

    • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

    • \n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType\n@deprecated Use {@link #shardIteratorType(String)}\n", "documentation" : "

      Determines how the shard iterator is used to start reading stream records from the shard:

      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

      ", "endpointDiscoveryId" : false, "enumType" : "ShardIteratorType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIteratorType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIteratorType", "fluentEnumGetterMethodName" : "shardIteratorType", "fluentEnumSetterMethodName" : "shardIteratorType", "fluentGetterMethodName" : "shardIteratorTypeAsString", "fluentSetterDocumentation" : "

      Determines how the shard iterator is used to start reading stream records from the shard:

      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

      \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

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

        Determines how the shard iterator is used to start reading stream records from the shard:

        • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

        • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

        • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

        • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

        \n

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

        \n@return Determines how the shard iterator is used to start reading stream records from the shard:

        • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

        • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

        • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

        • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

        • \n@see ShardIteratorType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIteratorType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIteratorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIteratorType", "sensitive" : false, "setterDocumentation" : "

          Determines how the shard iterator is used to start reading stream records from the shard:

          • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

          • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

          • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

          \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

          • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

          • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

          • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

          • \n@see ShardIteratorType", "setterMethodName" : "setShardIteratorType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIteratorType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIteratorType", "variableType" : "String", "documentation" : "

            Determines how the shard iterator is used to start reading stream records from the shard:

            • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

            • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

            • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

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

            The sequence number of a stream record in the shard from which to start reading.

            \n@return The sequence number of a stream record in the shard from which to start reading.\n@deprecated Use {@link #sequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumber(String)}\n", "documentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@return The sequence number of a stream record in the shard from which to start reading.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceNumber", "sensitive" : false, "setterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SequenceNumber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

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

            The sequence number of a stream record in the shard from which to start reading.

            \n@return The sequence number of a stream record in the shard from which to start reading.\n@deprecated Use {@link #sequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumber(String)}\n", "documentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@return The sequence number of a stream record in the shard from which to start reading.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceNumber", "sensitive" : false, "setterDocumentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

            The sequence number of a stream record in the shard from which to start reading.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShardId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

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

            The identifier of the shard. The iterator will be returned for this shard ID.

            \n@return The identifier of the shard. The iterator will be returned for this shard ID.\n@deprecated Use {@link #shardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

            \n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardId(String)}\n", "documentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

            \n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

            \n@return The identifier of the shard. The iterator will be returned for this shard ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardId", "sensitive" : false, "setterDocumentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

            \n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

            The identifier of the shard. The iterator will be returned for this shard ID.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShardIteratorType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIteratorType", "beanStyleSetterMethodName" : "setShardIteratorType", "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

            Determines how the shard iterator is used to start reading stream records from the shard:

            • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

            • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

            • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

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

            Determines how the shard iterator is used to start reading stream records from the shard:

            • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

            • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

            • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

            \n

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

            \n@return Determines how the shard iterator is used to start reading stream records from the shard:

            • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

            • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

            • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

            • \n@see ShardIteratorType\n@deprecated Use {@link #shardIteratorTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              Determines how the shard iterator is used to start reading stream records from the shard:

              • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

              • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

              • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

              • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

              \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

              • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

              • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

              • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

              • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

              • \n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType\n@deprecated Use {@link #shardIteratorType(String)}\n", "documentation" : "

                Determines how the shard iterator is used to start reading stream records from the shard:

                • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                ", "endpointDiscoveryId" : false, "enumType" : "ShardIteratorType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIteratorType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIteratorType", "fluentEnumGetterMethodName" : "shardIteratorType", "fluentEnumSetterMethodName" : "shardIteratorType", "fluentGetterMethodName" : "shardIteratorTypeAsString", "fluentSetterDocumentation" : "

                Determines how the shard iterator is used to start reading stream records from the shard:

                • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

                • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

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

                  Determines how the shard iterator is used to start reading stream records from the shard:

                  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                  • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                  • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                  \n

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

                  \n@return Determines how the shard iterator is used to start reading stream records from the shard:

                  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                  • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                  • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                  • \n@see ShardIteratorType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIteratorType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIteratorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIteratorType", "sensitive" : false, "setterDocumentation" : "

                    Determines how the shard iterator is used to start reading stream records from the shard:

                    • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                    • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                    • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                    • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                    \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

                    • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                    • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                    • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                    • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                    • \n@see ShardIteratorType", "setterMethodName" : "setShardIteratorType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIteratorType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIteratorType", "variableType" : "String", "documentation" : "

                      Determines how the shard iterator is used to start reading stream records from the shard:

                      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

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

                      The Amazon Resource Name (ARN) for the stream.

                      \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

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

                      The Amazon Resource Name (ARN) for the stream.

                      \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                      The Amazon Resource Name (ARN) for the stream.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

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

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      \n@return The identifier of the shard. The iterator will be returned for this shard ID.\n@deprecated Use {@link #shardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      \n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardId(String)}\n", "documentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      \n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      \n@return The identifier of the shard. The iterator will be returned for this shard ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardId", "sensitive" : false, "setterDocumentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      \n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                      The identifier of the shard. The iterator will be returned for this shard ID.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIteratorType", "beanStyleSetterMethodName" : "setShardIteratorType", "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

                      Determines how the shard iterator is used to start reading stream records from the shard:

                      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

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

                      Determines how the shard iterator is used to start reading stream records from the shard:

                      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                      \n

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

                      \n@return Determines how the shard iterator is used to start reading stream records from the shard:

                      • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                      • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                      • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                      • \n@see ShardIteratorType\n@deprecated Use {@link #shardIteratorTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        Determines how the shard iterator is used to start reading stream records from the shard:

                        • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                        • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                        • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                        • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                        \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

                        • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                        • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                        • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                        • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                        • \n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType\n@deprecated Use {@link #shardIteratorType(String)}\n", "documentation" : "

                          Determines how the shard iterator is used to start reading stream records from the shard:

                          • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                          • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                          • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                          ", "endpointDiscoveryId" : false, "enumType" : "ShardIteratorType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIteratorType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIteratorType", "fluentEnumGetterMethodName" : "shardIteratorType", "fluentEnumSetterMethodName" : "shardIteratorType", "fluentGetterMethodName" : "shardIteratorTypeAsString", "fluentSetterDocumentation" : "

                          Determines how the shard iterator is used to start reading stream records from the shard:

                          • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                          • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                          • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                          \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

                          • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                          • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                          • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

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

                            Determines how the shard iterator is used to start reading stream records from the shard:

                            • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                            • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                            • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                            \n

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

                            \n@return Determines how the shard iterator is used to start reading stream records from the shard:

                            • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                            • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                            • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                            • \n@see ShardIteratorType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIteratorType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIteratorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIteratorType", "sensitive" : false, "setterDocumentation" : "

                              Determines how the shard iterator is used to start reading stream records from the shard:

                              • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                              • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                              • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                              • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                              \n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard:

                              • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                              • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                              • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                              • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                              • \n@see ShardIteratorType", "setterMethodName" : "setShardIteratorType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIteratorType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIteratorType", "variableType" : "String", "documentation" : "

                                Determines how the shard iterator is used to start reading stream records from the shard:

                                • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

                                • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

                                • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

                                • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

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

                                The sequence number of a stream record in the shard from which to start reading.

                                \n@return The sequence number of a stream record in the shard from which to start reading.\n@deprecated Use {@link #sequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

                                \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumber(String)}\n", "documentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

                                \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

                                \n@return The sequence number of a stream record in the shard from which to start reading.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

                                \n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                The sequence number of a stream record in the shard from which to start reading.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamArn", "ShardId", "ShardIteratorType" ], "shapeName" : "GetShardIteratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetShardIteratorRequest", "variableName" : "getShardIteratorRequest", "variableType" : "GetShardIteratorRequest", "documentation" : null, "simpleType" : "GetShardIteratorRequest", "variableSetterType" : "GetShardIteratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetShardIteratorResponse" : { "c2jName" : "GetShardIteratorOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents the output of a GetShardIterator operation.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

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

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@deprecated Use {@link #shardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardIterator(String)}\n", "documentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "fluentSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardIterator", "getterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIterator", "sensitive" : false, "setterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.", "setterMethodName" : "setShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardIterator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

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

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@deprecated Use {@link #shardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardIterator(String)}\n", "documentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "fluentSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardIterator", "getterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIterator", "sensitive" : false, "setterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.", "setterMethodName" : "setShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

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

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@deprecated Use {@link #shardIterator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardIterator(String)}\n", "documentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardIterator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardIterator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "fluentSetterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardIterator", "getterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardIterator", "sensitive" : false, "setterDocumentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                \n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.", "setterMethodName" : "setShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardIterator", "variableType" : "String", "documentation" : "

                                The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetShardIteratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetShardIteratorResponse", "variableName" : "getShardIteratorResponse", "variableType" : "GetShardIteratorResponse", "documentation" : null, "simpleType" : "GetShardIteratorResponse", "variableSetterType" : "GetShardIteratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Identity" : { "c2jName" : "Identity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Contains details about the type of identity that made the request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrincipalId", "beanStyleSetterMethodName" : "setPrincipalId", "c2jName" : "PrincipalId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

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

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@return A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@deprecated Use {@link #principalId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #principalId(String)}\n", "documentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrincipalId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrincipalId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "principalId", "fluentSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "principalId", "getterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@return A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrincipalId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrincipalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrincipalId", "sensitive" : false, "setterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".", "setterMethodName" : "setPrincipalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "principalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "principalId", "variableType" : "String", "documentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

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

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@return The type of the identity. For Time To Live, the type is \"Service\".\n@deprecated Use {@link #type()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@return The type of the identity. For Time To Live, the type is \"Service\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PrincipalId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrincipalId", "beanStyleSetterMethodName" : "setPrincipalId", "c2jName" : "PrincipalId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

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

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@return A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@deprecated Use {@link #principalId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #principalId(String)}\n", "documentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrincipalId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrincipalId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "principalId", "fluentSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "principalId", "getterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@return A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrincipalId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrincipalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrincipalId", "sensitive" : false, "setterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".", "setterMethodName" : "setPrincipalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "principalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "principalId", "variableType" : "String", "documentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

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

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@return The type of the identity. For Time To Live, the type is \"Service\".\n@deprecated Use {@link #type()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@return The type of the identity. For Time To Live, the type is \"Service\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrincipalId", "beanStyleSetterMethodName" : "setPrincipalId", "c2jName" : "PrincipalId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

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

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@return A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@deprecated Use {@link #principalId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #principalId(String)}\n", "documentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrincipalId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrincipalId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "principalId", "fluentSetterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "principalId", "getterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@return A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrincipalId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrincipalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrincipalId", "sensitive" : false, "setterDocumentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                \n@param principalId A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".", "setterMethodName" : "setPrincipalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "principalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "principalId", "variableType" : "String", "documentation" : "

                                A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

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

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@return The type of the identity. For Time To Live, the type is \"Service\".\n@deprecated Use {@link #type()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@return The type of the identity. For Time To Live, the type is \"Service\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                \n@param type The type of the identity. For Time To Live, the type is \"Service\".", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                The type of the identity. For Time To Live, the type is \"Service\".

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Identity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Identity", "variableName" : "identity", "variableType" : "Identity", "documentation" : null, "simpleType" : "Identity", "variableSetterType" : "Identity" }, "wrapper" : false, "xmlNamespace" : null }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An error occurred on the server side.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServerError", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalServerErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerErrorException", "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "documentation" : null, "simpleType" : "InternalServerErrorException", "variableSetterType" : "InternalServerErrorException" }, "wrapper" : false, "xmlNamespace" : null }, "KeySchemaElement" : { "c2jName" : "KeySchemaElement", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "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 (partition key) would be represented by one KeySchemaElement. A composite primary key (partition key and sort key) would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.

                                The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB's 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.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of a key attribute.

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

                                The name of a key attribute.

                                \n@return The name of a key attribute.\n@deprecated Use {@link #attributeName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #attributeName(String)}\n", "documentation" : "

                                The name of a key attribute.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AttributeName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributeName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "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" : "attributeName", "getterDocumentation" : "

                                The name of a key attribute.

                                \n@return The name of a key attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                The name of a key attribute.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyType", "beanStyleSetterMethodName" : "setKeyType", "c2jName" : "KeyType", "c2jShape" : "KeyType", "defaultConsumerFluentSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

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

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n

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

                                \n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@deprecated Use {@link #keyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType\n@deprecated Use {@link #keyType(String)}\n", "documentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                ", "endpointDiscoveryId" : false, "enumType" : "KeyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeyType", "fluentEnumGetterMethodName" : "keyType", "fluentEnumSetterMethodName" : "keyType", "fluentGetterMethodName" : "keyTypeAsString", "fluentSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType", "fluentSetterMethodName" : "keyType", "getterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n

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

                                \n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyType", "sensitive" : false, "setterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType", "setterMethodName" : "setKeyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of a key attribute.

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

                                The name of a key attribute.

                                \n@return The name of a key attribute.\n@deprecated Use {@link #attributeName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #attributeName(String)}\n", "documentation" : "

                                The name of a key attribute.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AttributeName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributeName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "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" : "attributeName", "getterDocumentation" : "

                                The name of a key attribute.

                                \n@return The name of a key attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                The name of a key attribute.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeyType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyType", "beanStyleSetterMethodName" : "setKeyType", "c2jName" : "KeyType", "c2jShape" : "KeyType", "defaultConsumerFluentSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

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

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n

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

                                \n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@deprecated Use {@link #keyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType\n@deprecated Use {@link #keyType(String)}\n", "documentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                ", "endpointDiscoveryId" : false, "enumType" : "KeyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeyType", "fluentEnumGetterMethodName" : "keyType", "fluentEnumSetterMethodName" : "keyType", "fluentGetterMethodName" : "keyTypeAsString", "fluentSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType", "fluentSetterMethodName" : "keyType", "getterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n

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

                                \n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyType", "sensitive" : false, "setterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType", "setterMethodName" : "setKeyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of a key attribute.

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

                                The name of a key attribute.

                                \n@return The name of a key attribute.\n@deprecated Use {@link #attributeName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #attributeName(String)}\n", "documentation" : "

                                The name of a key attribute.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AttributeName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributeName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "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" : "attributeName", "getterDocumentation" : "

                                The name of a key attribute.

                                \n@return The name of a key attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                The name of a key attribute.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyType", "beanStyleSetterMethodName" : "setKeyType", "c2jName" : "KeyType", "c2jShape" : "KeyType", "defaultConsumerFluentSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

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

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n

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

                                \n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@deprecated Use {@link #keyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType\n@deprecated Use {@link #keyType(String)}\n", "documentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                ", "endpointDiscoveryId" : false, "enumType" : "KeyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeyType", "fluentEnumGetterMethodName" : "keyType", "fluentEnumSetterMethodName" : "keyType", "fluentGetterMethodName" : "keyTypeAsString", "fluentSetterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType", "fluentSetterMethodName" : "keyType", "getterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n

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

                                \n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyType", "sensitive" : false, "setterDocumentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                \n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType", "setterMethodName" : "setKeyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "

                                The attribute data, consisting of the data type and the attribute value itself.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AttributeName", "KeyType" ], "shapeName" : "KeySchemaElement", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "keySchemaElement", "variableType" : "KeySchemaElement", "documentation" : null, "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "wrapper" : false, "xmlNamespace" : null }, "KeyType" : { "c2jName" : "KeyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "HASH", "value" : "HASH" }, { "name" : "RANGE", "value" : "RANGE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KeyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeyType", "variableName" : "keyType", "variableType" : "KeyType", "documentation" : null, "simpleType" : "KeyType", "variableSetterType" : "KeyType" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "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.

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

                                Represents the input of a ListStreams operation.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListStreams", "locationName" : null, "requestUri" : "/", "target" : "DynamoDBStreams_20120810.ListStreams", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

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

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@return If this parameter is provided, then only the streams associated with this table name are returned.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@return If this parameter is provided, then only the streams associated with this table name are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

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

                                The maximum number of streams to return. The upper limit is 100.

                                \n@return The maximum number of streams to return. The upper limit is 100.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@return The maximum number of streams to return. The upper limit is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExclusiveStartStreamArn", "beanStyleSetterMethodName" : "setExclusiveStartStreamArn", "c2jName" : "ExclusiveStartStreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

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

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@deprecated Use {@link #exclusiveStartStreamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exclusiveStartStreamArn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExclusiveStartStreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExclusiveStartStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartStreamArn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartStreamArn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExclusiveStartStreamArn", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.", "setterMethodName" : "setExclusiveStartStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamArn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartStreamArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExclusiveStartStreamArn", "beanStyleSetterMethodName" : "setExclusiveStartStreamArn", "c2jName" : "ExclusiveStartStreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

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

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@deprecated Use {@link #exclusiveStartStreamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exclusiveStartStreamArn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExclusiveStartStreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExclusiveStartStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartStreamArn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartStreamArn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExclusiveStartStreamArn", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.", "setterMethodName" : "setExclusiveStartStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamArn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

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

                                The maximum number of streams to return. The upper limit is 100.

                                \n@return The maximum number of streams to return. The upper limit is 100.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@return The maximum number of streams to return. The upper limit is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TableName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

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

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@return If this parameter is provided, then only the streams associated with this table name are returned.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@return If this parameter is provided, then only the streams associated with this table name are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

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

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@return If this parameter is provided, then only the streams associated with this table name are returned.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@return If this parameter is provided, then only the streams associated with this table name are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                \n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                If this parameter is provided, then only the streams associated with this table name are returned.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

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

                                The maximum number of streams to return. The upper limit is 100.

                                \n@return The maximum number of streams to return. The upper limit is 100.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@return The maximum number of streams to return. The upper limit is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                \n@param limit The maximum number of streams to return. The upper limit is 100.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                The maximum number of streams to return. The upper limit is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExclusiveStartStreamArn", "beanStyleSetterMethodName" : "setExclusiveStartStreamArn", "c2jName" : "ExclusiveStartStreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

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

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@deprecated Use {@link #exclusiveStartStreamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exclusiveStartStreamArn(String)}\n", "documentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExclusiveStartStreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExclusiveStartStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartStreamArn", "fluentSetterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartStreamArn", "getterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExclusiveStartStreamArn", "sensitive" : false, "setterDocumentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                \n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.", "setterMethodName" : "setExclusiveStartStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamArn", "variableType" : "String", "documentation" : "

                                The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStreamsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStreamsRequest", "variableName" : "listStreamsRequest", "variableType" : "ListStreamsRequest", "documentation" : null, "simpleType" : "ListStreamsRequest", "variableSetterType" : "ListStreamsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListStreamsResponse" : { "c2jName" : "ListStreamsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents the output of a ListStreams operation.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getStreams", "beanStyleSetterMethodName" : "setStreams", "c2jName" : "Streams", "c2jShape" : "StreamList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

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

                                A list of stream descriptors associated with the current account and endpoint.

                                \n

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

                                \n

                                \nYou can use {@link #hasStreams()} to see if a value was sent in this field.\n

                                \n@return A list of stream descriptors associated with the current account and endpoint.\n@deprecated Use {@link #streams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streams(List)}\n", "documentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Streams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streams", "fluentSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streams", "getterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n

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

                                \n

                                \nYou can use {@link #hasStreams()} to see if a value was sent in this field.\n

                                \n@return A list of stream descriptors associated with the current account and endpoint.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Streams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Streams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Stream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Stream.Builder} avoiding the need to create one manually via {@link Stream#builder()}.\n\nWhen the {@link Consumer} completes, {@link Stream.Builder#build()} is called immediately and its result is passed to {@link #member(Stream)}.\n@param member a consumer that will call methods on {@link Stream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Stream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Stream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Stream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stream", "variableName" : "member", "variableType" : "Stream", "documentation" : null, "simpleType" : "Stream", "variableSetterType" : "Stream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Stream", "variableName" : "member", "variableType" : "Stream", "documentation" : "", "simpleType" : "Stream", "variableSetterType" : "Stream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Stream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Streams", "sensitive" : false, "setterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.", "setterMethodName" : "setStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "streams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "streams", "variableType" : "java.util.List", "documentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEvaluatedStreamArn", "beanStyleSetterMethodName" : "setLastEvaluatedStreamArn", "c2jName" : "LastEvaluatedStreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

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

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@return The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@deprecated Use {@link #lastEvaluatedStreamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEvaluatedStreamArn(String)}\n", "documentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEvaluatedStreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEvaluatedStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEvaluatedStreamArn", "fluentSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedStreamArn", "getterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@return The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastEvaluatedStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastEvaluatedStreamArn", "sensitive" : false, "setterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.", "setterMethodName" : "setLastEvaluatedStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedStreamArn", "variableType" : "String", "documentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastEvaluatedStreamArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEvaluatedStreamArn", "beanStyleSetterMethodName" : "setLastEvaluatedStreamArn", "c2jName" : "LastEvaluatedStreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

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

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@return The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@deprecated Use {@link #lastEvaluatedStreamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEvaluatedStreamArn(String)}\n", "documentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEvaluatedStreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEvaluatedStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEvaluatedStreamArn", "fluentSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedStreamArn", "getterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@return The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastEvaluatedStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastEvaluatedStreamArn", "sensitive" : false, "setterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.", "setterMethodName" : "setLastEvaluatedStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedStreamArn", "variableType" : "String", "documentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Streams" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getStreams", "beanStyleSetterMethodName" : "setStreams", "c2jName" : "Streams", "c2jShape" : "StreamList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

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

                                A list of stream descriptors associated with the current account and endpoint.

                                \n

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

                                \n

                                \nYou can use {@link #hasStreams()} to see if a value was sent in this field.\n

                                \n@return A list of stream descriptors associated with the current account and endpoint.\n@deprecated Use {@link #streams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streams(List)}\n", "documentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Streams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streams", "fluentSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streams", "getterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n

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

                                \n

                                \nYou can use {@link #hasStreams()} to see if a value was sent in this field.\n

                                \n@return A list of stream descriptors associated with the current account and endpoint.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Streams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Streams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Stream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Stream.Builder} avoiding the need to create one manually via {@link Stream#builder()}.\n\nWhen the {@link Consumer} completes, {@link Stream.Builder#build()} is called immediately and its result is passed to {@link #member(Stream)}.\n@param member a consumer that will call methods on {@link Stream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Stream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Stream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Stream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stream", "variableName" : "member", "variableType" : "Stream", "documentation" : null, "simpleType" : "Stream", "variableSetterType" : "Stream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Stream", "variableName" : "member", "variableType" : "Stream", "documentation" : "", "simpleType" : "Stream", "variableSetterType" : "Stream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Stream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Streams", "sensitive" : false, "setterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.", "setterMethodName" : "setStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "streams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "streams", "variableType" : "java.util.List", "documentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getStreams", "beanStyleSetterMethodName" : "setStreams", "c2jName" : "Streams", "c2jShape" : "StreamList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

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

                                A list of stream descriptors associated with the current account and endpoint.

                                \n

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

                                \n

                                \nYou can use {@link #hasStreams()} to see if a value was sent in this field.\n

                                \n@return A list of stream descriptors associated with the current account and endpoint.\n@deprecated Use {@link #streams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streams(List)}\n", "documentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Streams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streams", "fluentSetterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streams", "getterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n

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

                                \n

                                \nYou can use {@link #hasStreams()} to see if a value was sent in this field.\n

                                \n@return A list of stream descriptors associated with the current account and endpoint.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Streams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Streams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Stream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Stream.Builder} avoiding the need to create one manually via {@link Stream#builder()}.\n\nWhen the {@link Consumer} completes, {@link Stream.Builder#build()} is called immediately and its result is passed to {@link #member(Stream)}.\n@param member a consumer that will call methods on {@link Stream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Stream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Stream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Stream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stream", "variableName" : "member", "variableType" : "Stream", "documentation" : null, "simpleType" : "Stream", "variableSetterType" : "Stream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Stream", "variableName" : "member", "variableType" : "Stream", "documentation" : "", "simpleType" : "Stream", "variableSetterType" : "Stream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Stream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Streams", "sensitive" : false, "setterDocumentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                \n@param streams A list of stream descriptors associated with the current account and endpoint.", "setterMethodName" : "setStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "streams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "streams", "variableType" : "java.util.List", "documentation" : "

                                A list of stream descriptors associated with the current account and endpoint.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEvaluatedStreamArn", "beanStyleSetterMethodName" : "setLastEvaluatedStreamArn", "c2jName" : "LastEvaluatedStreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

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

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@return The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@deprecated Use {@link #lastEvaluatedStreamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEvaluatedStreamArn(String)}\n", "documentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEvaluatedStreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEvaluatedStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEvaluatedStreamArn", "fluentSetterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedStreamArn", "getterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@return The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastEvaluatedStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastEvaluatedStreamArn", "sensitive" : false, "setterDocumentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                \n@param lastEvaluatedStreamArn The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.", "setterMethodName" : "setLastEvaluatedStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedStreamArn", "variableType" : "String", "documentation" : "

                                The stream ARN 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 LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                If LastEvaluatedStreamArn 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 LastEvaluatedStreamArn is empty.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStreamsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStreamsResponse", "variableName" : "listStreamsResponse", "variableType" : "ListStreamsResponse", "documentation" : null, "simpleType" : "ListStreamsResponse", "variableSetterType" : "ListStreamsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "OperationType" : { "c2jName" : "OperationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INSERT", "value" : "INSERT" }, { "name" : "MODIFY", "value" : "MODIFY" }, { "name" : "REMOVE", "value" : "REMOVE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OperationType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OperationType", "variableName" : "operationType", "variableType" : "OperationType", "documentation" : null, "simpleType" : "OperationType", "variableSetterType" : "OperationType" }, "wrapper" : false, "xmlNamespace" : null }, "Record" : { "c2jName" : "Record", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A description of a unique event within a stream.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventID", "beanStyleSetterMethodName" : "setEventID", "c2jName" : "eventID", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

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

                                A globally unique identifier for the event that was recorded in this stream record.

                                \n@return A globally unique identifier for the event that was recorded in this stream record.\n@deprecated Use {@link #eventID()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

                                \n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventID(String)}\n", "documentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventID property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventID", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventID", "fluentSetterDocumentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

                                \n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventID", "getterDocumentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

                                \n@return A globally unique identifier for the event that was recorded in this stream record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventID", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventID", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventID", "sensitive" : false, "setterDocumentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

                                \n@param eventID A globally unique identifier for the event that was recorded in this stream record.", "setterMethodName" : "setEventID", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventID", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventID", "variableType" : "String", "documentation" : "

                                A globally unique identifier for the event that was recorded in this stream record.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventName", "beanStyleSetterMethodName" : "setEventName", "c2jName" : "eventName", "c2jShape" : "OperationType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of data modification that was performed on the DynamoDB table:

                                • INSERT - a new item was added to the table.

                                • MODIFY - one or more of an existing item's attributes were modified.

                                • REMOVE - the item was deleted from the table

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

                                The type of data modification that was performed on the DynamoDB table:

                                • INSERT - a new item was added to the table.

                                • MODIFY - one or more of an existing item's attributes were modified.

                                • REMOVE - the item was deleted from the table

                                \n

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

                                \n@return The type of data modification that was performed on the DynamoDB table:

                                • INSERT - a new item was added to the table.

                                • MODIFY - one or more of an existing item's attributes were modified.

                                • REMOVE - the item was deleted from the table

                                • \n@see OperationType\n@deprecated Use {@link #eventNameAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                  The type of data modification that was performed on the DynamoDB table:

                                  • INSERT - a new item was added to the table.

                                  • MODIFY - one or more of an existing item's attributes were modified.

                                  • REMOVE - the item was deleted from the table

                                  \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                  • INSERT - a new item was added to the table.

                                  • MODIFY - one or more of an existing item's attributes were modified.

                                  • REMOVE - the item was deleted from the table

                                  • \n@see OperationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType\n@deprecated Use {@link #eventName(String)}\n", "documentation" : "

                                    The type of data modification that was performed on the DynamoDB table:

                                    • INSERT - a new item was added to the table.

                                    • MODIFY - one or more of an existing item's attributes were modified.

                                    • REMOVE - the item was deleted from the table

                                    ", "endpointDiscoveryId" : false, "enumType" : "OperationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventName", "fluentEnumGetterMethodName" : "eventName", "fluentEnumSetterMethodName" : "eventName", "fluentGetterMethodName" : "eventNameAsString", "fluentSetterDocumentation" : "

                                    The type of data modification that was performed on the DynamoDB table:

                                    • INSERT - a new item was added to the table.

                                    • MODIFY - one or more of an existing item's attributes were modified.

                                    • REMOVE - the item was deleted from the table

                                    \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                    • INSERT - a new item was added to the table.

                                    • MODIFY - one or more of an existing item's attributes were modified.

                                    • REMOVE - the item was deleted from the table

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

                                      The type of data modification that was performed on the DynamoDB table:

                                      • INSERT - a new item was added to the table.

                                      • MODIFY - one or more of an existing item's attributes were modified.

                                      • REMOVE - the item was deleted from the table

                                      \n

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

                                      \n@return The type of data modification that was performed on the DynamoDB table:

                                      • INSERT - a new item was added to the table.

                                      • MODIFY - one or more of an existing item's attributes were modified.

                                      • REMOVE - the item was deleted from the table

                                      • \n@see OperationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventName", "sensitive" : false, "setterDocumentation" : "

                                        The type of data modification that was performed on the DynamoDB table:

                                        • INSERT - a new item was added to the table.

                                        • MODIFY - one or more of an existing item's attributes were modified.

                                        • REMOVE - the item was deleted from the table

                                        \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                        • INSERT - a new item was added to the table.

                                        • MODIFY - one or more of an existing item's attributes were modified.

                                        • REMOVE - the item was deleted from the table

                                        • \n@see OperationType", "setterMethodName" : "setEventName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventName", "variableType" : "String", "documentation" : "

                                          The type of data modification that was performed on the DynamoDB table:

                                          • INSERT - a new item was added to the table.

                                          • MODIFY - one or more of an existing item's attributes were modified.

                                          • REMOVE - the item was deleted from the table

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventVersion", "beanStyleSetterMethodName" : "setEventVersion", "c2jName" : "eventVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

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

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          \n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@deprecated Use {@link #eventVersion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventVersion(String)}\n", "documentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventVersion", "fluentSetterDocumentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventVersion", "getterDocumentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          \n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventVersion", "sensitive" : false, "setterDocumentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.", "setterMethodName" : "setEventVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventVersion", "variableType" : "String", "documentation" : "

                                          The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                          Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventSource", "beanStyleSetterMethodName" : "setEventSource", "c2jName" : "eventSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

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

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          \n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@deprecated Use {@link #eventSource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventSource(String)}\n", "documentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventSource", "fluentSetterDocumentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSource", "getterDocumentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          \n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventSource", "sensitive" : false, "setterDocumentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.", "setterMethodName" : "setEventSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSource", "variableType" : "String", "documentation" : "

                                          The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsRegion", "beanStyleSetterMethodName" : "setAwsRegion", "c2jName" : "awsRegion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                          The region in which the GetRecords request was received.

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

                                          The region in which the GetRecords request was received.

                                          \n@return The region in which the GetRecords request was received.\n@deprecated Use {@link #awsRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The region in which the GetRecords request was received.

                                          \n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsRegion(String)}\n", "documentation" : "

                                          The region in which the GetRecords request was received.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsRegion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsRegion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsRegion", "fluentSetterDocumentation" : "

                                          The region in which the GetRecords request was received.

                                          \n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsRegion", "getterDocumentation" : "

                                          The region in which the GetRecords request was received.

                                          \n@return The region in which the GetRecords request was received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "awsRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "awsRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AwsRegion", "sensitive" : false, "setterDocumentation" : "

                                          The region in which the GetRecords request was received.

                                          \n@param awsRegion The region in which the GetRecords request was received.", "setterMethodName" : "setAwsRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsRegion", "variableType" : "String", "documentation" : "

                                          The region in which the GetRecords request was received.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDynamodb", "beanStyleSetterMethodName" : "setDynamodb", "c2jName" : "dynamodb", "c2jShape" : "StreamRecord", "defaultConsumerFluentSetterDocumentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

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

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          \n@return The main body of the stream record, containing all of the DynamoDB-specific fields.\n@deprecated Use {@link #dynamodb()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dynamodb(StreamRecord)}\n", "documentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dynamodb property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDynamodb", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dynamodb", "fluentSetterDocumentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamodb", "getterDocumentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          \n@return The main body of the stream record, containing all of the DynamoDB-specific fields.", "getterModel" : { "returnType" : "StreamRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dynamodb", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dynamodb", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dynamodb", "sensitive" : false, "setterDocumentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.", "setterMethodName" : "setDynamodb", "setterModel" : { "variableDeclarationType" : "StreamRecord", "variableName" : "dynamodb", "variableType" : "StreamRecord", "documentation" : null, "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamRecord", "variableName" : "dynamodb", "variableType" : "StreamRecord", "documentation" : "

                                          The main body of the stream record, containing all of the DynamoDB-specific fields.

                                          ", "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserIdentity", "beanStyleSetterMethodName" : "setUserIdentity", "c2jName" : "userIdentity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                          Items that are deleted by the Time to Live process after expiration have the following fields:

                                          • Records[].userIdentity.type

                                            \"Service\"

                                          • Records[].userIdentity.principalId

                                            \"dynamodb.amazonaws.com\"

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

                                          Items that are deleted by the Time to Live process after expiration have the following fields:

                                          • Records[].userIdentity.type

                                            \"Service\"

                                          • Records[].userIdentity.principalId

                                            \"dynamodb.amazonaws.com\"

                                          \n@return Items that are deleted by the Time to Live process after expiration have the following fields:

                                          • Records[].userIdentity.type

                                            \"Service\"

                                          • Records[].userIdentity.principalId

                                            \"dynamodb.amazonaws.com\"

                                          • \n@deprecated Use {@link #userIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                            Items that are deleted by the Time to Live process after expiration have the following fields:

                                            • Records[].userIdentity.type

                                              \"Service\"

                                            • Records[].userIdentity.principalId

                                              \"dynamodb.amazonaws.com\"

                                            \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                            • Records[].userIdentity.type

                                              \"Service\"

                                            • Records[].userIdentity.principalId

                                              \"dynamodb.amazonaws.com\"

                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userIdentity(Identity)}\n", "documentation" : "

                                              Items that are deleted by the Time to Live process after expiration have the following fields:

                                              • Records[].userIdentity.type

                                                \"Service\"

                                              • Records[].userIdentity.principalId

                                                \"dynamodb.amazonaws.com\"

                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UserIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUserIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userIdentity", "fluentSetterDocumentation" : "

                                              Items that are deleted by the Time to Live process after expiration have the following fields:

                                              • Records[].userIdentity.type

                                                \"Service\"

                                              • Records[].userIdentity.principalId

                                                \"dynamodb.amazonaws.com\"

                                              \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                              • Records[].userIdentity.type

                                                \"Service\"

                                              • Records[].userIdentity.principalId

                                                \"dynamodb.amazonaws.com\"

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

                                                Items that are deleted by the Time to Live process after expiration have the following fields:

                                                • Records[].userIdentity.type

                                                  \"Service\"

                                                • Records[].userIdentity.principalId

                                                  \"dynamodb.amazonaws.com\"

                                                \n@return Items that are deleted by the Time to Live process after expiration have the following fields:

                                                • Records[].userIdentity.type

                                                  \"Service\"

                                                • Records[].userIdentity.principalId

                                                  \"dynamodb.amazonaws.com\"

                                                • ", "getterModel" : { "returnType" : "Identity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "userIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "userIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UserIdentity", "sensitive" : false, "setterDocumentation" : "

                                                  Items that are deleted by the Time to Live process after expiration have the following fields:

                                                  • Records[].userIdentity.type

                                                    \"Service\"

                                                  • Records[].userIdentity.principalId

                                                    \"dynamodb.amazonaws.com\"

                                                  \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                  • Records[].userIdentity.type

                                                    \"Service\"

                                                  • Records[].userIdentity.principalId

                                                    \"dynamodb.amazonaws.com\"

                                                  • ", "setterMethodName" : "setUserIdentity", "setterModel" : { "variableDeclarationType" : "Identity", "variableName" : "userIdentity", "variableType" : "Identity", "documentation" : null, "simpleType" : "Identity", "variableSetterType" : "Identity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Identity", "variableName" : "userIdentity", "variableType" : "Identity", "documentation" : "

                                                    Items that are deleted by the Time to Live process after expiration have the following fields:

                                                    • Records[].userIdentity.type

                                                      \"Service\"

                                                    • Records[].userIdentity.principalId

                                                      \"dynamodb.amazonaws.com\"

                                                    ", "simpleType" : "Identity", "variableSetterType" : "Identity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AwsRegion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsRegion", "beanStyleSetterMethodName" : "setAwsRegion", "c2jName" : "awsRegion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                    The region in which the GetRecords request was received.

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

                                                    The region in which the GetRecords request was received.

                                                    \n@return The region in which the GetRecords request was received.\n@deprecated Use {@link #awsRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The region in which the GetRecords request was received.

                                                    \n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsRegion(String)}\n", "documentation" : "

                                                    The region in which the GetRecords request was received.

                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsRegion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsRegion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsRegion", "fluentSetterDocumentation" : "

                                                    The region in which the GetRecords request was received.

                                                    \n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsRegion", "getterDocumentation" : "

                                                    The region in which the GetRecords request was received.

                                                    \n@return The region in which the GetRecords request was received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "awsRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "awsRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AwsRegion", "sensitive" : false, "setterDocumentation" : "

                                                    The region in which the GetRecords request was received.

                                                    \n@param awsRegion The region in which the GetRecords request was received.", "setterMethodName" : "setAwsRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsRegion", "variableType" : "String", "documentation" : "

                                                    The region in which the GetRecords request was received.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Dynamodb" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDynamodb", "beanStyleSetterMethodName" : "setDynamodb", "c2jName" : "dynamodb", "c2jShape" : "StreamRecord", "defaultConsumerFluentSetterDocumentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

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

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    \n@return The main body of the stream record, containing all of the DynamoDB-specific fields.\n@deprecated Use {@link #dynamodb()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dynamodb(StreamRecord)}\n", "documentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dynamodb property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDynamodb", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dynamodb", "fluentSetterDocumentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamodb", "getterDocumentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    \n@return The main body of the stream record, containing all of the DynamoDB-specific fields.", "getterModel" : { "returnType" : "StreamRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dynamodb", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dynamodb", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dynamodb", "sensitive" : false, "setterDocumentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.", "setterMethodName" : "setDynamodb", "setterModel" : { "variableDeclarationType" : "StreamRecord", "variableName" : "dynamodb", "variableType" : "StreamRecord", "documentation" : null, "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamRecord", "variableName" : "dynamodb", "variableType" : "StreamRecord", "documentation" : "

                                                    The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                    ", "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventID" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventID", "beanStyleSetterMethodName" : "setEventID", "c2jName" : "eventID", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

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

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    \n@return A globally unique identifier for the event that was recorded in this stream record.\n@deprecated Use {@link #eventID()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    \n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventID(String)}\n", "documentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventID property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventID", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventID", "fluentSetterDocumentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    \n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventID", "getterDocumentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    \n@return A globally unique identifier for the event that was recorded in this stream record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventID", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventID", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventID", "sensitive" : false, "setterDocumentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    \n@param eventID A globally unique identifier for the event that was recorded in this stream record.", "setterMethodName" : "setEventID", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventID", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventID", "variableType" : "String", "documentation" : "

                                                    A globally unique identifier for the event that was recorded in this stream record.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventName", "beanStyleSetterMethodName" : "setEventName", "c2jName" : "eventName", "c2jShape" : "OperationType", "defaultConsumerFluentSetterDocumentation" : "

                                                    The type of data modification that was performed on the DynamoDB table:

                                                    • INSERT - a new item was added to the table.

                                                    • MODIFY - one or more of an existing item's attributes were modified.

                                                    • REMOVE - the item was deleted from the table

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

                                                    The type of data modification that was performed on the DynamoDB table:

                                                    • INSERT - a new item was added to the table.

                                                    • MODIFY - one or more of an existing item's attributes were modified.

                                                    • REMOVE - the item was deleted from the table

                                                    \n

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

                                                    \n@return The type of data modification that was performed on the DynamoDB table:

                                                    • INSERT - a new item was added to the table.

                                                    • MODIFY - one or more of an existing item's attributes were modified.

                                                    • REMOVE - the item was deleted from the table

                                                    • \n@see OperationType\n@deprecated Use {@link #eventNameAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                      The type of data modification that was performed on the DynamoDB table:

                                                      • INSERT - a new item was added to the table.

                                                      • MODIFY - one or more of an existing item's attributes were modified.

                                                      • REMOVE - the item was deleted from the table

                                                      \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                                      • INSERT - a new item was added to the table.

                                                      • MODIFY - one or more of an existing item's attributes were modified.

                                                      • REMOVE - the item was deleted from the table

                                                      • \n@see OperationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType\n@deprecated Use {@link #eventName(String)}\n", "documentation" : "

                                                        The type of data modification that was performed on the DynamoDB table:

                                                        • INSERT - a new item was added to the table.

                                                        • MODIFY - one or more of an existing item's attributes were modified.

                                                        • REMOVE - the item was deleted from the table

                                                        ", "endpointDiscoveryId" : false, "enumType" : "OperationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventName", "fluentEnumGetterMethodName" : "eventName", "fluentEnumSetterMethodName" : "eventName", "fluentGetterMethodName" : "eventNameAsString", "fluentSetterDocumentation" : "

                                                        The type of data modification that was performed on the DynamoDB table:

                                                        • INSERT - a new item was added to the table.

                                                        • MODIFY - one or more of an existing item's attributes were modified.

                                                        • REMOVE - the item was deleted from the table

                                                        \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                                        • INSERT - a new item was added to the table.

                                                        • MODIFY - one or more of an existing item's attributes were modified.

                                                        • REMOVE - the item was deleted from the table

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

                                                          The type of data modification that was performed on the DynamoDB table:

                                                          • INSERT - a new item was added to the table.

                                                          • MODIFY - one or more of an existing item's attributes were modified.

                                                          • REMOVE - the item was deleted from the table

                                                          \n

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

                                                          \n@return The type of data modification that was performed on the DynamoDB table:

                                                          • INSERT - a new item was added to the table.

                                                          • MODIFY - one or more of an existing item's attributes were modified.

                                                          • REMOVE - the item was deleted from the table

                                                          • \n@see OperationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventName", "sensitive" : false, "setterDocumentation" : "

                                                            The type of data modification that was performed on the DynamoDB table:

                                                            • INSERT - a new item was added to the table.

                                                            • MODIFY - one or more of an existing item's attributes were modified.

                                                            • REMOVE - the item was deleted from the table

                                                            \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                                            • INSERT - a new item was added to the table.

                                                            • MODIFY - one or more of an existing item's attributes were modified.

                                                            • REMOVE - the item was deleted from the table

                                                            • \n@see OperationType", "setterMethodName" : "setEventName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventName", "variableType" : "String", "documentation" : "

                                                              The type of data modification that was performed on the DynamoDB table:

                                                              • INSERT - a new item was added to the table.

                                                              • MODIFY - one or more of an existing item's attributes were modified.

                                                              • REMOVE - the item was deleted from the table

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventSource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventSource", "beanStyleSetterMethodName" : "setEventSource", "c2jName" : "eventSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

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

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              \n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@deprecated Use {@link #eventSource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventSource(String)}\n", "documentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventSource", "fluentSetterDocumentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSource", "getterDocumentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              \n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventSource", "sensitive" : false, "setterDocumentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.", "setterMethodName" : "setEventSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSource", "variableType" : "String", "documentation" : "

                                                              The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventVersion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventVersion", "beanStyleSetterMethodName" : "setEventVersion", "c2jName" : "eventVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

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

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              \n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@deprecated Use {@link #eventVersion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventVersion(String)}\n", "documentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventVersion", "fluentSetterDocumentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventVersion", "getterDocumentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              \n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventVersion", "sensitive" : false, "setterDocumentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.", "setterMethodName" : "setEventVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventVersion", "variableType" : "String", "documentation" : "

                                                              The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                              Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UserIdentity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserIdentity", "beanStyleSetterMethodName" : "setUserIdentity", "c2jName" : "userIdentity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                              Items that are deleted by the Time to Live process after expiration have the following fields:

                                                              • Records[].userIdentity.type

                                                                \"Service\"

                                                              • Records[].userIdentity.principalId

                                                                \"dynamodb.amazonaws.com\"

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

                                                              Items that are deleted by the Time to Live process after expiration have the following fields:

                                                              • Records[].userIdentity.type

                                                                \"Service\"

                                                              • Records[].userIdentity.principalId

                                                                \"dynamodb.amazonaws.com\"

                                                              \n@return Items that are deleted by the Time to Live process after expiration have the following fields:

                                                              • Records[].userIdentity.type

                                                                \"Service\"

                                                              • Records[].userIdentity.principalId

                                                                \"dynamodb.amazonaws.com\"

                                                              • \n@deprecated Use {@link #userIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                • Records[].userIdentity.type

                                                                  \"Service\"

                                                                • Records[].userIdentity.principalId

                                                                  \"dynamodb.amazonaws.com\"

                                                                \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                • Records[].userIdentity.type

                                                                  \"Service\"

                                                                • Records[].userIdentity.principalId

                                                                  \"dynamodb.amazonaws.com\"

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userIdentity(Identity)}\n", "documentation" : "

                                                                  Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                  • Records[].userIdentity.type

                                                                    \"Service\"

                                                                  • Records[].userIdentity.principalId

                                                                    \"dynamodb.amazonaws.com\"

                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UserIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUserIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userIdentity", "fluentSetterDocumentation" : "

                                                                  Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                  • Records[].userIdentity.type

                                                                    \"Service\"

                                                                  • Records[].userIdentity.principalId

                                                                    \"dynamodb.amazonaws.com\"

                                                                  \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                  • Records[].userIdentity.type

                                                                    \"Service\"

                                                                  • Records[].userIdentity.principalId

                                                                    \"dynamodb.amazonaws.com\"

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

                                                                    Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                    • Records[].userIdentity.type

                                                                      \"Service\"

                                                                    • Records[].userIdentity.principalId

                                                                      \"dynamodb.amazonaws.com\"

                                                                    \n@return Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                    • Records[].userIdentity.type

                                                                      \"Service\"

                                                                    • Records[].userIdentity.principalId

                                                                      \"dynamodb.amazonaws.com\"

                                                                    • ", "getterModel" : { "returnType" : "Identity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "userIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "userIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UserIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                      Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                      • Records[].userIdentity.type

                                                                        \"Service\"

                                                                      • Records[].userIdentity.principalId

                                                                        \"dynamodb.amazonaws.com\"

                                                                      \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                      • Records[].userIdentity.type

                                                                        \"Service\"

                                                                      • Records[].userIdentity.principalId

                                                                        \"dynamodb.amazonaws.com\"

                                                                      • ", "setterMethodName" : "setUserIdentity", "setterModel" : { "variableDeclarationType" : "Identity", "variableName" : "userIdentity", "variableType" : "Identity", "documentation" : null, "simpleType" : "Identity", "variableSetterType" : "Identity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Identity", "variableName" : "userIdentity", "variableType" : "Identity", "documentation" : "

                                                                        Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                        • Records[].userIdentity.type

                                                                          \"Service\"

                                                                        • Records[].userIdentity.principalId

                                                                          \"dynamodb.amazonaws.com\"

                                                                        ", "simpleType" : "Identity", "variableSetterType" : "Identity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventID", "beanStyleSetterMethodName" : "setEventID", "c2jName" : "eventID", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

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

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        \n@return A globally unique identifier for the event that was recorded in this stream record.\n@deprecated Use {@link #eventID()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        \n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventID(String)}\n", "documentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventID property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventID", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventID", "fluentSetterDocumentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        \n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventID", "getterDocumentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        \n@return A globally unique identifier for the event that was recorded in this stream record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventID", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventID", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventID", "sensitive" : false, "setterDocumentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        \n@param eventID A globally unique identifier for the event that was recorded in this stream record.", "setterMethodName" : "setEventID", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventID", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventID", "variableType" : "String", "documentation" : "

                                                                        A globally unique identifier for the event that was recorded in this stream record.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventName", "beanStyleSetterMethodName" : "setEventName", "c2jName" : "eventName", "c2jShape" : "OperationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The type of data modification that was performed on the DynamoDB table:

                                                                        • INSERT - a new item was added to the table.

                                                                        • MODIFY - one or more of an existing item's attributes were modified.

                                                                        • REMOVE - the item was deleted from the table

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

                                                                        The type of data modification that was performed on the DynamoDB table:

                                                                        • INSERT - a new item was added to the table.

                                                                        • MODIFY - one or more of an existing item's attributes were modified.

                                                                        • REMOVE - the item was deleted from the table

                                                                        \n

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

                                                                        \n@return The type of data modification that was performed on the DynamoDB table:

                                                                        • INSERT - a new item was added to the table.

                                                                        • MODIFY - one or more of an existing item's attributes were modified.

                                                                        • REMOVE - the item was deleted from the table

                                                                        • \n@see OperationType\n@deprecated Use {@link #eventNameAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                          The type of data modification that was performed on the DynamoDB table:

                                                                          • INSERT - a new item was added to the table.

                                                                          • MODIFY - one or more of an existing item's attributes were modified.

                                                                          • REMOVE - the item was deleted from the table

                                                                          \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                                                          • INSERT - a new item was added to the table.

                                                                          • MODIFY - one or more of an existing item's attributes were modified.

                                                                          • REMOVE - the item was deleted from the table

                                                                          • \n@see OperationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType\n@deprecated Use {@link #eventName(String)}\n", "documentation" : "

                                                                            The type of data modification that was performed on the DynamoDB table:

                                                                            • INSERT - a new item was added to the table.

                                                                            • MODIFY - one or more of an existing item's attributes were modified.

                                                                            • REMOVE - the item was deleted from the table

                                                                            ", "endpointDiscoveryId" : false, "enumType" : "OperationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventName", "fluentEnumGetterMethodName" : "eventName", "fluentEnumSetterMethodName" : "eventName", "fluentGetterMethodName" : "eventNameAsString", "fluentSetterDocumentation" : "

                                                                            The type of data modification that was performed on the DynamoDB table:

                                                                            • INSERT - a new item was added to the table.

                                                                            • MODIFY - one or more of an existing item's attributes were modified.

                                                                            • REMOVE - the item was deleted from the table

                                                                            \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                                                            • INSERT - a new item was added to the table.

                                                                            • MODIFY - one or more of an existing item's attributes were modified.

                                                                            • REMOVE - the item was deleted from the table

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

                                                                              The type of data modification that was performed on the DynamoDB table:

                                                                              • INSERT - a new item was added to the table.

                                                                              • MODIFY - one or more of an existing item's attributes were modified.

                                                                              • REMOVE - the item was deleted from the table

                                                                              \n

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

                                                                              \n@return The type of data modification that was performed on the DynamoDB table:

                                                                              • INSERT - a new item was added to the table.

                                                                              • MODIFY - one or more of an existing item's attributes were modified.

                                                                              • REMOVE - the item was deleted from the table

                                                                              • \n@see OperationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventName", "sensitive" : false, "setterDocumentation" : "

                                                                                The type of data modification that was performed on the DynamoDB table:

                                                                                • INSERT - a new item was added to the table.

                                                                                • MODIFY - one or more of an existing item's attributes were modified.

                                                                                • REMOVE - the item was deleted from the table

                                                                                \n@param eventName The type of data modification that was performed on the DynamoDB table:

                                                                                • INSERT - a new item was added to the table.

                                                                                • MODIFY - one or more of an existing item's attributes were modified.

                                                                                • REMOVE - the item was deleted from the table

                                                                                • \n@see OperationType", "setterMethodName" : "setEventName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventName", "variableType" : "String", "documentation" : "

                                                                                  The type of data modification that was performed on the DynamoDB table:

                                                                                  • INSERT - a new item was added to the table.

                                                                                  • MODIFY - one or more of an existing item's attributes were modified.

                                                                                  • REMOVE - the item was deleted from the table

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventVersion", "beanStyleSetterMethodName" : "setEventVersion", "c2jName" : "eventVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

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

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  \n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@deprecated Use {@link #eventVersion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventVersion(String)}\n", "documentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventVersion", "fluentSetterDocumentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventVersion", "getterDocumentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  \n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  \n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.", "setterMethodName" : "setEventVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventVersion", "variableType" : "String", "documentation" : "

                                                                                  The version number of the stream record format. This number is updated whenever the structure of Record is modified.

                                                                                  Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventSource", "beanStyleSetterMethodName" : "setEventSource", "c2jName" : "eventSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

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

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  \n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@deprecated Use {@link #eventSource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventSource(String)}\n", "documentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventSource", "fluentSetterDocumentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSource", "getterDocumentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  \n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventSource", "sensitive" : false, "setterDocumentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  \n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.", "setterMethodName" : "setEventSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSource", "variableType" : "String", "documentation" : "

                                                                                  The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsRegion", "beanStyleSetterMethodName" : "setAwsRegion", "c2jName" : "awsRegion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The region in which the GetRecords request was received.

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

                                                                                  The region in which the GetRecords request was received.

                                                                                  \n@return The region in which the GetRecords request was received.\n@deprecated Use {@link #awsRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The region in which the GetRecords request was received.

                                                                                  \n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsRegion(String)}\n", "documentation" : "

                                                                                  The region in which the GetRecords request was received.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsRegion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsRegion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsRegion", "fluentSetterDocumentation" : "

                                                                                  The region in which the GetRecords request was received.

                                                                                  \n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsRegion", "getterDocumentation" : "

                                                                                  The region in which the GetRecords request was received.

                                                                                  \n@return The region in which the GetRecords request was received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "awsRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "awsRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AwsRegion", "sensitive" : false, "setterDocumentation" : "

                                                                                  The region in which the GetRecords request was received.

                                                                                  \n@param awsRegion The region in which the GetRecords request was received.", "setterMethodName" : "setAwsRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsRegion", "variableType" : "String", "documentation" : "

                                                                                  The region in which the GetRecords request was received.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDynamodb", "beanStyleSetterMethodName" : "setDynamodb", "c2jName" : "dynamodb", "c2jShape" : "StreamRecord", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

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

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  \n@return The main body of the stream record, containing all of the DynamoDB-specific fields.\n@deprecated Use {@link #dynamodb()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dynamodb(StreamRecord)}\n", "documentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dynamodb property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDynamodb", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dynamodb", "fluentSetterDocumentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamodb", "getterDocumentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  \n@return The main body of the stream record, containing all of the DynamoDB-specific fields.", "getterModel" : { "returnType" : "StreamRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dynamodb", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dynamodb", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dynamodb", "sensitive" : false, "setterDocumentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  \n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.", "setterMethodName" : "setDynamodb", "setterModel" : { "variableDeclarationType" : "StreamRecord", "variableName" : "dynamodb", "variableType" : "StreamRecord", "documentation" : null, "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StreamRecord", "variableName" : "dynamodb", "variableType" : "StreamRecord", "documentation" : "

                                                                                  The main body of the stream record, containing all of the DynamoDB-specific fields.

                                                                                  ", "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserIdentity", "beanStyleSetterMethodName" : "setUserIdentity", "c2jName" : "userIdentity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                  • Records[].userIdentity.type

                                                                                    \"Service\"

                                                                                  • Records[].userIdentity.principalId

                                                                                    \"dynamodb.amazonaws.com\"

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

                                                                                  Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                  • Records[].userIdentity.type

                                                                                    \"Service\"

                                                                                  • Records[].userIdentity.principalId

                                                                                    \"dynamodb.amazonaws.com\"

                                                                                  \n@return Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                  • Records[].userIdentity.type

                                                                                    \"Service\"

                                                                                  • Records[].userIdentity.principalId

                                                                                    \"dynamodb.amazonaws.com\"

                                                                                  • \n@deprecated Use {@link #userIdentity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                    Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                    • Records[].userIdentity.type

                                                                                      \"Service\"

                                                                                    • Records[].userIdentity.principalId

                                                                                      \"dynamodb.amazonaws.com\"

                                                                                    \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                    • Records[].userIdentity.type

                                                                                      \"Service\"

                                                                                    • Records[].userIdentity.principalId

                                                                                      \"dynamodb.amazonaws.com\"

                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userIdentity(Identity)}\n", "documentation" : "

                                                                                      Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                      • Records[].userIdentity.type

                                                                                        \"Service\"

                                                                                      • Records[].userIdentity.principalId

                                                                                        \"dynamodb.amazonaws.com\"

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UserIdentity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUserIdentity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userIdentity", "fluentSetterDocumentation" : "

                                                                                      Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                      • Records[].userIdentity.type

                                                                                        \"Service\"

                                                                                      • Records[].userIdentity.principalId

                                                                                        \"dynamodb.amazonaws.com\"

                                                                                      \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                      • Records[].userIdentity.type

                                                                                        \"Service\"

                                                                                      • Records[].userIdentity.principalId

                                                                                        \"dynamodb.amazonaws.com\"

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

                                                                                        Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                        • Records[].userIdentity.type

                                                                                          \"Service\"

                                                                                        • Records[].userIdentity.principalId

                                                                                          \"dynamodb.amazonaws.com\"

                                                                                        \n@return Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                        • Records[].userIdentity.type

                                                                                          \"Service\"

                                                                                        • Records[].userIdentity.principalId

                                                                                          \"dynamodb.amazonaws.com\"

                                                                                        • ", "getterModel" : { "returnType" : "Identity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "userIdentity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "userIdentity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UserIdentity", "sensitive" : false, "setterDocumentation" : "

                                                                                          Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                          • Records[].userIdentity.type

                                                                                            \"Service\"

                                                                                          • Records[].userIdentity.principalId

                                                                                            \"dynamodb.amazonaws.com\"

                                                                                          \n@param userIdentity Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                          • Records[].userIdentity.type

                                                                                            \"Service\"

                                                                                          • Records[].userIdentity.principalId

                                                                                            \"dynamodb.amazonaws.com\"

                                                                                          • ", "setterMethodName" : "setUserIdentity", "setterModel" : { "variableDeclarationType" : "Identity", "variableName" : "userIdentity", "variableType" : "Identity", "documentation" : null, "simpleType" : "Identity", "variableSetterType" : "Identity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Identity", "variableName" : "userIdentity", "variableType" : "Identity", "documentation" : "

                                                                                            Items that are deleted by the Time to Live process after expiration have the following fields:

                                                                                            • Records[].userIdentity.type

                                                                                              \"Service\"

                                                                                            • Records[].userIdentity.principalId

                                                                                              \"dynamodb.amazonaws.com\"

                                                                                            ", "simpleType" : "Identity", "variableSetterType" : "Identity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Record", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Record", "variableName" : "record", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The operation tried to access a nonexistent stream.

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

                                                                                            The beginning and ending sequence numbers for the stream records contained within a shard.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The first sequence number.

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

                                                                                            The first sequence number.

                                                                                            \n@return The first sequence number.\n@deprecated Use {@link #startingSequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The first sequence number.

                                                                                            \n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startingSequenceNumber(String)}\n", "documentation" : "

                                                                                            The first sequence number.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartingSequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartingSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "fluentSetterDocumentation" : "

                                                                                            The first sequence number.

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

                                                                                            The first sequence number.

                                                                                            \n@return The first sequence number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartingSequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                            The first sequence number.

                                                                                            \n@param startingSequenceNumber The first sequence number.", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            The first sequence number.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndingSequenceNumber", "beanStyleSetterMethodName" : "setEndingSequenceNumber", "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The last sequence number.

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

                                                                                            The last sequence number.

                                                                                            \n@return The last sequence number.\n@deprecated Use {@link #endingSequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The last sequence number.

                                                                                            \n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endingSequenceNumber(String)}\n", "documentation" : "

                                                                                            The last sequence number.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndingSequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndingSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingSequenceNumber", "fluentSetterDocumentation" : "

                                                                                            The last sequence number.

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

                                                                                            The last sequence number.

                                                                                            \n@return The last sequence number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingSequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndingSequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                            The last sequence number.

                                                                                            \n@param endingSequenceNumber The last sequence number.", "setterMethodName" : "setEndingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            The last sequence number.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndingSequenceNumber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndingSequenceNumber", "beanStyleSetterMethodName" : "setEndingSequenceNumber", "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The last sequence number.

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

                                                                                            The last sequence number.

                                                                                            \n@return The last sequence number.\n@deprecated Use {@link #endingSequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The last sequence number.

                                                                                            \n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endingSequenceNumber(String)}\n", "documentation" : "

                                                                                            The last sequence number.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndingSequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndingSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingSequenceNumber", "fluentSetterDocumentation" : "

                                                                                            The last sequence number.

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

                                                                                            The last sequence number.

                                                                                            \n@return The last sequence number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingSequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndingSequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                            The last sequence number.

                                                                                            \n@param endingSequenceNumber The last sequence number.", "setterMethodName" : "setEndingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            The last sequence number.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartingSequenceNumber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The first sequence number.

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

                                                                                            The first sequence number.

                                                                                            \n@return The first sequence number.\n@deprecated Use {@link #startingSequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The first sequence number.

                                                                                            \n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startingSequenceNumber(String)}\n", "documentation" : "

                                                                                            The first sequence number.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartingSequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartingSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "fluentSetterDocumentation" : "

                                                                                            The first sequence number.

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

                                                                                            The first sequence number.

                                                                                            \n@return The first sequence number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartingSequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                            The first sequence number.

                                                                                            \n@param startingSequenceNumber The first sequence number.", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            The first sequence number.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The first sequence number.

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

                                                                                            The first sequence number.

                                                                                            \n@return The first sequence number.\n@deprecated Use {@link #startingSequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The first sequence number.

                                                                                            \n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startingSequenceNumber(String)}\n", "documentation" : "

                                                                                            The first sequence number.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartingSequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartingSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "fluentSetterDocumentation" : "

                                                                                            The first sequence number.

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

                                                                                            The first sequence number.

                                                                                            \n@return The first sequence number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartingSequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                            The first sequence number.

                                                                                            \n@param startingSequenceNumber The first sequence number.", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            The first sequence number.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndingSequenceNumber", "beanStyleSetterMethodName" : "setEndingSequenceNumber", "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The last sequence number.

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

                                                                                            The last sequence number.

                                                                                            \n@return The last sequence number.\n@deprecated Use {@link #endingSequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The last sequence number.

                                                                                            \n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endingSequenceNumber(String)}\n", "documentation" : "

                                                                                            The last sequence number.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndingSequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndingSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingSequenceNumber", "fluentSetterDocumentation" : "

                                                                                            The last sequence number.

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

                                                                                            The last sequence number.

                                                                                            \n@return The last sequence number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingSequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndingSequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                            The last sequence number.

                                                                                            \n@param endingSequenceNumber The last sequence number.", "setterMethodName" : "setEndingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            The last sequence number.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SequenceNumberRange", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "wrapper" : false, "xmlNamespace" : null }, "Shard" : { "c2jName" : "Shard", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A uniquely identified group of stream records within a stream.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

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

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@return The system-generated identifier for this shard.\n@deprecated Use {@link #shardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardId(String)}\n", "documentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@return The system-generated identifier for this shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumberRange", "beanStyleSetterMethodName" : "setSequenceNumberRange", "c2jName" : "SequenceNumberRange", "c2jShape" : "SequenceNumberRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

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

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@return The range of possible sequence numbers for the shard.\n@deprecated Use {@link #sequenceNumberRange()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumberRange(SequenceNumberRange)}\n", "documentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumberRange property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumberRange", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberRange", "fluentSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumberRange", "getterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@return The range of possible sequence numbers for the shard.", "getterModel" : { "returnType" : "SequenceNumberRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberRange", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SequenceNumberRange", "sensitive" : false, "setterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.", "setterMethodName" : "setSequenceNumberRange", "setterModel" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            ", "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentShardId", "beanStyleSetterMethodName" : "setParentShardId", "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

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

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@return The shard ID of the current shard's parent.\n@deprecated Use {@link #parentShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentShardId(String)}\n", "documentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentShardId", "fluentSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentShardId", "getterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@return The shard ID of the current shard's parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.", "setterMethodName" : "setParentShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParentShardId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentShardId", "beanStyleSetterMethodName" : "setParentShardId", "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

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

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@return The shard ID of the current shard's parent.\n@deprecated Use {@link #parentShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentShardId(String)}\n", "documentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentShardId", "fluentSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentShardId", "getterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@return The shard ID of the current shard's parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.", "setterMethodName" : "setParentShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SequenceNumberRange" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumberRange", "beanStyleSetterMethodName" : "setSequenceNumberRange", "c2jName" : "SequenceNumberRange", "c2jShape" : "SequenceNumberRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

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

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@return The range of possible sequence numbers for the shard.\n@deprecated Use {@link #sequenceNumberRange()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumberRange(SequenceNumberRange)}\n", "documentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumberRange property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumberRange", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberRange", "fluentSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumberRange", "getterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@return The range of possible sequence numbers for the shard.", "getterModel" : { "returnType" : "SequenceNumberRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberRange", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SequenceNumberRange", "sensitive" : false, "setterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.", "setterMethodName" : "setSequenceNumberRange", "setterModel" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            ", "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShardId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

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

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@return The system-generated identifier for this shard.\n@deprecated Use {@link #shardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardId(String)}\n", "documentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@return The system-generated identifier for this shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

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

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@return The system-generated identifier for this shard.\n@deprecated Use {@link #shardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shardId(String)}\n", "documentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@return The system-generated identifier for this shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            \n@param shardId The system-generated identifier for this shard.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                                            The system-generated identifier for this shard.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumberRange", "beanStyleSetterMethodName" : "setSequenceNumberRange", "c2jName" : "SequenceNumberRange", "c2jShape" : "SequenceNumberRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

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

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@return The range of possible sequence numbers for the shard.\n@deprecated Use {@link #sequenceNumberRange()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumberRange(SequenceNumberRange)}\n", "documentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumberRange property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumberRange", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberRange", "fluentSetterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumberRange", "getterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@return The range of possible sequence numbers for the shard.", "getterModel" : { "returnType" : "SequenceNumberRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberRange", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SequenceNumberRange", "sensitive" : false, "setterDocumentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            \n@param sequenceNumberRange The range of possible sequence numbers for the shard.", "setterMethodName" : "setSequenceNumberRange", "setterModel" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : "

                                                                                            The range of possible sequence numbers for the shard.

                                                                                            ", "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentShardId", "beanStyleSetterMethodName" : "setParentShardId", "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

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

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@return The shard ID of the current shard's parent.\n@deprecated Use {@link #parentShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentShardId(String)}\n", "documentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentShardId", "fluentSetterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentShardId", "getterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@return The shard ID of the current shard's parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            \n@param parentShardId The shard ID of the current shard's parent.", "setterMethodName" : "setParentShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : "

                                                                                            The shard ID of the current shard's parent.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Shard", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "shard", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "wrapper" : false, "xmlNamespace" : null }, "ShardIteratorType" : { "c2jName" : "ShardIteratorType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TRIM_HORIZON", "value" : "TRIM_HORIZON" }, { "name" : "LATEST", "value" : "LATEST" }, { "name" : "AT_SEQUENCE_NUMBER", "value" : "AT_SEQUENCE_NUMBER" }, { "name" : "AFTER_SEQUENCE_NUMBER", "value" : "AFTER_SEQUENCE_NUMBER" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ShardIteratorType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ShardIteratorType", "variableName" : "shardIteratorType", "variableType" : "ShardIteratorType", "documentation" : null, "simpleType" : "ShardIteratorType", "variableSetterType" : "ShardIteratorType" }, "wrapper" : false, "xmlNamespace" : null }, "Stream" : { "c2jName" : "Stream", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents all of the data describing a particular stream.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

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

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) for the stream.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

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

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            \n@return The DynamoDB table with which the stream is associated.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            \n@return The DynamoDB table with which the stream is associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            \n@param tableName The DynamoDB table with which the stream is associated.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                            The DynamoDB table with which the stream is associated.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamLabel", "beanStyleSetterMethodName" : "setStreamLabel", "c2jName" : "StreamLabel", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            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

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

                                                                                            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

                                                                                            • \n@deprecated Use {@link #streamLabel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                              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 streamLabel 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.\n@deprecated Use {@link #streamLabel(String)}\n", "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

                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamLabel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamLabel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamLabel", "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 streamLabel 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" : "streamLabel", "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

                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamLabel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamLabel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamLabel", "sensitive" : false, "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 streamLabel 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" : "setStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

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

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamLabel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamLabel", "beanStyleSetterMethodName" : "setStreamLabel", "c2jName" : "StreamLabel", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      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

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

                                                                                                      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

                                                                                                      • \n@deprecated Use {@link #streamLabel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                        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 streamLabel 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.\n@deprecated Use {@link #streamLabel(String)}\n", "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

                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamLabel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamLabel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamLabel", "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 streamLabel 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" : "streamLabel", "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

                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamLabel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamLabel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamLabel", "sensitive" : false, "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 streamLabel 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" : "setStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TableName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

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

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@return The DynamoDB table with which the stream is associated.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@return The DynamoDB table with which the stream is associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@param tableName The DynamoDB table with which the stream is associated.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

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

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                                                                                                The Amazon Resource Name (ARN) for the stream.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

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

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@return The DynamoDB table with which the stream is associated.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@return The DynamoDB table with which the stream is associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                \n@param tableName The DynamoDB table with which the stream is associated.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                The DynamoDB table with which the stream is associated.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamLabel", "beanStyleSetterMethodName" : "setStreamLabel", "c2jName" : "StreamLabel", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                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

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

                                                                                                                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

                                                                                                                • \n@deprecated Use {@link #streamLabel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                  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 streamLabel 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.\n@deprecated Use {@link #streamLabel(String)}\n", "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

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamLabel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamLabel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamLabel", "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 streamLabel 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" : "streamLabel", "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

                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamLabel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamLabel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamLabel", "sensitive" : false, "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 streamLabel 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" : "setStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Stream", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Stream", "variableName" : "stream", "variableType" : "Stream", "documentation" : null, "simpleType" : "Stream", "variableSetterType" : "Stream" }, "wrapper" : false, "xmlNamespace" : null }, "StreamDescription" : { "c2jName" : "StreamDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          Represents all of the data describing a particular stream.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

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

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the stream.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamLabel", "beanStyleSetterMethodName" : "setStreamLabel", "c2jName" : "StreamLabel", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          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

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

                                                                                                                          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

                                                                                                                          • \n@deprecated Use {@link #streamLabel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                            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 streamLabel 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.\n@deprecated Use {@link #streamLabel(String)}\n", "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

                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamLabel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamLabel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamLabel", "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 streamLabel 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" : "streamLabel", "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

                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamLabel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamLabel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamLabel", "sensitive" : false, "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 streamLabel 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" : "setStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    Indicates the current status of the stream:

                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                    • DISABLED - the stream is disabled.

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

                                                                                                                                    Indicates the current status of the stream:

                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                    • DISABLED - the stream is disabled.

                                                                                                                                    \n

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

                                                                                                                                    \n@return Indicates the current status of the stream:

                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                    • DISABLED - the stream is disabled.

                                                                                                                                    • \n@see StreamStatus\n@deprecated Use {@link #streamStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                      Indicates the current status of the stream:

                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                      • DISABLED - the stream is disabled.

                                                                                                                                      \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                      • DISABLED - the stream is disabled.

                                                                                                                                      • \n@see StreamStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus\n@deprecated Use {@link #streamStatus(String)}\n", "documentation" : "

                                                                                                                                        Indicates the current status of the stream:

                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                        • DISABLED - the stream is disabled.

                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "StreamStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamStatus", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                        Indicates the current status of the stream:

                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                        • DISABLED - the stream is disabled.

                                                                                                                                        \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                        • DISABLED - the stream is disabled.

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

                                                                                                                                          Indicates the current status of the stream:

                                                                                                                                          • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                          • ENABLED - the stream is enabled.

                                                                                                                                          • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                          • DISABLED - the stream is disabled.

                                                                                                                                          \n

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

                                                                                                                                          \n@return Indicates the current status of the stream:

                                                                                                                                          • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                          • ENABLED - the stream is enabled.

                                                                                                                                          • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                          • DISABLED - the stream is disabled.

                                                                                                                                          • \n@see StreamStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                            Indicates the current status of the stream:

                                                                                                                                            • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                            • ENABLED - the stream is enabled.

                                                                                                                                            • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                            • DISABLED - the stream is disabled.

                                                                                                                                            \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                            • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                            • ENABLED - the stream is enabled.

                                                                                                                                            • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                            • DISABLED - the stream is disabled.

                                                                                                                                            • \n@see StreamStatus", "setterMethodName" : "setStreamStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : "

                                                                                                                                              Indicates the current status of the stream:

                                                                                                                                              • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                              • ENABLED - the stream is enabled.

                                                                                                                                              • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                              • DISABLED - the stream is disabled.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamViewType", "beanStyleSetterMethodName" : "setStreamViewType", "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              Indicates the format of the records within this stream:

                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

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

                                                                                                                                              Indicates the format of the records within this stream:

                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                              \n

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

                                                                                                                                              \n@return Indicates the format of the records within this stream:

                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                              • \n@see StreamViewType\n@deprecated Use {@link #streamViewTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                Indicates the format of the records within this stream:

                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                • \n@see StreamViewType\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType\n@deprecated Use {@link #streamViewType(String)}\n", "documentation" : "

                                                                                                                                                  Indicates the format of the records within this stream:

                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "StreamViewType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamViewType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamViewType", "fluentEnumGetterMethodName" : "streamViewType", "fluentEnumSetterMethodName" : "streamViewType", "fluentGetterMethodName" : "streamViewTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                  Indicates the format of the records within this stream:

                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                  \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

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

                                                                                                                                                    Indicates the format of the records within this stream:

                                                                                                                                                    • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                    • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                    • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                    \n

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

                                                                                                                                                    \n@return Indicates the format of the records within this stream:

                                                                                                                                                    • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                    • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                    • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                    • \n@see StreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamViewType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamViewType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                      Indicates the format of the records within this stream:

                                                                                                                                                      • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                      • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                      • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                      \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                      • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                      • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                      • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                      • \n@see StreamViewType", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                        Indicates the format of the records within this stream:

                                                                                                                                                        • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                        • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                        • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationRequestDateTime", "beanStyleSetterMethodName" : "setCreationRequestDateTime", "c2jName" : "CreationRequestDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

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

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@return The date and time when the request to create this stream was issued.\n@deprecated Use {@link #creationRequestDateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationRequestDateTime(Instant)}\n", "documentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationRequestDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationRequestDateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationRequestDateTime", "fluentSetterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationRequestDateTime", "getterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@return The date and time when the request to create this stream was issued.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreationRequestDateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationRequestDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationRequestDateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@param creationRequestDateTime The date and time when the request to create this stream was issued.", "setterMethodName" : "setCreationRequestDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationRequestDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationRequestDateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

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

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        \n@return The DynamoDB table with which the stream is associated.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        \n@return The DynamoDB table with which the stream is associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        \n@param tableName The DynamoDB table with which the stream is associated.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                        The DynamoDB table with which the stream is associated.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getKeySchema", "beanStyleSetterMethodName" : "setKeySchema", "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

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

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasKeySchema()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The key attribute(s) of the stream's DynamoDB table.\n@deprecated Use {@link #keySchema()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keySchema(List)}\n", "documentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeySchema property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeySchema", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keySchema", "fluentSetterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keySchema", "getterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasKeySchema()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The key attribute(s) of the stream's DynamoDB table.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeySchema", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeySchemaElement", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link KeySchemaElement.Builder} avoiding the need to create one manually via {@link KeySchemaElement#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeySchemaElement.Builder#build()} is called immediately and its result is passed to {@link #member(KeySchemaElement)}.\n@param member a consumer that will call methods on {@link KeySchemaElement.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(KeySchemaElement)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(KeySchemaElement)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : null, "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeySchema", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n@param keySchema The key attribute(s) of the stream's DynamoDB table.", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardDescriptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

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

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasShards()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The shards that comprise the stream.\n@deprecated Use {@link #shards()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shards(List)}\n", "documentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Shards property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShards", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "fluentSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

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

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasShards()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The shards that comprise the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Shard)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Shards", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n@param shards The shards that comprise the stream.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEvaluatedShardId", "beanStyleSetterMethodName" : "setLastEvaluatedShardId", "c2jName" : "LastEvaluatedShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

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

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@return The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@deprecated Use {@link #lastEvaluatedShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEvaluatedShardId(String)}\n", "documentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEvaluatedShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEvaluatedShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEvaluatedShardId", "fluentSetterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedShardId", "getterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@return The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastEvaluatedShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastEvaluatedShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.", "setterMethodName" : "setLastEvaluatedShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedShardId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationRequestDateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationRequestDateTime", "beanStyleSetterMethodName" : "setCreationRequestDateTime", "c2jName" : "CreationRequestDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

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

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@return The date and time when the request to create this stream was issued.\n@deprecated Use {@link #creationRequestDateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationRequestDateTime(Instant)}\n", "documentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationRequestDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationRequestDateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationRequestDateTime", "fluentSetterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationRequestDateTime", "getterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@return The date and time when the request to create this stream was issued.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreationRequestDateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationRequestDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationRequestDateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        \n@param creationRequestDateTime The date and time when the request to create this stream was issued.", "setterMethodName" : "setCreationRequestDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationRequestDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationRequestDateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date and time when the request to create this stream was issued.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeySchema" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getKeySchema", "beanStyleSetterMethodName" : "setKeySchema", "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

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

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasKeySchema()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The key attribute(s) of the stream's DynamoDB table.\n@deprecated Use {@link #keySchema()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keySchema(List)}\n", "documentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeySchema property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeySchema", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keySchema", "fluentSetterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keySchema", "getterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasKeySchema()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The key attribute(s) of the stream's DynamoDB table.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeySchema", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeySchemaElement", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link KeySchemaElement.Builder} avoiding the need to create one manually via {@link KeySchemaElement#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeySchemaElement.Builder#build()} is called immediately and its result is passed to {@link #member(KeySchemaElement)}.\n@param member a consumer that will call methods on {@link KeySchemaElement.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(KeySchemaElement)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(KeySchemaElement)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : null, "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeySchema", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        \n@param keySchema The key attribute(s) of the stream's DynamoDB table.", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastEvaluatedShardId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEvaluatedShardId", "beanStyleSetterMethodName" : "setLastEvaluatedShardId", "c2jName" : "LastEvaluatedShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

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

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@return The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@deprecated Use {@link #lastEvaluatedShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEvaluatedShardId(String)}\n", "documentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEvaluatedShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEvaluatedShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEvaluatedShardId", "fluentSetterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedShardId", "getterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@return The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastEvaluatedShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastEvaluatedShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.", "setterMethodName" : "setLastEvaluatedShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedShardId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                        If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Shards" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardDescriptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

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

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasShards()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The shards that comprise the stream.\n@deprecated Use {@link #shards()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shards(List)}\n", "documentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Shards property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShards", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "fluentSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

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

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n

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

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasShards()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The shards that comprise the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Shard)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Shards", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n@param shards The shards that comprise the stream.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

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

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamLabel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamLabel", "beanStyleSetterMethodName" : "setStreamLabel", "c2jName" : "StreamLabel", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        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

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

                                                                                                                                                        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

                                                                                                                                                        • \n@deprecated Use {@link #streamLabel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                          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 streamLabel 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.\n@deprecated Use {@link #streamLabel(String)}\n", "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

                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamLabel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamLabel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamLabel", "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 streamLabel 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" : "streamLabel", "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

                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamLabel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamLabel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamLabel", "sensitive" : false, "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 streamLabel 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" : "setStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                  Indicates the current status of the stream:

                                                                                                                                                                  • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                  • ENABLED - the stream is enabled.

                                                                                                                                                                  • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                  • DISABLED - the stream is disabled.

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

                                                                                                                                                                  Indicates the current status of the stream:

                                                                                                                                                                  • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                  • ENABLED - the stream is enabled.

                                                                                                                                                                  • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                  • DISABLED - the stream is disabled.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@return Indicates the current status of the stream:

                                                                                                                                                                  • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                  • ENABLED - the stream is enabled.

                                                                                                                                                                  • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                  • DISABLED - the stream is disabled.

                                                                                                                                                                  • \n@see StreamStatus\n@deprecated Use {@link #streamStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                    Indicates the current status of the stream:

                                                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                    • DISABLED - the stream is disabled.

                                                                                                                                                                    \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                    • DISABLED - the stream is disabled.

                                                                                                                                                                    • \n@see StreamStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus\n@deprecated Use {@link #streamStatus(String)}\n", "documentation" : "

                                                                                                                                                                      Indicates the current status of the stream:

                                                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                      • DISABLED - the stream is disabled.

                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "StreamStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamStatus", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                      Indicates the current status of the stream:

                                                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                      • DISABLED - the stream is disabled.

                                                                                                                                                                      \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                      • DISABLED - the stream is disabled.

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

                                                                                                                                                                        Indicates the current status of the stream:

                                                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                        • DISABLED - the stream is disabled.

                                                                                                                                                                        \n

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

                                                                                                                                                                        \n@return Indicates the current status of the stream:

                                                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                        • DISABLED - the stream is disabled.

                                                                                                                                                                        • \n@see StreamStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          Indicates the current status of the stream:

                                                                                                                                                                          • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                          • ENABLED - the stream is enabled.

                                                                                                                                                                          • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                          • DISABLED - the stream is disabled.

                                                                                                                                                                          \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                                                          • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                          • ENABLED - the stream is enabled.

                                                                                                                                                                          • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                          • DISABLED - the stream is disabled.

                                                                                                                                                                          • \n@see StreamStatus", "setterMethodName" : "setStreamStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                            Indicates the current status of the stream:

                                                                                                                                                                            • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                            • ENABLED - the stream is enabled.

                                                                                                                                                                            • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                            • DISABLED - the stream is disabled.

                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamViewType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamViewType", "beanStyleSetterMethodName" : "setStreamViewType", "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Indicates the format of the records within this stream:

                                                                                                                                                                            • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                            • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                            • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

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

                                                                                                                                                                            Indicates the format of the records within this stream:

                                                                                                                                                                            • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                            • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                            • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                            \n

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

                                                                                                                                                                            \n@return Indicates the format of the records within this stream:

                                                                                                                                                                            • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                            • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                            • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                            • \n@see StreamViewType\n@deprecated Use {@link #streamViewTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                              Indicates the format of the records within this stream:

                                                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                              \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                              • \n@see StreamViewType\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType\n@deprecated Use {@link #streamViewType(String)}\n", "documentation" : "

                                                                                                                                                                                Indicates the format of the records within this stream:

                                                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "StreamViewType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamViewType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamViewType", "fluentEnumGetterMethodName" : "streamViewType", "fluentEnumSetterMethodName" : "streamViewType", "fluentGetterMethodName" : "streamViewTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                Indicates the format of the records within this stream:

                                                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

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

                                                                                                                                                                                  Indicates the format of the records within this stream:

                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                  \n

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

                                                                                                                                                                                  \n@return Indicates the format of the records within this stream:

                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                  • \n@see StreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamViewType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamViewType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                    Indicates the format of the records within this stream:

                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                    • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                    • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                    \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                    • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                    • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                    • \n@see StreamViewType", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Indicates the format of the records within this stream:

                                                                                                                                                                                      • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                      • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                      • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TableName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

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

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      \n@return The DynamoDB table with which the stream is associated.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      \n@return The DynamoDB table with which the stream is associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      \n@param tableName The DynamoDB table with which the stream is associated.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The DynamoDB table with which the stream is associated.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamArn", "beanStyleSetterMethodName" : "setStreamArn", "c2jName" : "StreamArn", "c2jShape" : "StreamArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

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

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the stream.\n@deprecated Use {@link #streamArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamArn(String)}\n", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      \n@param streamArn The Amazon Resource Name (ARN) for the stream.", "setterMethodName" : "setStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the stream.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamLabel", "beanStyleSetterMethodName" : "setStreamLabel", "c2jName" : "StreamLabel", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      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

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

                                                                                                                                                                                      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

                                                                                                                                                                                      • \n@deprecated Use {@link #streamLabel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                        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 streamLabel 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.\n@deprecated Use {@link #streamLabel(String)}\n", "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

                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamLabel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamLabel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamLabel", "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 streamLabel 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" : "streamLabel", "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

                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamLabel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamLabel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamLabel", "sensitive" : false, "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 streamLabel 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" : "setStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamLabel", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                Indicates the current status of the stream:

                                                                                                                                                                                                • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                • ENABLED - the stream is enabled.

                                                                                                                                                                                                • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                • DISABLED - the stream is disabled.

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

                                                                                                                                                                                                Indicates the current status of the stream:

                                                                                                                                                                                                • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                • ENABLED - the stream is enabled.

                                                                                                                                                                                                • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                • DISABLED - the stream is disabled.

                                                                                                                                                                                                \n

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

                                                                                                                                                                                                \n@return Indicates the current status of the stream:

                                                                                                                                                                                                • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                • ENABLED - the stream is enabled.

                                                                                                                                                                                                • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                • DISABLED - the stream is disabled.

                                                                                                                                                                                                • \n@see StreamStatus\n@deprecated Use {@link #streamStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                  Indicates the current status of the stream:

                                                                                                                                                                                                  • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                  • ENABLED - the stream is enabled.

                                                                                                                                                                                                  • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                  • DISABLED - the stream is disabled.

                                                                                                                                                                                                  \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                                                                                  • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                  • ENABLED - the stream is enabled.

                                                                                                                                                                                                  • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                  • DISABLED - the stream is disabled.

                                                                                                                                                                                                  • \n@see StreamStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus\n@deprecated Use {@link #streamStatus(String)}\n", "documentation" : "

                                                                                                                                                                                                    Indicates the current status of the stream:

                                                                                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                    • DISABLED - the stream is disabled.

                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "StreamStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamStatus", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                    Indicates the current status of the stream:

                                                                                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                    • DISABLED - the stream is disabled.

                                                                                                                                                                                                    \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                                                                                    • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                    • ENABLED - the stream is enabled.

                                                                                                                                                                                                    • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                    • DISABLED - the stream is disabled.

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

                                                                                                                                                                                                      Indicates the current status of the stream:

                                                                                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                      • DISABLED - the stream is disabled.

                                                                                                                                                                                                      \n

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

                                                                                                                                                                                                      \n@return Indicates the current status of the stream:

                                                                                                                                                                                                      • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                      • ENABLED - the stream is enabled.

                                                                                                                                                                                                      • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                      • DISABLED - the stream is disabled.

                                                                                                                                                                                                      • \n@see StreamStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        Indicates the current status of the stream:

                                                                                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                        • DISABLED - the stream is disabled.

                                                                                                                                                                                                        \n@param streamStatus Indicates the current status of the stream:

                                                                                                                                                                                                        • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                        • ENABLED - the stream is enabled.

                                                                                                                                                                                                        • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                        • DISABLED - the stream is disabled.

                                                                                                                                                                                                        • \n@see StreamStatus", "setterMethodName" : "setStreamStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                          Indicates the current status of the stream:

                                                                                                                                                                                                          • ENABLING - Streams is currently being enabled on the DynamoDB table.

                                                                                                                                                                                                          • ENABLED - the stream is enabled.

                                                                                                                                                                                                          • DISABLING - Streams is currently being disabled on the DynamoDB table.

                                                                                                                                                                                                          • DISABLED - the stream is disabled.

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamViewType", "beanStyleSetterMethodName" : "setStreamViewType", "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                          Indicates the format of the records within this stream:

                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                          • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                          • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

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

                                                                                                                                                                                                          Indicates the format of the records within this stream:

                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                          • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                          • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                          \n

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

                                                                                                                                                                                                          \n@return Indicates the format of the records within this stream:

                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                          • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                          • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                          • \n@see StreamViewType\n@deprecated Use {@link #streamViewTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                            Indicates the format of the records within this stream:

                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                            • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                            • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                            \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                            • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                            • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                            • \n@see StreamViewType\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType\n@deprecated Use {@link #streamViewType(String)}\n", "documentation" : "

                                                                                                                                                                                                              Indicates the format of the records within this stream:

                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "StreamViewType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamViewType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamViewType", "fluentEnumGetterMethodName" : "streamViewType", "fluentEnumSetterMethodName" : "streamViewType", "fluentGetterMethodName" : "streamViewTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              Indicates the format of the records within this stream:

                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                              \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                              • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                              • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

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

                                                                                                                                                                                                                Indicates the format of the records within this stream:

                                                                                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                                \n

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

                                                                                                                                                                                                                \n@return Indicates the format of the records within this stream:

                                                                                                                                                                                                                • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                                • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                                • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                                • \n@see StreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamViewType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamViewType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                  Indicates the format of the records within this stream:

                                                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                                  \n@param streamViewType Indicates the format of the records within this stream:

                                                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                                  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                                  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                                  • \n@see StreamViewType", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    Indicates the format of the records within this stream:

                                                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

                                                                                                                                                                                                                    • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

                                                                                                                                                                                                                    • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationRequestDateTime", "beanStyleSetterMethodName" : "setCreationRequestDateTime", "c2jName" : "CreationRequestDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

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

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    \n@return The date and time when the request to create this stream was issued.\n@deprecated Use {@link #creationRequestDateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    \n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationRequestDateTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationRequestDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationRequestDateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationRequestDateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    \n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationRequestDateTime", "getterDocumentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    \n@return The date and time when the request to create this stream was issued.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreationRequestDateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationRequestDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationRequestDateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    \n@param creationRequestDateTime The date and time when the request to create this stream was issued.", "setterMethodName" : "setCreationRequestDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationRequestDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationRequestDateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                    The date and time when the request to create this stream was issued.

                                                                                                                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "TableName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

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

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    \n@return The DynamoDB table with which the stream is associated.\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tableName(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TableName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTableName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    \n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    \n@return The DynamoDB table with which the stream is associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TableName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    \n@param tableName The DynamoDB table with which the stream is associated.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The DynamoDB table with which the stream is associated.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getKeySchema", "beanStyleSetterMethodName" : "setKeySchema", "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

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

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasKeySchema()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The key attribute(s) of the stream's DynamoDB table.\n@deprecated Use {@link #keySchema()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    \n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keySchema(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeySchema property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeySchema", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keySchema", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    \n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keySchema", "getterDocumentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasKeySchema()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The key attribute(s) of the stream's DynamoDB table.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeySchema", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeySchemaElement", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link KeySchemaElement.Builder} avoiding the need to create one manually via {@link KeySchemaElement#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeySchemaElement.Builder#build()} is called immediately and its result is passed to {@link #member(KeySchemaElement)}.\n@param member a consumer that will call methods on {@link KeySchemaElement.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(KeySchemaElement)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(KeySchemaElement)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : null, "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeySchema", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    \n@param keySchema The key attribute(s) of the stream's DynamoDB table.", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The key attribute(s) of the stream's DynamoDB table.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardDescriptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The shards that comprise the stream.

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

                                                                                                                                                                                                                    The shards that comprise the stream.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasShards()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The shards that comprise the stream.\n@deprecated Use {@link #shards()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The shards that comprise the stream.

                                                                                                                                                                                                                    \n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #shards(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The shards that comprise the stream.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Shards property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShards", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The shards that comprise the stream.

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

                                                                                                                                                                                                                    The shards that comprise the stream.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasShards()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The shards that comprise the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Shard)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Shards", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The shards that comprise the stream.

                                                                                                                                                                                                                    \n@param shards The shards that comprise the stream.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The shards that comprise the stream.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEvaluatedShardId", "beanStyleSetterMethodName" : "setLastEvaluatedShardId", "c2jName" : "LastEvaluatedShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

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

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    \n@return The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@deprecated Use {@link #lastEvaluatedShardId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEvaluatedShardId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEvaluatedShardId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEvaluatedShardId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEvaluatedShardId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedShardId", "getterDocumentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    \n@return The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastEvaluatedShardId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LastEvaluatedShardId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    \n@param lastEvaluatedShardId The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.", "setterMethodName" : "setLastEvaluatedShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedShardId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The shard ID 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 LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

                                                                                                                                                                                                                    If LastEvaluatedShardId 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 LastEvaluatedShardId is empty.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "wrapper" : false, "xmlNamespace" : null }, "StreamRecord" : { "c2jName" : "StreamRecord", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    A description of a single data modification that was performed on an item in a DynamoDB table.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApproximateCreationDateTime", "beanStyleSetterMethodName" : "setApproximateCreationDateTime", "c2jName" : "ApproximateCreationDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

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

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    \n@return The approximate date and time when the stream record was created, in UNIX epoch time format.\n@deprecated Use {@link #approximateCreationDateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #approximateCreationDateTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApproximateCreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApproximateCreationDateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "approximateCreationDateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "approximateCreationDateTime", "getterDocumentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    \n@return The approximate date and time when the stream record was created, in UNIX epoch time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApproximateCreationDateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateCreationDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ApproximateCreationDateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.", "setterMethodName" : "setApproximateCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateCreationDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateCreationDateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                    The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getKeys", "beanStyleSetterMethodName" : "setKeys", "c2jName" : "Keys", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

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

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The primary key attribute(s) for the DynamoDB item that was modified.\n@deprecated Use {@link #keys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keys(Map)}\n", "documentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Keys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keys", "getterDocumentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The primary key attribute(s) for the DynamoDB item that was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Keys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Keys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Keys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.", "setterMethodName" : "setKeys", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keys", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keys", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                    The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNewImage", "beanStyleSetterMethodName" : "setNewImage", "c2jName" : "NewImage", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

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

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasNewImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The item in the DynamoDB table as it appeared after it was modified.\n@deprecated Use {@link #newImage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    \n@param newImage The item in the DynamoDB table as it appeared after it was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newImage(Map)}\n", "documentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newImage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    \n@param newImage The item in the DynamoDB table as it appeared after it was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newImage", "getterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasNewImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The item in the DynamoDB table as it appeared after it was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewImage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewImage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "NewImage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    \n@param newImage The item in the DynamoDB table as it appeared after it was modified.", "setterMethodName" : "setNewImage", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "newImage", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "newImage", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getOldImage", "beanStyleSetterMethodName" : "setOldImage", "c2jName" : "OldImage", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

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

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasOldImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The item in the DynamoDB table as it appeared before it was modified.\n@deprecated Use {@link #oldImage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldImage(Map)}\n", "documentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldImage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldImage", "getterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasOldImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The item in the DynamoDB table as it appeared before it was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldImage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldImage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "OldImage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.", "setterMethodName" : "setOldImage", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "oldImage", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "oldImage", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                    The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

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

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    \n@return The sequence number of the stream record.\n@deprecated Use {@link #sequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    \n@param sequenceNumber The sequence number of the stream record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumber(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    \n@param sequenceNumber The sequence number of the stream record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    \n@return The sequence number of the stream record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    \n@param sequenceNumber The sequence number of the stream record.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The sequence number of the stream record.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSizeBytes", "beanStyleSetterMethodName" : "setSizeBytes", "c2jName" : "SizeBytes", "c2jShape" : "PositiveLongObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

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

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    \n@return The size of the stream record, in bytes.\n@deprecated Use {@link #sizeBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    \n@param sizeBytes The size of the stream record, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sizeBytes(Long)}\n", "documentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SizeBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSizeBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizeBytes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    \n@param sizeBytes The size of the stream record, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizeBytes", "getterDocumentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    \n@return The size of the stream record, in bytes.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizeBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SizeBytes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    \n@param sizeBytes The size of the stream record, in bytes.", "setterMethodName" : "setSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                    The size of the stream record, in bytes.

                                                                                                                                                                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamViewType", "beanStyleSetterMethodName" : "setStreamViewType", "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                    • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                    • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

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

                                                                                                                                                                                                                    The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                    • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                    • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                    \n@return The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                    • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                    • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                    • \n@see StreamViewType\n@deprecated Use {@link #streamViewTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                      The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                      • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                      • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                      • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                      \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                      • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                      • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                      • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                      • \n@see StreamViewType\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType\n@deprecated Use {@link #streamViewType(String)}\n", "documentation" : "

                                                                                                                                                                                                                        The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "StreamViewType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamViewType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamViewType", "fluentEnumGetterMethodName" : "streamViewType", "fluentEnumSetterMethodName" : "streamViewType", "fluentGetterMethodName" : "streamViewTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                        The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                        \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

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

                                                                                                                                                                                                                          The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                          • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                          • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                          \n

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

                                                                                                                                                                                                                          \n@return The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                          • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                          • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                          • \n@see StreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamViewType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamViewType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                            The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                            • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                            • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                            \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                            • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                            • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                            • \n@see StreamViewType", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                              • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                              • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApproximateCreationDateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApproximateCreationDateTime", "beanStyleSetterMethodName" : "setApproximateCreationDateTime", "c2jName" : "ApproximateCreationDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

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

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              \n@return The approximate date and time when the stream record was created, in UNIX epoch time format.\n@deprecated Use {@link #approximateCreationDateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #approximateCreationDateTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApproximateCreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApproximateCreationDateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "approximateCreationDateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "approximateCreationDateTime", "getterDocumentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              \n@return The approximate date and time when the stream record was created, in UNIX epoch time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApproximateCreationDateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateCreationDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ApproximateCreationDateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.", "setterMethodName" : "setApproximateCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateCreationDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateCreationDateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                              The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Keys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getKeys", "beanStyleSetterMethodName" : "setKeys", "c2jName" : "Keys", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

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

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return The primary key attribute(s) for the DynamoDB item that was modified.\n@deprecated Use {@link #keys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keys(Map)}\n", "documentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Keys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keys", "getterDocumentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return The primary key attribute(s) for the DynamoDB item that was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Keys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Keys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Keys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.", "setterMethodName" : "setKeys", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keys", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keys", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                              The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                              ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewImage" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNewImage", "beanStyleSetterMethodName" : "setNewImage", "c2jName" : "NewImage", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

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

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasNewImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return The item in the DynamoDB table as it appeared after it was modified.\n@deprecated Use {@link #newImage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              \n@param newImage The item in the DynamoDB table as it appeared after it was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newImage(Map)}\n", "documentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newImage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              \n@param newImage The item in the DynamoDB table as it appeared after it was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newImage", "getterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasNewImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return The item in the DynamoDB table as it appeared after it was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewImage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewImage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "NewImage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              \n@param newImage The item in the DynamoDB table as it appeared after it was modified.", "setterMethodName" : "setNewImage", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "newImage", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "newImage", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                              ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OldImage" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getOldImage", "beanStyleSetterMethodName" : "setOldImage", "c2jName" : "OldImage", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

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

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasOldImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return The item in the DynamoDB table as it appeared before it was modified.\n@deprecated Use {@link #oldImage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldImage(Map)}\n", "documentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldImage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldImage", "getterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasOldImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return The item in the DynamoDB table as it appeared before it was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldImage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldImage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "OldImage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.", "setterMethodName" : "setOldImage", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "oldImage", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "oldImage", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                              The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                              ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SequenceNumber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

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

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              \n@return The sequence number of the stream record.\n@deprecated Use {@link #sequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              \n@param sequenceNumber The sequence number of the stream record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumber(String)}\n", "documentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              \n@param sequenceNumber The sequence number of the stream record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              \n@return The sequence number of the stream record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              \n@param sequenceNumber The sequence number of the stream record.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The sequence number of the stream record.

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SizeBytes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSizeBytes", "beanStyleSetterMethodName" : "setSizeBytes", "c2jName" : "SizeBytes", "c2jShape" : "PositiveLongObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

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

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              \n@return The size of the stream record, in bytes.\n@deprecated Use {@link #sizeBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              \n@param sizeBytes The size of the stream record, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sizeBytes(Long)}\n", "documentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SizeBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSizeBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizeBytes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              \n@param sizeBytes The size of the stream record, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizeBytes", "getterDocumentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              \n@return The size of the stream record, in bytes.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizeBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SizeBytes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              \n@param sizeBytes The size of the stream record, in bytes.", "setterMethodName" : "setSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                              The size of the stream record, in bytes.

                                                                                                                                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StreamViewType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamViewType", "beanStyleSetterMethodName" : "setStreamViewType", "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                              • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                              • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

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

                                                                                                                                                                                                                              The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                              • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                              • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                              \n@return The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                              • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                              • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                              • \n@see StreamViewType\n@deprecated Use {@link #streamViewTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                • \n@see StreamViewType\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType\n@deprecated Use {@link #streamViewType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                  The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                  • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                  • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "StreamViewType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamViewType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamViewType", "fluentEnumGetterMethodName" : "streamViewType", "fluentEnumSetterMethodName" : "streamViewType", "fluentGetterMethodName" : "streamViewTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                  The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                  • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                  • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                  \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                  • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                  • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

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

                                                                                                                                                                                                                                    The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                    • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                    • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                                    \n@return The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                    • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                    • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                    • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                    • \n@see StreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamViewType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamViewType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                      • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                      • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                      • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                      \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                      • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                      • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                      • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                      • \n@see StreamViewType", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                        The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApproximateCreationDateTime", "beanStyleSetterMethodName" : "setApproximateCreationDateTime", "c2jName" : "ApproximateCreationDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

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

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        \n@return The approximate date and time when the stream record was created, in UNIX epoch time format.\n@deprecated Use {@link #approximateCreationDateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #approximateCreationDateTime(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApproximateCreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApproximateCreationDateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "approximateCreationDateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "approximateCreationDateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        \n@return The approximate date and time when the stream record was created, in UNIX epoch time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApproximateCreationDateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateCreationDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ApproximateCreationDateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        \n@param approximateCreationDateTime The approximate date and time when the stream record was created, in UNIX epoch time format.", "setterMethodName" : "setApproximateCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateCreationDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateCreationDateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                        The approximate date and time when the stream record was created, in UNIX epoch time format.

                                                                                                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getKeys", "beanStyleSetterMethodName" : "setKeys", "c2jName" : "Keys", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

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

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nYou can use {@link #hasKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                        \n@return The primary key attribute(s) for the DynamoDB item that was modified.\n@deprecated Use {@link #keys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keys(Map)}\n", "documentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Keys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keys", "getterDocumentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nYou can use {@link #hasKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                        \n@return The primary key attribute(s) for the DynamoDB item that was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Keys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Keys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Keys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        \n@param keys The primary key attribute(s) for the DynamoDB item that was modified.", "setterMethodName" : "setKeys", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keys", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keys", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                        The primary key attribute(s) for the DynamoDB item that was modified.

                                                                                                                                                                                                                                        ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNewImage", "beanStyleSetterMethodName" : "setNewImage", "c2jName" : "NewImage", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

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

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nYou can use {@link #hasNewImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                        \n@return The item in the DynamoDB table as it appeared after it was modified.\n@deprecated Use {@link #newImage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        \n@param newImage The item in the DynamoDB table as it appeared after it was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newImage(Map)}\n", "documentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newImage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        \n@param newImage The item in the DynamoDB table as it appeared after it was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newImage", "getterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nYou can use {@link #hasNewImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                        \n@return The item in the DynamoDB table as it appeared after it was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewImage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewImage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "NewImage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        \n@param newImage The item in the DynamoDB table as it appeared after it was modified.", "setterMethodName" : "setNewImage", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "newImage", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "newImage", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared after it was modified.

                                                                                                                                                                                                                                        ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getOldImage", "beanStyleSetterMethodName" : "setOldImage", "c2jName" : "OldImage", "c2jShape" : "AttributeMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

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

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nYou can use {@link #hasOldImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                        \n@return The item in the DynamoDB table as it appeared before it was modified.\n@deprecated Use {@link #oldImage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldImage(Map)}\n", "documentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldImage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldImage", "getterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nYou can use {@link #hasOldImage()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                        \n@return The item in the DynamoDB table as it appeared before it was modified.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldImage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldImage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeValue.Builder} avoiding the need to create one manually via {@link AttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(AttributeValue)}.\n@param value a consumer that will call methods on {@link AttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(AttributeValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(AttributeValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "OldImage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        \n@param oldImage The item in the DynamoDB table as it appeared before it was modified.", "setterMethodName" : "setOldImage", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "oldImage", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "oldImage", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                        The item in the DynamoDB table as it appeared before it was modified.

                                                                                                                                                                                                                                        ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

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

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        \n@return The sequence number of the stream record.\n@deprecated Use {@link #sequenceNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        \n@param sequenceNumber The sequence number of the stream record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceNumber(String)}\n", "documentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        \n@param sequenceNumber The sequence number of the stream record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        \n@return The sequence number of the stream record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceNumber", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        \n@param sequenceNumber The sequence number of the stream record.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                        The sequence number of the stream record.

                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSizeBytes", "beanStyleSetterMethodName" : "setSizeBytes", "c2jName" : "SizeBytes", "c2jShape" : "PositiveLongObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

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

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        \n@return The size of the stream record, in bytes.\n@deprecated Use {@link #sizeBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        \n@param sizeBytes The size of the stream record, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sizeBytes(Long)}\n", "documentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SizeBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSizeBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizeBytes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        \n@param sizeBytes The size of the stream record, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizeBytes", "getterDocumentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        \n@return The size of the stream record, in bytes.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizeBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SizeBytes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        \n@param sizeBytes The size of the stream record, in bytes.", "setterMethodName" : "setSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                        The size of the stream record, in bytes.

                                                                                                                                                                                                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStreamViewType", "beanStyleSetterMethodName" : "setStreamViewType", "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

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

                                                                                                                                                                                                                                        The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                        \n@return The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                        • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                        • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                        • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                        • \n@see StreamViewType\n@deprecated Use {@link #streamViewTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                          The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                          • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                          • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                          \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                          • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                          • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                          • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                          • \n@see StreamViewType\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType\n@deprecated Use {@link #streamViewType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                            The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                            • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                            • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "StreamViewType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StreamViewType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStreamViewType", "fluentEnumGetterMethodName" : "streamViewType", "fluentEnumSetterMethodName" : "streamViewType", "fluentGetterMethodName" : "streamViewTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                            • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                            • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                            \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                            • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                            • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                            • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

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

                                                                                                                                                                                                                                              The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                              • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                              • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                              \n@return The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                              • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                              • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                              • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                              • \n@see StreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamViewType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StreamViewType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                                • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                                • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                                • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                                \n@param streamViewType The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                                • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                                • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                                • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                                • \n@see StreamViewType", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The type of data from the modified DynamoDB item that was captured in this stream record:

                                                                                                                                                                                                                                                  • KEYS_ONLY - only the key attributes of the modified item.

                                                                                                                                                                                                                                                  • NEW_IMAGE - the entire item, as it appeared after it was modified.

                                                                                                                                                                                                                                                  • OLD_IMAGE - the entire item, as it appeared before it was modified.

                                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamRecord", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamRecord", "variableName" : "streamRecord", "variableType" : "StreamRecord", "documentation" : null, "simpleType" : "StreamRecord", "variableSetterType" : "StreamRecord" }, "wrapper" : false, "xmlNamespace" : null }, "StreamStatus" : { "c2jName" : "StreamStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLING", "value" : "ENABLING" }, { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "DISABLING", "value" : "DISABLING" }, { "name" : "DISABLED", "value" : "DISABLED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamStatus", "variableName" : "streamStatus", "variableType" : "StreamStatus", "documentation" : null, "simpleType" : "StreamStatus", "variableSetterType" : "StreamStatus" }, "wrapper" : false, "xmlNamespace" : null }, "StreamViewType" : { "c2jName" : "StreamViewType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : true, "skipGeneratingModelClass" : true, "skipGeneratingUnmarshaller" : true, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "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, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamViewType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamViewType", "variableName" : "streamViewType", "variableType" : "StreamViewType", "documentation" : null, "simpleType" : "StreamViewType", "variableSetterType" : "StreamViewType" }, "wrapper" : false, "xmlNamespace" : null }, "TrimmedDataAccessException" : { "c2jName" : "TrimmedDataAccessException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The operation attempted to read past the oldest stream record in a shard.

                                                                                                                                                                                                                                                  In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. You might receive a TrimmedDataAccessException if:

                                                                                                                                                                                                                                                  • You request a shard iterator with a sequence number older than the trim point (24 hours).

                                                                                                                                                                                                                                                  • You obtain a shard iterator, but before you use the iterator in a GetRecords request, a stream record in the shard exceeds the 24 hour period and is trimmed. This causes the iterator to access a record that no longer exists.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TrimmedDataAccessException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TrimmedDataAccessException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrimmedDataAccessException", "variableName" : "trimmedDataAccessException", "variableType" : "TrimmedDataAccessException", "documentation" : null, "simpleType" : "TrimmedDataAccessException", "variableSetterType" : "TrimmedDataAccessException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { "DescribeStream" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example describes a stream with a given stream ARN.", "id" : "to-describe-a-stream-with-a-given-stream-arn-1473457835200", "input" : { "StreamArn" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252" }, "output" : { "StreamDescription" : { "StreamArn" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252", "StreamLabel" : "2015-05-20T20:51:10.252", "StreamStatus" : "ENABLED", "StreamViewType" : "NEW_AND_OLD_IMAGES", "CreationRequestDateTime" : "Wed May 20 13:51:10 PDT 2015", "TableName" : "Forum", "KeySchema" : [ { "AttributeName" : "ForumName", "KeyType" : "HASH" }, { "AttributeName" : "Subject", "KeyType" : "RANGE" } ], "Shards" : [ { "ShardId" : "shardId-00000001414562045508-2bac9cd2", "SequenceNumberRange" : { "StartingSequenceNumber" : "20500000000000000910398", "EndingSequenceNumber" : "20500000000000000910398" } }, { "ShardId" : "shardId-00000001414576573621-f55eea83", "SequenceNumberRange" : { "StartingSequenceNumber" : "820400000000000001192334", "EndingSequenceNumber" : "820400000000000001192334" }, "ParentShardId" : "shardId-00000001414562045508-2bac9cd2" }, { "ShardId" : "shardId-00000001414592258131-674fd923", "SequenceNumberRange" : { "StartingSequenceNumber" : "1683700000000000001135967", "EndingSequenceNumber" : "1683700000000000001135967" }, "ParentShardId" : "shardId-00000001414576573621-f55eea83" }, { "ShardId" : "shardId-00000001414608446368-3a1afbaf", "SequenceNumberRange" : { "StartingSequenceNumber" : "2574600000000000000935255" }, "ParentShardId" : "shardId-00000001414592258131-674fd923" } ] } }, "title" : "To describe a stream with a given stream ARN" } ], "GetRecords" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example retrieves all the stream records from a shard.", "id" : "to-retrieve-all-the-stream-records-from-a-shard-1473707781419", "input" : { "ShardIterator" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252|1|AAAAAAAAAAEvJp6D+zaQ... ..." }, "output" : { "Records" : [ { "eventID" : "e2fd9c34eff2d779b297b26f5fef4206", "eventName" : "INSERT", "eventVersion" : "1.0", "eventSource" : "aws:dynamodb", "awsRegion" : "us-west-2", "dynamodb" : { "ApproximateCreationDateTime" : "1.46480646E9", "Keys" : { }, "SequenceNumber" : "300000000000000499659", "SizeBytes" : 41, "StreamViewType" : "KEYS_ONLY" } }, { "eventID" : "4b25bd0da9a181a155114127e4837252", "eventName" : "MODIFY", "eventVersion" : "1.0", "eventSource" : "aws:dynamodb", "awsRegion" : "us-west-2", "dynamodb" : { "ApproximateCreationDateTime" : "1.46480527E9", "Keys" : { }, "SequenceNumber" : "400000000000000499660", "SizeBytes" : 41, "StreamViewType" : "KEYS_ONLY" } }, { "eventID" : "740280c73a3df7842edab3548a1b08ad", "eventName" : "REMOVE", "eventVersion" : "1.0", "eventSource" : "aws:dynamodb", "awsRegion" : "us-west-2", "dynamodb" : { "ApproximateCreationDateTime" : "1.46480646E9", "Keys" : { }, "SequenceNumber" : "500000000000000499661", "SizeBytes" : 41, "StreamViewType" : "KEYS_ONLY" } } ], "NextShardIterator" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252|1|AAAAAAAAAAGQBYshYDEe ... ..." }, "title" : "To retrieve all the stream records from a shard" } ], "GetShardIterator" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns a shard iterator for the provided stream ARN and shard ID.", "id" : "to-obtain-a-shard-iterator-for-the-provided-stream-arn-and-shard-id-1473459941476", "input" : { "StreamArn" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252", "ShardId" : "00000001414576573621-f55eea83", "ShardIteratorType" : "TRIM_HORIZON" }, "output" : { "ShardIterator" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252|1|AAAAAAAAAAEvJp6D+zaQ... ..." }, "title" : "To obtain a shard iterator for the provided stream ARN and shard ID" } ], "ListStreams" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists all of the stream ARNs.", "id" : "to-list-all-of-the-stream-arns--1473459534285", "input" : { }, "output" : { "Streams" : [ { "StreamArn" : "arn:aws:dynamodb:us-wesst-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252", "TableName" : "Forum", "StreamLabel" : "2015-05-20T20:51:10.252" }, { "StreamArn" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:50:02.714", "TableName" : "Forum", "StreamLabel" : "2015-05-20T20:50:02.714" }, { "StreamArn" : "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-19T23:03:50.641", "TableName" : "Forum", "StreamLabel" : "2015-05-19T23:03:50.641" } ] }, "title" : "To list all of the stream ARNs " } ] }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "DynamoDbException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.dynamodb.model.DynamoDbException", "sdkRequestBaseClassName" : "DynamoDbStreamsRequest", "sdkResponseBaseClassName" : "DynamoDbStreamsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy