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

models.iotanalytics-2017-11-27-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "describeLoggingOptions" ],
    "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" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "listChannels", "listDatasets", "listDatastores", "listPipelines" ]
  },
  "metadata" : {
    "apiVersion" : "2017-11-27",
    "asyncBuilder" : "DefaultIoTAnalyticsAsyncClientBuilder",
    "asyncBuilderInterface" : "IoTAnalyticsAsyncClientBuilder",
    "asyncClient" : "DefaultIoTAnalyticsAsyncClient",
    "asyncInterface" : "IoTAnalyticsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultIoTAnalyticsBaseClientBuilder",
    "baseBuilderInterface" : "IoTAnalyticsBaseClientBuilder",
    "baseExceptionName" : "IoTAnalyticsException",
    "baseRequestName" : "IoTAnalyticsRequest",
    "baseResponseName" : "IoTAnalyticsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "iotanalytics",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS IoT Analytics",
    "documentation" : "

AWS IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data and run sophisticated analytics on it. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.

Traditional analytics and business intelligence tools are designed to process structured data. IoT data often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result the data from these devices can have significant gaps, corrupted messages, and false readings that must be cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data from external sources.

AWS IoT Analytics automates the steps required to analyze data from IoT devices. AWS IoT Analytics filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You can set up the service to collect only the data you need from your devices, apply mathematical transforms to process the data, and enrich the data with device-specific metadata such as device type and location before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, or perform more complex analytics and machine learning inference. AWS IoT Analytics includes pre-built models for common IoT use cases so you can answer questions like which devices are about to fail or which customers are at risk of abandoning their wearable devices.

", "endpointPrefix" : "iotanalytics", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.iotanalytics", "fullModelPackageName" : "software.amazon.awssdk.services.iotanalytics.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.iotanalytics.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.iotanalytics.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.iotanalytics.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "iotanalytics.model", "paginatorsPackageName" : "iotanalytics.paginators", "protocol" : "rest-json", "queryProtocol" : false, "requestTransformPackageName" : "iotanalytics.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "IoTAnalytics", "serviceName" : "IoTAnalytics", "signingName" : "iotanalytics", "syncBuilder" : "DefaultIoTAnalyticsClientBuilder", "syncBuilderInterface" : "IoTAnalyticsClientBuilder", "syncClient" : "DefaultIoTAnalyticsClient", "syncInterface" : "IoTAnalyticsClient", "transformPackageName" : "iotanalytics.transform", "uid" : "iotanalytics-2017-11-27", "xmlProtocol" : false }, "operations" : { "BatchPutMessage" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sends messages to a channel.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchPutMessageRequest", "variableName" : "batchPutMessageRequest", "variableType" : "BatchPutMessageRequest", "documentation" : "", "simpleType" : "BatchPutMessageRequest", "variableSetterType" : "BatchPutMessageRequest" }, "methodName" : "batchPutMessage", "operationName" : "BatchPutMessage", "paginated" : false, "returnType" : { "returnType" : "BatchPutMessageResponse", "documentation" : null }, "syncReturnType" : "BatchPutMessageResponse" }, "CancelPipelineReprocessing" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Cancels the reprocessing of data through the pipeline.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelPipelineReprocessingRequest", "variableName" : "cancelPipelineReprocessingRequest", "variableType" : "CancelPipelineReprocessingRequest", "documentation" : "", "simpleType" : "CancelPipelineReprocessingRequest", "variableSetterType" : "CancelPipelineReprocessingRequest" }, "methodName" : "cancelPipelineReprocessing", "operationName" : "CancelPipelineReprocessing", "paginated" : false, "returnType" : { "returnType" : "CancelPipelineReprocessingResponse", "documentation" : null }, "syncReturnType" : "CancelPipelineReprocessingResponse" }, "CreateChannel" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a channel. A channel collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.

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

The request was not valid.

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

A resource with the same name already exists.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

", "httpStatusCode" : 410 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateChannelRequest", "variableName" : "createChannelRequest", "variableType" : "CreateChannelRequest", "documentation" : "", "simpleType" : "CreateChannelRequest", "variableSetterType" : "CreateChannelRequest" }, "methodName" : "createChannel", "operationName" : "CreateChannel", "paginated" : false, "returnType" : { "returnType" : "CreateChannelResponse", "documentation" : null }, "syncReturnType" : "CreateChannelResponse" }, "CreateDataset" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a data set. A data set stores data retrieved from a data store by applying a \"queryAction\" (a SQL query) or a \"containerAction\" (executing a containerized application). This operation creates the skeleton of a data set. The data set can be populated manually by calling \"CreateDatasetContent\" or automatically according to a \"trigger\" you specify.

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

The request was not valid.

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

A resource with the same name already exists.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

", "httpStatusCode" : 410 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDatasetRequest", "variableName" : "createDatasetRequest", "variableType" : "CreateDatasetRequest", "documentation" : "", "simpleType" : "CreateDatasetRequest", "variableSetterType" : "CreateDatasetRequest" }, "methodName" : "createDataset", "operationName" : "CreateDataset", "paginated" : false, "returnType" : { "returnType" : "CreateDatasetResponse", "documentation" : null }, "syncReturnType" : "CreateDatasetResponse" }, "CreateDatasetContent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates the content of a data set by applying a \"queryAction\" (a SQL query) or a \"containerAction\" (executing a containerized application).

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDatasetContentRequest", "variableName" : "createDatasetContentRequest", "variableType" : "CreateDatasetContentRequest", "documentation" : "", "simpleType" : "CreateDatasetContentRequest", "variableSetterType" : "CreateDatasetContentRequest" }, "methodName" : "createDatasetContent", "operationName" : "CreateDatasetContent", "paginated" : false, "returnType" : { "returnType" : "CreateDatasetContentResponse", "documentation" : null }, "syncReturnType" : "CreateDatasetContentResponse" }, "CreateDatastore" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a data store, which is a repository for messages.

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

The request was not valid.

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

A resource with the same name already exists.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

", "httpStatusCode" : 410 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDatastoreRequest", "variableName" : "createDatastoreRequest", "variableType" : "CreateDatastoreRequest", "documentation" : "", "simpleType" : "CreateDatastoreRequest", "variableSetterType" : "CreateDatastoreRequest" }, "methodName" : "createDatastore", "operationName" : "CreateDatastore", "paginated" : false, "returnType" : { "returnType" : "CreateDatastoreResponse", "documentation" : null }, "syncReturnType" : "CreateDatastoreResponse" }, "CreatePipeline" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a pipeline. A pipeline consumes messages from a channel and allows you to process the messages before storing them in a data store. You must specify both a channel and a datastore activity and, optionally, as many as 23 additional activities in the pipelineActivities array.

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

The request was not valid.

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

A resource with the same name already exists.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

", "httpStatusCode" : 410 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreatePipelineRequest", "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "documentation" : "", "simpleType" : "CreatePipelineRequest", "variableSetterType" : "CreatePipelineRequest" }, "methodName" : "createPipeline", "operationName" : "CreatePipeline", "paginated" : false, "returnType" : { "returnType" : "CreatePipelineResponse", "documentation" : null }, "syncReturnType" : "CreatePipelineResponse" }, "DeleteChannel" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified channel.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteChannelRequest", "variableName" : "deleteChannelRequest", "variableType" : "DeleteChannelRequest", "documentation" : "", "simpleType" : "DeleteChannelRequest", "variableSetterType" : "DeleteChannelRequest" }, "methodName" : "deleteChannel", "operationName" : "DeleteChannel", "paginated" : false, "returnType" : { "returnType" : "DeleteChannelResponse", "documentation" : null }, "syncReturnType" : "DeleteChannelResponse" }, "DeleteDataset" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified data set.

You do not have to delete the content of the data set before you perform this operation.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDatasetRequest", "variableName" : "deleteDatasetRequest", "variableType" : "DeleteDatasetRequest", "documentation" : "", "simpleType" : "DeleteDatasetRequest", "variableSetterType" : "DeleteDatasetRequest" }, "methodName" : "deleteDataset", "operationName" : "DeleteDataset", "paginated" : false, "returnType" : { "returnType" : "DeleteDatasetResponse", "documentation" : null }, "syncReturnType" : "DeleteDatasetResponse" }, "DeleteDatasetContent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the content of the specified data set.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDatasetContentRequest", "variableName" : "deleteDatasetContentRequest", "variableType" : "DeleteDatasetContentRequest", "documentation" : "", "simpleType" : "DeleteDatasetContentRequest", "variableSetterType" : "DeleteDatasetContentRequest" }, "methodName" : "deleteDatasetContent", "operationName" : "DeleteDatasetContent", "paginated" : false, "returnType" : { "returnType" : "DeleteDatasetContentResponse", "documentation" : null }, "syncReturnType" : "DeleteDatasetContentResponse" }, "DeleteDatastore" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified data store.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDatastoreRequest", "variableName" : "deleteDatastoreRequest", "variableType" : "DeleteDatastoreRequest", "documentation" : "", "simpleType" : "DeleteDatastoreRequest", "variableSetterType" : "DeleteDatastoreRequest" }, "methodName" : "deleteDatastore", "operationName" : "DeleteDatastore", "paginated" : false, "returnType" : { "returnType" : "DeleteDatastoreResponse", "documentation" : null }, "syncReturnType" : "DeleteDatastoreResponse" }, "DeletePipeline" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified pipeline.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeletePipelineRequest", "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "documentation" : "", "simpleType" : "DeletePipelineRequest", "variableSetterType" : "DeletePipelineRequest" }, "methodName" : "deletePipeline", "operationName" : "DeletePipeline", "paginated" : false, "returnType" : { "returnType" : "DeletePipelineResponse", "documentation" : null }, "syncReturnType" : "DeletePipelineResponse" }, "DescribeChannel" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a channel.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeChannelRequest", "variableName" : "describeChannelRequest", "variableType" : "DescribeChannelRequest", "documentation" : "", "simpleType" : "DescribeChannelRequest", "variableSetterType" : "DescribeChannelRequest" }, "methodName" : "describeChannel", "operationName" : "DescribeChannel", "paginated" : false, "returnType" : { "returnType" : "DescribeChannelResponse", "documentation" : null }, "syncReturnType" : "DescribeChannelResponse" }, "DescribeDataset" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a data set.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeDatasetRequest", "variableName" : "describeDatasetRequest", "variableType" : "DescribeDatasetRequest", "documentation" : "", "simpleType" : "DescribeDatasetRequest", "variableSetterType" : "DescribeDatasetRequest" }, "methodName" : "describeDataset", "operationName" : "DescribeDataset", "paginated" : false, "returnType" : { "returnType" : "DescribeDatasetResponse", "documentation" : null }, "syncReturnType" : "DescribeDatasetResponse" }, "DescribeDatastore" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a data store.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeDatastoreRequest", "variableName" : "describeDatastoreRequest", "variableType" : "DescribeDatastoreRequest", "documentation" : "", "simpleType" : "DescribeDatastoreRequest", "variableSetterType" : "DescribeDatastoreRequest" }, "methodName" : "describeDatastore", "operationName" : "DescribeDatastore", "paginated" : false, "returnType" : { "returnType" : "DescribeDatastoreResponse", "documentation" : null }, "syncReturnType" : "DescribeDatastoreResponse" }, "DescribeLoggingOptions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the current settings of the AWS IoT Analytics logging options.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLoggingOptionsRequest", "variableName" : "describeLoggingOptionsRequest", "variableType" : "DescribeLoggingOptionsRequest", "documentation" : "", "simpleType" : "DescribeLoggingOptionsRequest", "variableSetterType" : "DescribeLoggingOptionsRequest" }, "methodName" : "describeLoggingOptions", "operationName" : "DescribeLoggingOptions", "paginated" : false, "returnType" : { "returnType" : "DescribeLoggingOptionsResponse", "documentation" : null }, "syncReturnType" : "DescribeLoggingOptionsResponse" }, "DescribePipeline" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a pipeline.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribePipelineRequest", "variableName" : "describePipelineRequest", "variableType" : "DescribePipelineRequest", "documentation" : "", "simpleType" : "DescribePipelineRequest", "variableSetterType" : "DescribePipelineRequest" }, "methodName" : "describePipeline", "operationName" : "DescribePipeline", "paginated" : false, "returnType" : { "returnType" : "DescribePipelineResponse", "documentation" : null }, "syncReturnType" : "DescribePipelineResponse" }, "GetDatasetContent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the contents of a data set as pre-signed URIs.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDatasetContentRequest", "variableName" : "getDatasetContentRequest", "variableType" : "GetDatasetContentRequest", "documentation" : "", "simpleType" : "GetDatasetContentRequest", "variableSetterType" : "GetDatasetContentRequest" }, "methodName" : "getDatasetContent", "operationName" : "GetDatasetContent", "paginated" : false, "returnType" : { "returnType" : "GetDatasetContentResponse", "documentation" : null }, "syncReturnType" : "GetDatasetContentResponse" }, "ListChannels" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of channels.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListChannelsRequest", "variableName" : "listChannelsRequest", "variableType" : "ListChannelsRequest", "documentation" : "", "simpleType" : "ListChannelsRequest", "variableSetterType" : "ListChannelsRequest" }, "methodName" : "listChannels", "operationName" : "ListChannels", "paginated" : true, "returnType" : { "returnType" : "ListChannelsResponse", "documentation" : null }, "syncReturnType" : "ListChannelsResponse" }, "ListDatasetContents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists information about data set contents that have been created.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDatasetContentsRequest", "variableName" : "listDatasetContentsRequest", "variableType" : "ListDatasetContentsRequest", "documentation" : "", "simpleType" : "ListDatasetContentsRequest", "variableSetterType" : "ListDatasetContentsRequest" }, "methodName" : "listDatasetContents", "operationName" : "ListDatasetContents", "paginated" : true, "returnType" : { "returnType" : "ListDatasetContentsResponse", "documentation" : null }, "syncReturnType" : "ListDatasetContentsResponse" }, "ListDatasets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about data sets.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDatasetsRequest", "variableName" : "listDatasetsRequest", "variableType" : "ListDatasetsRequest", "documentation" : "", "simpleType" : "ListDatasetsRequest", "variableSetterType" : "ListDatasetsRequest" }, "methodName" : "listDatasets", "operationName" : "ListDatasets", "paginated" : true, "returnType" : { "returnType" : "ListDatasetsResponse", "documentation" : null }, "syncReturnType" : "ListDatasetsResponse" }, "ListDatastores" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of data stores.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDatastoresRequest", "variableName" : "listDatastoresRequest", "variableType" : "ListDatastoresRequest", "documentation" : "", "simpleType" : "ListDatastoresRequest", "variableSetterType" : "ListDatastoresRequest" }, "methodName" : "listDatastores", "operationName" : "ListDatastores", "paginated" : true, "returnType" : { "returnType" : "ListDatastoresResponse", "documentation" : null }, "syncReturnType" : "ListDatastoresResponse" }, "ListPipelines" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of pipelines.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPipelinesRequest", "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "documentation" : "", "simpleType" : "ListPipelinesRequest", "variableSetterType" : "ListPipelinesRequest" }, "methodName" : "listPipelines", "operationName" : "ListPipelines", "paginated" : true, "returnType" : { "returnType" : "ListPipelinesResponse", "documentation" : null }, "syncReturnType" : "ListPipelinesResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the tags (metadata) which you have assigned to the resource.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : false, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : null }, "syncReturnType" : "ListTagsForResourceResponse" }, "PutLoggingOptions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets or updates the AWS IoT Analytics logging options.

Note that if you update the value of any loggingOptions field, it takes up to one minute for the change to take effect. Also, if you change the policy attached to the role you specified in the roleArn field (for example, to correct an invalid policy) it takes up to 5 minutes for that change to take effect.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutLoggingOptionsRequest", "variableName" : "putLoggingOptionsRequest", "variableType" : "PutLoggingOptionsRequest", "documentation" : "", "simpleType" : "PutLoggingOptionsRequest", "variableSetterType" : "PutLoggingOptionsRequest" }, "methodName" : "putLoggingOptions", "operationName" : "PutLoggingOptions", "paginated" : false, "returnType" : { "returnType" : "PutLoggingOptionsResponse", "documentation" : null }, "syncReturnType" : "PutLoggingOptionsResponse" }, "RunPipelineActivity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Simulates the results of running a pipeline activity on a message payload.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RunPipelineActivityRequest", "variableName" : "runPipelineActivityRequest", "variableType" : "RunPipelineActivityRequest", "documentation" : "", "simpleType" : "RunPipelineActivityRequest", "variableSetterType" : "RunPipelineActivityRequest" }, "methodName" : "runPipelineActivity", "operationName" : "RunPipelineActivity", "paginated" : false, "returnType" : { "returnType" : "RunPipelineActivityResponse", "documentation" : null }, "syncReturnType" : "RunPipelineActivityResponse" }, "SampleChannelData" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a sample of messages from the specified channel ingested during the specified timeframe. Up to 10 messages can be retrieved.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SampleChannelDataRequest", "variableName" : "sampleChannelDataRequest", "variableType" : "SampleChannelDataRequest", "documentation" : "", "simpleType" : "SampleChannelDataRequest", "variableSetterType" : "SampleChannelDataRequest" }, "methodName" : "sampleChannelData", "operationName" : "SampleChannelData", "paginated" : false, "returnType" : { "returnType" : "SampleChannelDataResponse", "documentation" : null }, "syncReturnType" : "SampleChannelDataResponse" }, "StartPipelineReprocessing" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts the reprocessing of raw message data through the pipeline.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

A resource with the same name already exists.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartPipelineReprocessingRequest", "variableName" : "startPipelineReprocessingRequest", "variableType" : "StartPipelineReprocessingRequest", "documentation" : "", "simpleType" : "StartPipelineReprocessingRequest", "variableSetterType" : "StartPipelineReprocessingRequest" }, "methodName" : "startPipelineReprocessing", "operationName" : "StartPipelineReprocessing", "paginated" : false, "returnType" : { "returnType" : "StartPipelineReprocessingResponse", "documentation" : null }, "syncReturnType" : "StartPipelineReprocessingResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "methodName" : "tagResource", "operationName" : "TagResource", "paginated" : false, "returnType" : { "returnType" : "TagResourceResponse", "documentation" : null }, "syncReturnType" : "TagResourceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the given tags (metadata) from the resource.

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

The request was not valid.

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

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : null }, "syncReturnType" : "UntagResourceResponse" }, "UpdateChannel" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the settings of a channel.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateChannelRequest", "variableName" : "updateChannelRequest", "variableType" : "UpdateChannelRequest", "documentation" : "", "simpleType" : "UpdateChannelRequest", "variableSetterType" : "UpdateChannelRequest" }, "methodName" : "updateChannel", "operationName" : "UpdateChannel", "paginated" : false, "returnType" : { "returnType" : "UpdateChannelResponse", "documentation" : null }, "syncReturnType" : "UpdateChannelResponse" }, "UpdateDataset" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the settings of a data set.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateDatasetRequest", "variableName" : "updateDatasetRequest", "variableType" : "UpdateDatasetRequest", "documentation" : "", "simpleType" : "UpdateDatasetRequest", "variableSetterType" : "UpdateDatasetRequest" }, "methodName" : "updateDataset", "operationName" : "UpdateDataset", "paginated" : false, "returnType" : { "returnType" : "UpdateDatasetResponse", "documentation" : null }, "syncReturnType" : "UpdateDatasetResponse" }, "UpdateDatastore" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the settings of a data store.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateDatastoreRequest", "variableName" : "updateDatastoreRequest", "variableType" : "UpdateDatastoreRequest", "documentation" : "", "simpleType" : "UpdateDatastoreRequest", "variableSetterType" : "UpdateDatastoreRequest" }, "methodName" : "updateDatastore", "operationName" : "UpdateDatastore", "paginated" : false, "returnType" : { "returnType" : "UpdateDatastoreResponse", "documentation" : null }, "syncReturnType" : "UpdateDatastoreResponse" }, "UpdatePipeline" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the settings of a pipeline. You must specify both a channel and a datastore activity and, optionally, as many as 23 additional activities in the pipelineActivities array.

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

The request was not valid.

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

A resource with the specified name could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalFailureException", "documentation" : "

There was an internal failure.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : 503 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The request was denied due to request throttling.

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

The command caused an internal limit to be exceeded.

", "httpStatusCode" : 410 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePipelineRequest", "variableName" : "updatePipelineRequest", "variableType" : "UpdatePipelineRequest", "documentation" : "", "simpleType" : "UpdatePipelineRequest", "variableSetterType" : "UpdatePipelineRequest" }, "methodName" : "updatePipeline", "operationName" : "UpdatePipeline", "paginated" : false, "returnType" : { "returnType" : "UpdatePipelineResponse", "documentation" : null }, "syncReturnType" : "UpdatePipelineResponse" } }, "shapes" : { "AddAttributesActivity" : { "c2jName" : "AddAttributesActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that adds other attributes based on existing attributes in the message.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

\n@return The name of the 'addAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'addAttributes' activity.

\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'addAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

\n@param name The name of the 'addAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'addAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNameMapping", "defaultConsumerFluentSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\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 #attributes(Map)}.\n@param attributes 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 #attributes(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n

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

\n

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

\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

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

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

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

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n

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

\n

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

\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "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(String)}\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" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNameMapping", "defaultConsumerFluentSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\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 #attributes(Map)}.\n@param attributes 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 #attributes(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n

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

\n

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

\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

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

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

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

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n

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

\n

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

\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "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(String)}\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" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

\n@return The name of the 'addAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'addAttributes' activity.

\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'addAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

\n@param name The name of the 'addAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'addAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

\n@return The name of the 'addAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'addAttributes' activity.

\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'addAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

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

The name of the 'addAttributes' activity.

\n@param name The name of the 'addAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'addAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNameMapping", "defaultConsumerFluentSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\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 #attributes(Map)}.\n@param attributes 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 #attributes(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n

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

\n

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

\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

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

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

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

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n

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

\n

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

\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "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(String)}\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" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "attributes" ], "shapeName" : "AddAttributesActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributesActivity", "variableType" : "AddAttributesActivity", "documentation" : null, "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "wrapper" : false, "xmlNamespace" : null }, "BatchPutMessageErrorEntry" : { "c2jName" : "BatchPutMessageErrorEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains informations about errors.

", "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" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

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

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@deprecated Use {@link #messageId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n", "documentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageId 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" : "hasMessageId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message 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" : "messageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "errorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

The code associated with the error.

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

The code associated with the error.

\n@return The code associated with the error.\n@deprecated Use {@link #errorCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(String)}\n", "documentation" : "

The code associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCode 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" : "hasErrorCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

The code associated with the error.

\n@return The code associated with the error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "errorCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "errorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The code associated with the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "defaultConsumerFluentSetterDocumentation" : "

The message associated with the error.

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

The message associated with the error.

\n@return The message associated with the error.\n@deprecated Use {@link #errorMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorMessage(String)}\n", "documentation" : "

The message associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorMessage 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" : "hasErrorMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "fluentSetterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

The message associated with the error.

\n@return The message associated with the error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "errorMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "errorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorMessage", "sensitive" : false, "setterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

The message associated with the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "errorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

The code associated with the error.

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

The code associated with the error.

\n@return The code associated with the error.\n@deprecated Use {@link #errorCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(String)}\n", "documentation" : "

The code associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCode 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" : "hasErrorCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

The code associated with the error.

\n@return The code associated with the error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "errorCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "errorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The code associated with the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "defaultConsumerFluentSetterDocumentation" : "

The message associated with the error.

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

The message associated with the error.

\n@return The message associated with the error.\n@deprecated Use {@link #errorMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorMessage(String)}\n", "documentation" : "

The message associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorMessage 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" : "hasErrorMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "fluentSetterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

The message associated with the error.

\n@return The message associated with the error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "errorMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "errorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorMessage", "sensitive" : false, "setterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

The message associated with the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MessageId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

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

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@deprecated Use {@link #messageId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n", "documentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageId 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" : "hasMessageId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message 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" : "messageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

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

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@deprecated Use {@link #messageId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n", "documentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageId 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" : "hasMessageId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message 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" : "messageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "errorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

The code associated with the error.

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

The code associated with the error.

\n@return The code associated with the error.\n@deprecated Use {@link #errorCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(String)}\n", "documentation" : "

The code associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorCode 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" : "hasErrorCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

The code associated with the error.

\n@return The code associated with the error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "errorCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "errorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

The code associated with the error.

\n@param errorCode The code associated with the error.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The code associated with the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "defaultConsumerFluentSetterDocumentation" : "

The message associated with the error.

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

The message associated with the error.

\n@return The message associated with the error.\n@deprecated Use {@link #errorMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorMessage(String)}\n", "documentation" : "

The message associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ErrorMessage 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" : "hasErrorMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "fluentSetterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

The message associated with the error.

\n@return The message associated with the error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "errorMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "errorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorMessage", "sensitive" : false, "setterDocumentation" : "

The message associated with the error.

\n@param errorMessage The message associated with the error.", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

The message associated with the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchPutMessageErrorEntry", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchPutMessageErrorEntry", "variableName" : "batchPutMessageErrorEntry", "variableType" : "BatchPutMessageErrorEntry", "documentation" : null, "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "wrapper" : false, "xmlNamespace" : null }, "BatchPutMessageRequest" : { "c2jName" : "BatchPutMessageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "BatchPutMessage", "locationName" : null, "requestUri" : "/messages/batch", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel where the messages are sent.

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

The name of the channel where the messages are sent.

\n@return The name of the channel where the messages are sent.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel where the messages are sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel where the messages are sent.

\n@return The name of the channel where the messages are sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel where the messages are sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "messages", "c2jShape" : "Messages", "defaultConsumerFluentSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\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 #messages(List)}.\n@param messages 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 #messages(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n

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

\n

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

\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@deprecated Use {@link #messages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messages(List)}\n", "documentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Messages 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" : "hasMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messages", "fluentSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n

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

\n

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

\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.", "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" : "messages", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messages", "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" : "Message", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #member(Message)}.\n@param member a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Message)", "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(Message)}\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" : "Message", "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" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Message", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Message", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Messages", "sensitive" : false, "setterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.", "setterMethodName" : "setMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel where the messages are sent.

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

The name of the channel where the messages are sent.

\n@return The name of the channel where the messages are sent.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel where the messages are sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel where the messages are sent.

\n@return The name of the channel where the messages are sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel where the messages are sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Messages" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "messages", "c2jShape" : "Messages", "defaultConsumerFluentSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\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 #messages(List)}.\n@param messages 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 #messages(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n

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

\n

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

\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@deprecated Use {@link #messages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messages(List)}\n", "documentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Messages 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" : "hasMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messages", "fluentSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n

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

\n

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

\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.", "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" : "messages", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messages", "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" : "Message", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #member(Message)}.\n@param member a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Message)", "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(Message)}\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" : "Message", "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" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Message", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Message", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Messages", "sensitive" : false, "setterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.", "setterMethodName" : "setMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel where the messages are sent.

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

The name of the channel where the messages are sent.

\n@return The name of the channel where the messages are sent.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel where the messages are sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel where the messages are sent.

\n@return The name of the channel where the messages are sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel where the messages are sent.

\n@param channelName The name of the channel where the messages are sent.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel where the messages are sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "messages", "c2jShape" : "Messages", "defaultConsumerFluentSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\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 #messages(List)}.\n@param messages 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 #messages(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n

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

\n

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

\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@deprecated Use {@link #messages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messages(List)}\n", "documentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Messages 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" : "hasMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messages", "fluentSetterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n

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

\n

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

\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.", "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" : "messages", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messages", "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" : "Message", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #member(Message)}.\n@param member a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Message)", "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(Message)}\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" : "Message", "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" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Message", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Message", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Messages", "sensitive" : false, "setterDocumentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.", "setterMethodName" : "setMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.

Note that the field names of message payloads (data) that you send to AWS IoT Analytics:

  • Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.

  • Must begin with an alphabetic character or single underscore (_).

  • Cannot contain hyphens (-).

  • In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".

  • Cannot be greater than 255 characters.

  • Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)

For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "channelName", "messages" ], "shapeName" : "BatchPutMessageRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchPutMessageRequest", "variableName" : "batchPutMessageRequest", "variableType" : "BatchPutMessageRequest", "documentation" : null, "simpleType" : "BatchPutMessageRequest", "variableSetterType" : "BatchPutMessageRequest" }, "wrapper" : false, "xmlNamespace" : null }, "BatchPutMessageResponse" : { "c2jName" : "BatchPutMessageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBatchPutMessageErrorEntries", "beanStyleSetterMethodName" : "setBatchPutMessageErrorEntries", "c2jName" : "batchPutMessageErrorEntries", "c2jShape" : "BatchPutMessageErrorEntries", "defaultConsumerFluentSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\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 #batchPutMessageErrorEntries(List)}.\n@param batchPutMessageErrorEntries 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 #batchPutMessageErrorEntries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n

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

\n

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

\n@return A list of any errors encountered when sending the messages to the channel.\n@deprecated Use {@link #batchPutMessageErrorEntries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchPutMessageErrorEntries(List)}\n", "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BatchPutMessageErrorEntries 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" : "hasBatchPutMessageErrorEntries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchPutMessageErrorEntries", "fluentSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchPutMessageErrorEntries", "getterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n

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

\n

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

\n@return A list of any errors encountered when sending the messages to the channel.", "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" : "batchPutMessageErrorEntries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "batchPutMessageErrorEntries", "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" : "BatchPutMessageErrorEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchPutMessageErrorEntry.Builder} avoiding the need to create one manually via {@link BatchPutMessageErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchPutMessageErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchPutMessageErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchPutMessageErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchPutMessageErrorEntry)", "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(BatchPutMessageErrorEntry)}\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" : "BatchPutMessageErrorEntry", "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" : "BatchPutMessageErrorEntry", "variableName" : "member", "variableType" : "BatchPutMessageErrorEntry", "documentation" : null, "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchPutMessageErrorEntry", "variableName" : "member", "variableType" : "BatchPutMessageErrorEntry", "documentation" : "", "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchPutMessageErrorEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchPutMessageErrorEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BatchPutMessageErrorEntries", "sensitive" : false, "setterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.", "setterMethodName" : "setBatchPutMessageErrorEntries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "batchPutMessageErrorEntries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "batchPutMessageErrorEntries", "variableType" : "java.util.List", "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchPutMessageErrorEntries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBatchPutMessageErrorEntries", "beanStyleSetterMethodName" : "setBatchPutMessageErrorEntries", "c2jName" : "batchPutMessageErrorEntries", "c2jShape" : "BatchPutMessageErrorEntries", "defaultConsumerFluentSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\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 #batchPutMessageErrorEntries(List)}.\n@param batchPutMessageErrorEntries 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 #batchPutMessageErrorEntries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n

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

\n

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

\n@return A list of any errors encountered when sending the messages to the channel.\n@deprecated Use {@link #batchPutMessageErrorEntries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchPutMessageErrorEntries(List)}\n", "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BatchPutMessageErrorEntries 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" : "hasBatchPutMessageErrorEntries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchPutMessageErrorEntries", "fluentSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchPutMessageErrorEntries", "getterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n

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

\n

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

\n@return A list of any errors encountered when sending the messages to the channel.", "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" : "batchPutMessageErrorEntries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "batchPutMessageErrorEntries", "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" : "BatchPutMessageErrorEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchPutMessageErrorEntry.Builder} avoiding the need to create one manually via {@link BatchPutMessageErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchPutMessageErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchPutMessageErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchPutMessageErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchPutMessageErrorEntry)", "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(BatchPutMessageErrorEntry)}\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" : "BatchPutMessageErrorEntry", "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" : "BatchPutMessageErrorEntry", "variableName" : "member", "variableType" : "BatchPutMessageErrorEntry", "documentation" : null, "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchPutMessageErrorEntry", "variableName" : "member", "variableType" : "BatchPutMessageErrorEntry", "documentation" : "", "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchPutMessageErrorEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchPutMessageErrorEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BatchPutMessageErrorEntries", "sensitive" : false, "setterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.", "setterMethodName" : "setBatchPutMessageErrorEntries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "batchPutMessageErrorEntries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "batchPutMessageErrorEntries", "variableType" : "java.util.List", "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBatchPutMessageErrorEntries", "beanStyleSetterMethodName" : "setBatchPutMessageErrorEntries", "c2jName" : "batchPutMessageErrorEntries", "c2jShape" : "BatchPutMessageErrorEntries", "defaultConsumerFluentSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\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 #batchPutMessageErrorEntries(List)}.\n@param batchPutMessageErrorEntries 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 #batchPutMessageErrorEntries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n

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

\n

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

\n@return A list of any errors encountered when sending the messages to the channel.\n@deprecated Use {@link #batchPutMessageErrorEntries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchPutMessageErrorEntries(List)}\n", "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BatchPutMessageErrorEntries 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" : "hasBatchPutMessageErrorEntries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchPutMessageErrorEntries", "fluentSetterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchPutMessageErrorEntries", "getterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n

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

\n

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

\n@return A list of any errors encountered when sending the messages to the channel.", "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" : "batchPutMessageErrorEntries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "batchPutMessageErrorEntries", "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" : "BatchPutMessageErrorEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchPutMessageErrorEntry.Builder} avoiding the need to create one manually via {@link BatchPutMessageErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchPutMessageErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchPutMessageErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchPutMessageErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchPutMessageErrorEntry)", "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(BatchPutMessageErrorEntry)}\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" : "BatchPutMessageErrorEntry", "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" : "BatchPutMessageErrorEntry", "variableName" : "member", "variableType" : "BatchPutMessageErrorEntry", "documentation" : null, "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchPutMessageErrorEntry", "variableName" : "member", "variableType" : "BatchPutMessageErrorEntry", "documentation" : "", "simpleType" : "BatchPutMessageErrorEntry", "variableSetterType" : "BatchPutMessageErrorEntry" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchPutMessageErrorEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchPutMessageErrorEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BatchPutMessageErrorEntries", "sensitive" : false, "setterDocumentation" : "

A list of any errors encountered when sending the messages to the channel.

\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.", "setterMethodName" : "setBatchPutMessageErrorEntries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "batchPutMessageErrorEntries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "batchPutMessageErrorEntries", "variableType" : "java.util.List", "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchPutMessageResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchPutMessageResponse", "variableName" : "batchPutMessageResponse", "variableType" : "BatchPutMessageResponse", "documentation" : null, "simpleType" : "BatchPutMessageResponse", "variableSetterType" : "BatchPutMessageResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CancelPipelineReprocessingRequest" : { "c2jName" : "CancelPipelineReprocessingRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CancelPipelineReprocessing", "locationName" : null, "requestUri" : "/pipelines/{pipelineName}/reprocessing/{reprocessingId}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

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

The name of pipeline for which data reprocessing is canceled.

\n@return The name of pipeline for which data reprocessing is canceled.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@return The name of pipeline for which data reprocessing is canceled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReprocessingId", "beanStyleSetterMethodName" : "setReprocessingId", "c2jName" : "reprocessingId", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

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

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@deprecated Use {@link #reprocessingId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n", "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingId 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" : "hasReprocessingId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingId", "fluentSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingId", "getterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "reprocessingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReprocessingId", "sensitive" : false, "setterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").", "setterMethodName" : "setReprocessingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

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

The name of pipeline for which data reprocessing is canceled.

\n@return The name of pipeline for which data reprocessing is canceled.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@return The name of pipeline for which data reprocessing is canceled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReprocessingId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReprocessingId", "beanStyleSetterMethodName" : "setReprocessingId", "c2jName" : "reprocessingId", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

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

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@deprecated Use {@link #reprocessingId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n", "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingId 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" : "hasReprocessingId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingId", "fluentSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingId", "getterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "reprocessingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReprocessingId", "sensitive" : false, "setterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").", "setterMethodName" : "setReprocessingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

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

The name of pipeline for which data reprocessing is canceled.

\n@return The name of pipeline for which data reprocessing is canceled.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@return The name of pipeline for which data reprocessing is canceled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of pipeline for which data reprocessing is canceled.

\n@param pipelineName The name of pipeline for which data reprocessing is canceled.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReprocessingId", "beanStyleSetterMethodName" : "setReprocessingId", "c2jName" : "reprocessingId", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

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

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@deprecated Use {@link #reprocessingId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n", "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingId 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" : "hasReprocessingId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingId", "fluentSetterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingId", "getterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "reprocessingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReprocessingId", "sensitive" : false, "setterDocumentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").", "setterMethodName" : "setReprocessingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineName", "reprocessingId" ], "shapeName" : "CancelPipelineReprocessingRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelPipelineReprocessingRequest", "variableName" : "cancelPipelineReprocessingRequest", "variableType" : "CancelPipelineReprocessingRequest", "documentation" : null, "simpleType" : "CancelPipelineReprocessingRequest", "variableSetterType" : "CancelPipelineReprocessingRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CancelPipelineReprocessingResponse" : { "c2jName" : "CancelPipelineReprocessingResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CancelPipelineReprocessingResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelPipelineReprocessingResponse", "variableName" : "cancelPipelineReprocessingResponse", "variableType" : "CancelPipelineReprocessingResponse", "documentation" : null, "simpleType" : "CancelPipelineReprocessingResponse", "variableSetterType" : "CancelPipelineReprocessingResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Channel" : { "c2jName" : "Channel", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A collection of data from an MQTT topic. Channels archive the raw, unprocessed messages before publishing the data to a pipeline.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

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

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStorage", "beanStyleSetterMethodName" : "setStorage", "c2jName" : "storage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

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

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #storage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Storage 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" : "hasStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Storage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "storage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "storage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "ChannelArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@return The ARN of the channel.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the channel.

\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@param arn The ARN of the channel.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ChannelStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the channel.

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

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

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

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was created.

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

When the channel was created.

\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the channel was created.

\n@return When the channel was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was last updated.

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

When the channel was last updated.

\n@return When the channel was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

When the channel was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

When the channel was last updated.

\n@return When the channel was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "ChannelArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@return The ARN of the channel.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the channel.

\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@param arn The ARN of the channel.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was created.

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

When the channel was created.

\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the channel was created.

\n@return When the channel was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was last updated.

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

When the channel was last updated.

\n@return When the channel was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

When the channel was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

When the channel was last updated.

\n@return When the channel was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

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

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

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

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ChannelStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the channel.

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

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Storage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStorage", "beanStyleSetterMethodName" : "setStorage", "c2jName" : "storage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

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

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #storage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Storage 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" : "hasStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Storage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "storage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "storage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

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

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStorage", "beanStyleSetterMethodName" : "setStorage", "c2jName" : "storage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

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

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #storage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Storage 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" : "hasStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Storage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "storage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "storage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "ChannelArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@return The ARN of the channel.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the channel.

\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@param arn The ARN of the channel.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ChannelStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the channel.

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

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

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

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was created.

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

When the channel was created.

\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the channel was created.

\n@return When the channel was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was last updated.

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

When the channel was last updated.

\n@return When the channel was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

When the channel was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

When the channel was last updated.

\n@return When the channel was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

When the channel was last updated.

\n@param lastUpdateTime When the channel was last updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Channel", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : null, "simpleType" : "Channel", "variableSetterType" : "Channel" }, "wrapper" : false, "xmlNamespace" : null }, "ChannelActivity" : { "c2jName" : "ChannelActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The activity that determines the source of the messages to be processed.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'channel' activity.

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

The name of the 'channel' activity.

\n@return The name of the 'channel' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'channel' activity.

\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'channel' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'channel' activity.

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

The name of the 'channel' activity.

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

The name of the 'channel' activity.

\n@param name The name of the 'channel' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'channel' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel from which the messages are processed.

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

The name of the channel from which the messages are processed.

\n@return The name of the channel from which the messages are processed.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel from which the messages are processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel from which the messages are processed.

\n@return The name of the channel from which the messages are processed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel from which the messages are processed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel from which the messages are processed.

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

The name of the channel from which the messages are processed.

\n@return The name of the channel from which the messages are processed.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel from which the messages are processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel from which the messages are processed.

\n@return The name of the channel from which the messages are processed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel from which the messages are processed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'channel' activity.

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

The name of the 'channel' activity.

\n@return The name of the 'channel' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'channel' activity.

\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'channel' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'channel' activity.

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

The name of the 'channel' activity.

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

The name of the 'channel' activity.

\n@param name The name of the 'channel' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'channel' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'channel' activity.

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

The name of the 'channel' activity.

\n@return The name of the 'channel' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'channel' activity.

\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'channel' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'channel' activity.

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

The name of the 'channel' activity.

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

The name of the 'channel' activity.

\n@param name The name of the 'channel' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'channel' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel from which the messages are processed.

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

The name of the channel from which the messages are processed.

\n@return The name of the channel from which the messages are processed.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel from which the messages are processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel from which the messages are processed.

\n@return The name of the channel from which the messages are processed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel from which the messages are processed.

\n@param channelName The name of the channel from which the messages are processed.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel from which the messages are processed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

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

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "channelName" ], "shapeName" : "ChannelActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channelActivity", "variableType" : "ChannelActivity", "documentation" : null, "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "wrapper" : false, "xmlNamespace" : null }, "ChannelStatistics" : { "c2jName" : "ChannelStatistics", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Statistics information about the channel.

", "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" : "getSize", "beanStyleSetterMethodName" : "setSize", "c2jName" : "size", "c2jShape" : "EstimatedResourceSize", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the channel.

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

The estimated size of the channel.

\n@return The estimated size of the channel.\n@deprecated Use {@link #size()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n", "documentation" : "

The estimated size of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Size 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" : "hasSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "size", "fluentSetterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "size", "getterDocumentation" : "

The estimated size of the channel.

\n@return The estimated size of the channel.", "getterModel" : { "returnType" : "EstimatedResourceSize", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "size", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "size", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Size", "sensitive" : false, "setterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.", "setterMethodName" : "setSize", "setterModel" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : "

The estimated size of the channel.

", "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Size" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSize", "beanStyleSetterMethodName" : "setSize", "c2jName" : "size", "c2jShape" : "EstimatedResourceSize", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the channel.

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

The estimated size of the channel.

\n@return The estimated size of the channel.\n@deprecated Use {@link #size()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n", "documentation" : "

The estimated size of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Size 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" : "hasSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "size", "fluentSetterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "size", "getterDocumentation" : "

The estimated size of the channel.

\n@return The estimated size of the channel.", "getterModel" : { "returnType" : "EstimatedResourceSize", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "size", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "size", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Size", "sensitive" : false, "setterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.", "setterMethodName" : "setSize", "setterModel" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : "

The estimated size of the channel.

", "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSize", "beanStyleSetterMethodName" : "setSize", "c2jName" : "size", "c2jShape" : "EstimatedResourceSize", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the channel.

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

The estimated size of the channel.

\n@return The estimated size of the channel.\n@deprecated Use {@link #size()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n", "documentation" : "

The estimated size of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Size 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" : "hasSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "size", "fluentSetterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "size", "getterDocumentation" : "

The estimated size of the channel.

\n@return The estimated size of the channel.", "getterModel" : { "returnType" : "EstimatedResourceSize", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "size", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "size", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Size", "sensitive" : false, "setterDocumentation" : "

The estimated size of the channel.

\n@param size The estimated size of the channel.", "setterMethodName" : "setSize", "setterModel" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : "

The estimated size of the channel.

", "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChannelStatistics", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "channelStatistics", "variableType" : "ChannelStatistics", "documentation" : null, "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "wrapper" : false, "xmlNamespace" : null }, "ChannelStatus" : { "c2jName" : "ChannelStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "DELETING", "value" : "DELETING" } ], "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" : "ChannelStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChannelStatus", "variableName" : "channelStatus", "variableType" : "ChannelStatus", "documentation" : null, "simpleType" : "ChannelStatus", "variableSetterType" : "ChannelStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ChannelStorage" : { "c2jName" : "ChannelStorage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "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" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedChannelS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}\n", "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ServiceManagedChannelS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : null, "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedChannelS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3Storage)}\n", "documentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "CustomerManagedChannelS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : null, "simpleType" : "CustomerManagedChannelS3Storage", "variableSetterType" : "CustomerManagedChannelS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "simpleType" : "CustomerManagedChannelS3Storage", "variableSetterType" : "CustomerManagedChannelS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomerManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedChannelS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3Storage)}\n", "documentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "CustomerManagedChannelS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : null, "simpleType" : "CustomerManagedChannelS3Storage", "variableSetterType" : "CustomerManagedChannelS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "simpleType" : "CustomerManagedChannelS3Storage", "variableSetterType" : "CustomerManagedChannelS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServiceManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedChannelS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}\n", "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ServiceManagedChannelS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : null, "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedChannelS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}\n", "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ServiceManagedChannelS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : null, "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedChannelS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3Storage)}\n", "documentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "CustomerManagedChannelS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : null, "simpleType" : "CustomerManagedChannelS3Storage", "variableSetterType" : "CustomerManagedChannelS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : "

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

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

Where channel data is stored.

", "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" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedChannelS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

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

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}\n", "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.", "getterModel" : { "returnType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedChannelS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

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

Used to store channel data in an S3 bucket that you manage.

\n@return Used to store channel data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}\n", "documentation" : "

Used to store channel data in an S3 bucket that you manage.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@return Used to store channel data in an S3 bucket that you manage.", "getterModel" : { "returnType" : "CustomerManagedChannelS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedChannelS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "CustomerManagedChannelS3StorageSummary", "variableSetterType" : "CustomerManagedChannelS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3StorageSummary", "documentation" : "

Used to store channel data in an S3 bucket that you manage.

", "simpleType" : "CustomerManagedChannelS3StorageSummary", "variableSetterType" : "CustomerManagedChannelS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomerManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedChannelS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

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

Used to store channel data in an S3 bucket that you manage.

\n@return Used to store channel data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}\n", "documentation" : "

Used to store channel data in an S3 bucket that you manage.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@return Used to store channel data in an S3 bucket that you manage.", "getterModel" : { "returnType" : "CustomerManagedChannelS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedChannelS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "CustomerManagedChannelS3StorageSummary", "variableSetterType" : "CustomerManagedChannelS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3StorageSummary", "documentation" : "

Used to store channel data in an S3 bucket that you manage.

", "simpleType" : "CustomerManagedChannelS3StorageSummary", "variableSetterType" : "CustomerManagedChannelS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServiceManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedChannelS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

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

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}\n", "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.", "getterModel" : { "returnType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedChannelS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

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

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}\n", "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.", "getterModel" : { "returnType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedChannelS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

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

Used to store channel data in an S3 bucket that you manage.

\n@return Used to store channel data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}\n", "documentation" : "

Used to store channel data in an S3 bucket that you manage.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@return Used to store channel data in an S3 bucket that you manage.", "getterModel" : { "returnType" : "CustomerManagedChannelS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store channel data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedChannelS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "CustomerManagedChannelS3StorageSummary", "variableSetterType" : "CustomerManagedChannelS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedChannelS3StorageSummary", "documentation" : "

Used to store channel data in an S3 bucket that you manage.

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

A summary of information about a channel.

", "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" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored.

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

Where channel data is stored.

\n@return Where channel data is stored.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorageSummary)}\n", "documentation" : "

Where channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored.

\n@return Where channel data is stored.", "getterModel" : { "returnType" : "ChannelStorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorageSummary", "variableName" : "channelStorage", "variableType" : "ChannelStorageSummary", "documentation" : null, "simpleType" : "ChannelStorageSummary", "variableSetterType" : "ChannelStorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorageSummary", "variableName" : "channelStorage", "variableType" : "ChannelStorageSummary", "documentation" : "

Where channel data is stored.

", "simpleType" : "ChannelStorageSummary", "variableSetterType" : "ChannelStorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ChannelStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the channel.

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

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was created.

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

When the channel was created.

\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the channel was created.

\n@return When the channel was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the channel was updated.

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

The last time the channel was updated.

\n@return The last time the channel was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the channel was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the channel was updated.

\n@return The last time the channel was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the channel was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ChannelStorage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored.

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

Where channel data is stored.

\n@return Where channel data is stored.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorageSummary)}\n", "documentation" : "

Where channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored.

\n@return Where channel data is stored.", "getterModel" : { "returnType" : "ChannelStorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorageSummary", "variableName" : "channelStorage", "variableType" : "ChannelStorageSummary", "documentation" : null, "simpleType" : "ChannelStorageSummary", "variableSetterType" : "ChannelStorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorageSummary", "variableName" : "channelStorage", "variableType" : "ChannelStorageSummary", "documentation" : "

Where channel data is stored.

", "simpleType" : "ChannelStorageSummary", "variableSetterType" : "ChannelStorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was created.

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

When the channel was created.

\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the channel was created.

\n@return When the channel was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the channel was updated.

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

The last time the channel was updated.

\n@return The last time the channel was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the channel was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the channel was updated.

\n@return The last time the channel was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the channel was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ChannelStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the channel.

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

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored.

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

Where channel data is stored.

\n@return Where channel data is stored.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorageSummary)}\n", "documentation" : "

Where channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored.

\n@return Where channel data is stored.", "getterModel" : { "returnType" : "ChannelStorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored.

\n@param channelStorage Where channel data is stored.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorageSummary", "variableName" : "channelStorage", "variableType" : "ChannelStorageSummary", "documentation" : null, "simpleType" : "ChannelStorageSummary", "variableSetterType" : "ChannelStorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorageSummary", "variableName" : "channelStorage", "variableType" : "ChannelStorageSummary", "documentation" : "

Where channel data is stored.

", "simpleType" : "ChannelStorageSummary", "variableSetterType" : "ChannelStorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ChannelStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the channel.

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

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the channel.

\n

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

\n@return The status of the channel.\n@see ChannelStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the channel.

\n@param status The status of the channel.\n@see ChannelStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the channel was created.

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

When the channel was created.

\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the channel was created.

\n@return When the channel was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the channel was created.

\n@param creationTime When the channel was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the channel was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the channel was updated.

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

The last time the channel was updated.

\n@return The last time the channel was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the channel was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the channel was updated.

\n@return The last time the channel was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the channel was updated.

\n@param lastUpdateTime The last time the channel was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the channel was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChannelSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChannelSummary", "variableName" : "channelSummary", "variableType" : "ChannelSummary", "documentation" : null, "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "wrapper" : false, "xmlNamespace" : null }, "ComputeType" : { "c2jName" : "ComputeType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACU_1", "value" : "ACU_1" }, { "name" : "ACU_2", "value" : "ACU_2" } ], "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" : "ComputeType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComputeType", "variableName" : "computeType", "variableType" : "ComputeType", "documentation" : null, "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "wrapper" : false, "xmlNamespace" : null }, "ContainerDatasetAction" : { "c2jName" : "ContainerDatasetAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information needed to run the \"containerAction\" to produce data set contents.

", "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" : "getImage", "beanStyleSetterMethodName" : "setImage", "c2jName" : "image", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

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

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@deprecated Use {@link #image()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #image(String)}\n", "documentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Image 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" : "hasImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "image", "fluentSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "image", "getterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "image", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Image", "sensitive" : false, "setterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.", "setterMethodName" : "setImage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "image", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "image", "variableType" : "String", "documentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExecutionRoleArn", "beanStyleSetterMethodName" : "setExecutionRoleArn", "c2jName" : "executionRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

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

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@deprecated Use {@link #executionRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionRoleArn(String)}\n", "documentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExecutionRoleArn 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" : "hasExecutionRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionRoleArn", "fluentSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionRoleArn", "getterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "executionRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.", "setterMethodName" : "setExecutionRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionRoleArn", "variableType" : "String", "documentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceConfiguration", "beanStyleSetterMethodName" : "setResourceConfiguration", "c2jName" : "resourceConfiguration", "c2jShape" : "ResourceConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

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

Configuration of the resource which executes the \"containerAction\".

\n@return Configuration of the resource which executes the \"containerAction\".\n@deprecated Use {@link #resourceConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceConfiguration(ResourceConfiguration)}\n", "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceConfiguration 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" : "hasResourceConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceConfiguration", "fluentSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceConfiguration", "getterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@return Configuration of the resource which executes the \"containerAction\".", "getterModel" : { "returnType" : "ResourceConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourceConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".", "setterMethodName" : "setResourceConfiguration", "setterModel" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : null, "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVariables", "beanStyleSetterMethodName" : "setVariables", "c2jName" : "variables", "c2jShape" : "Variables", "defaultConsumerFluentSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\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 #variables(List)}.\n@param variables 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 #variables(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n

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

\n

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

\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@deprecated Use {@link #variables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #variables(List)}\n", "documentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Variables 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" : "hasVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "variables", "fluentSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "variables", "getterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n

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

\n

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

\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".", "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" : "variables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "variables", "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" : "Variable", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Variable.Builder} avoiding the need to create one manually via {@link Variable#builder()}.\n\nWhen the {@link Consumer} completes, {@link Variable.Builder#build()} is called immediately and its result is passed to {@link #member(Variable)}.\n@param member a consumer that will call methods on {@link Variable.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Variable)", "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(Variable)}\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" : "Variable", "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" : "Variable", "variableName" : "member", "variableType" : "Variable", "documentation" : null, "simpleType" : "Variable", "variableSetterType" : "Variable" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Variable", "variableName" : "member", "variableType" : "Variable", "documentation" : "", "simpleType" : "Variable", "variableSetterType" : "Variable" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Variable", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Variable", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Variables", "sensitive" : false, "setterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".", "setterMethodName" : "setVariables", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "variables", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "variables", "variableType" : "java.util.List", "documentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExecutionRoleArn", "beanStyleSetterMethodName" : "setExecutionRoleArn", "c2jName" : "executionRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

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

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@deprecated Use {@link #executionRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionRoleArn(String)}\n", "documentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExecutionRoleArn 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" : "hasExecutionRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionRoleArn", "fluentSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionRoleArn", "getterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "executionRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.", "setterMethodName" : "setExecutionRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionRoleArn", "variableType" : "String", "documentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Image" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getImage", "beanStyleSetterMethodName" : "setImage", "c2jName" : "image", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

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

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@deprecated Use {@link #image()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #image(String)}\n", "documentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Image 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" : "hasImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "image", "fluentSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "image", "getterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "image", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Image", "sensitive" : false, "setterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.", "setterMethodName" : "setImage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "image", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "image", "variableType" : "String", "documentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceConfiguration", "beanStyleSetterMethodName" : "setResourceConfiguration", "c2jName" : "resourceConfiguration", "c2jShape" : "ResourceConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

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

Configuration of the resource which executes the \"containerAction\".

\n@return Configuration of the resource which executes the \"containerAction\".\n@deprecated Use {@link #resourceConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceConfiguration(ResourceConfiguration)}\n", "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceConfiguration 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" : "hasResourceConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceConfiguration", "fluentSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceConfiguration", "getterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@return Configuration of the resource which executes the \"containerAction\".", "getterModel" : { "returnType" : "ResourceConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourceConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".", "setterMethodName" : "setResourceConfiguration", "setterModel" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : null, "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Variables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVariables", "beanStyleSetterMethodName" : "setVariables", "c2jName" : "variables", "c2jShape" : "Variables", "defaultConsumerFluentSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\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 #variables(List)}.\n@param variables 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 #variables(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n

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

\n

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

\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@deprecated Use {@link #variables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #variables(List)}\n", "documentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Variables 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" : "hasVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "variables", "fluentSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "variables", "getterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n

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

\n

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

\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".", "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" : "variables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "variables", "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" : "Variable", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Variable.Builder} avoiding the need to create one manually via {@link Variable#builder()}.\n\nWhen the {@link Consumer} completes, {@link Variable.Builder#build()} is called immediately and its result is passed to {@link #member(Variable)}.\n@param member a consumer that will call methods on {@link Variable.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Variable)", "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(Variable)}\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" : "Variable", "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" : "Variable", "variableName" : "member", "variableType" : "Variable", "documentation" : null, "simpleType" : "Variable", "variableSetterType" : "Variable" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Variable", "variableName" : "member", "variableType" : "Variable", "documentation" : "", "simpleType" : "Variable", "variableSetterType" : "Variable" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Variable", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Variable", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Variables", "sensitive" : false, "setterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".", "setterMethodName" : "setVariables", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "variables", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "variables", "variableType" : "java.util.List", "documentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getImage", "beanStyleSetterMethodName" : "setImage", "c2jName" : "image", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

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

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@deprecated Use {@link #image()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #image(String)}\n", "documentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Image 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" : "hasImage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "image", "fluentSetterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "image", "getterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "image", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Image", "sensitive" : false, "setterDocumentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.", "setterMethodName" : "setImage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "image", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "image", "variableType" : "String", "documentation" : "

The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExecutionRoleArn", "beanStyleSetterMethodName" : "setExecutionRoleArn", "c2jName" : "executionRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

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

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@deprecated Use {@link #executionRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionRoleArn(String)}\n", "documentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExecutionRoleArn 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" : "hasExecutionRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionRoleArn", "fluentSetterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionRoleArn", "getterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "executionRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.", "setterMethodName" : "setExecutionRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionRoleArn", "variableType" : "String", "documentation" : "

The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceConfiguration", "beanStyleSetterMethodName" : "setResourceConfiguration", "c2jName" : "resourceConfiguration", "c2jShape" : "ResourceConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

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

Configuration of the resource which executes the \"containerAction\".

\n@return Configuration of the resource which executes the \"containerAction\".\n@deprecated Use {@link #resourceConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceConfiguration(ResourceConfiguration)}\n", "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceConfiguration 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" : "hasResourceConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceConfiguration", "fluentSetterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceConfiguration", "getterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@return Configuration of the resource which executes the \"containerAction\".", "getterModel" : { "returnType" : "ResourceConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourceConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration of the resource which executes the \"containerAction\".

\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".", "setterMethodName" : "setResourceConfiguration", "setterModel" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : null, "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVariables", "beanStyleSetterMethodName" : "setVariables", "c2jName" : "variables", "c2jShape" : "Variables", "defaultConsumerFluentSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\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 #variables(List)}.\n@param variables 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 #variables(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n

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

\n

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

\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@deprecated Use {@link #variables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #variables(List)}\n", "documentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Variables 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" : "hasVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "variables", "fluentSetterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "variables", "getterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n

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

\n

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

\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".", "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" : "variables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "variables", "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" : "Variable", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Variable.Builder} avoiding the need to create one manually via {@link Variable#builder()}.\n\nWhen the {@link Consumer} completes, {@link Variable.Builder#build()} is called immediately and its result is passed to {@link #member(Variable)}.\n@param member a consumer that will call methods on {@link Variable.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Variable)", "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(Variable)}\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" : "Variable", "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" : "Variable", "variableName" : "member", "variableType" : "Variable", "documentation" : null, "simpleType" : "Variable", "variableSetterType" : "Variable" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Variable", "variableName" : "member", "variableType" : "Variable", "documentation" : "", "simpleType" : "Variable", "variableSetterType" : "Variable" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Variable", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Variable", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Variables", "sensitive" : false, "setterDocumentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".", "setterMethodName" : "setVariables", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "variables", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "variables", "variableType" : "java.util.List", "documentation" : "

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "image", "executionRoleArn", "resourceConfiguration" ], "shapeName" : "ContainerDatasetAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerDatasetAction", "variableType" : "ContainerDatasetAction", "documentation" : null, "simpleType" : "ContainerDatasetAction", "variableSetterType" : "ContainerDatasetAction" }, "wrapper" : false, "xmlNamespace" : null }, "CreateChannelRequest" : { "c2jName" : "CreateChannelRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateChannel", "locationName" : null, "requestUri" : "/channels", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

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

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the channel.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the channel.

\n

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

\n

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

\n@return Metadata which can be used to manage the channel.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the channel.

\n

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

\n

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

\n@return Metadata which can be used to manage the channel.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the channel.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ChannelStorage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

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

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the channel.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the channel.

\n

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

\n

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

\n@return Metadata which can be used to manage the channel.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the channel.

\n

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

\n

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

\n@return Metadata which can be used to manage the channel.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the channel.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

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

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the channel.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the channel.

\n

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

\n

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

\n@return Metadata which can be used to manage the channel.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the channel.

\n

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

\n

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

\n@return Metadata which can be used to manage the channel.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the channel.

\n@param tags Metadata which can be used to manage the channel.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the channel.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "channelName" ], "shapeName" : "CreateChannelRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateChannelRequest", "variableName" : "createChannelRequest", "variableType" : "CreateChannelRequest", "documentation" : null, "simpleType" : "CreateChannelRequest", "variableSetterType" : "CreateChannelRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateChannelResponse" : { "c2jName" : "CreateChannelResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelArn", "beanStyleSetterMethodName" : "setChannelArn", "c2jName" : "channelArn", "c2jShape" : "ChannelArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@return The ARN of the channel.\n@deprecated Use {@link #channelArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelArn 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" : "hasChannelArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelArn", "fluentSetterDocumentation" : "

The ARN of the channel.

\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelArn", "getterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@param channelArn The ARN of the channel.", "setterMethodName" : "setChannelArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelArn", "variableType" : "String", "documentation" : "

The ARN of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

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

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelArn", "beanStyleSetterMethodName" : "setChannelArn", "c2jName" : "channelArn", "c2jShape" : "ChannelArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@return The ARN of the channel.\n@deprecated Use {@link #channelArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelArn 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" : "hasChannelArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelArn", "fluentSetterDocumentation" : "

The ARN of the channel.

\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelArn", "getterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@param channelArn The ARN of the channel.", "setterMethodName" : "setChannelArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelArn", "variableType" : "String", "documentation" : "

The ARN of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

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

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel.

\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel.

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

The name of the channel.

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

The name of the channel.

\n@param channelName The name of the channel.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelArn", "beanStyleSetterMethodName" : "setChannelArn", "c2jName" : "channelArn", "c2jShape" : "ChannelArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@return The ARN of the channel.\n@deprecated Use {@link #channelArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelArn 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" : "hasChannelArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelArn", "fluentSetterDocumentation" : "

The ARN of the channel.

\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelArn", "getterDocumentation" : "

The ARN of the channel.

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

The ARN of the channel.

\n@param channelArn The ARN of the channel.", "setterMethodName" : "setChannelArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelArn", "variableType" : "String", "documentation" : "

The ARN of the channel.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

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

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@return How long, in days, message data is kept for the channel.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel.

\n@param retentionPeriod How long, in days, message data is kept for the channel.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateChannelResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateChannelResponse", "variableName" : "createChannelResponse", "variableType" : "CreateChannelResponse", "documentation" : null, "simpleType" : "CreateChannelResponse", "variableSetterType" : "CreateChannelResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDatasetContentRequest" : { "c2jName" : "CreateDatasetContentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateDatasetContent", "locationName" : null, "requestUri" : "/datasets/{datasetName}/content", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName" ], "shapeName" : "CreateDatasetContentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDatasetContentRequest", "variableName" : "createDatasetContentRequest", "variableType" : "CreateDatasetContentRequest", "documentation" : null, "simpleType" : "CreateDatasetContentRequest", "variableSetterType" : "CreateDatasetContentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDatasetContentResponse" : { "c2jName" : "CreateDatasetContentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the data set contents which are being created.

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

The version ID of the data set contents which are being created.

\n@return The version ID of the data set contents which are being created.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version ID of the data set contents which are being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version ID of the data set contents which are being created.

\n@return The version ID of the data set contents which are being created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version ID of the data set contents which are being created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VersionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the data set contents which are being created.

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

The version ID of the data set contents which are being created.

\n@return The version ID of the data set contents which are being created.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version ID of the data set contents which are being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version ID of the data set contents which are being created.

\n@return The version ID of the data set contents which are being created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version ID of the data set contents which are being created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the data set contents which are being created.

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

The version ID of the data set contents which are being created.

\n@return The version ID of the data set contents which are being created.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version ID of the data set contents which are being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version ID of the data set contents which are being created.

\n@return The version ID of the data set contents which are being created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version ID of the data set contents which are being created.

\n@param versionId The version ID of the data set contents which are being created.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version ID of the data set contents which are being created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDatasetContentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDatasetContentResponse", "variableName" : "createDatasetContentResponse", "variableType" : "CreateDatasetContentResponse", "documentation" : null, "simpleType" : "CreateDatasetContentResponse", "variableSetterType" : "CreateDatasetContentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDatasetRequest" : { "c2jName" : "CreateDatasetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateDataset", "locationName" : null, "requestUri" : "/datasets", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

A list of actions that create the data set contents.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of actions that create the data set contents.

\n

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

\n

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

\n@return A list of actions that create the data set contents.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

A list of actions that create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of actions that create the data set contents.

\n

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

\n

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

\n@return A list of actions that create the data set contents.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of actions that create the data set contents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the data set.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the data set.

\n

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

\n

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

\n@return Metadata which can be used to manage the data set.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the data set.

\n

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

\n

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

\n@return Metadata which can be used to manage the data set.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the data set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

A list of actions that create the data set contents.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of actions that create the data set contents.

\n

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

\n

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

\n@return A list of actions that create the data set contents.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

A list of actions that create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of actions that create the data set contents.

\n

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

\n

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

\n@return A list of actions that create the data set contents.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of actions that create the data set contents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentDeliveryRules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the data set.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the data set.

\n

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

\n

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

\n@return Metadata which can be used to manage the data set.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the data set.

\n

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

\n

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

\n@return Metadata which can be used to manage the data set.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the data set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Triggers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VersioningConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

A list of actions that create the data set contents.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of actions that create the data set contents.

\n

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

\n

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

\n@return A list of actions that create the data set contents.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

A list of actions that create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of actions that create the data set contents.

\n

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

\n

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

\n@return A list of actions that create the data set contents.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of actions that create the data set contents.

\n@param actions A list of actions that create the data set contents.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of actions that create the data set contents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

\n@param triggers A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param retentionPeriod [Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

[Optional] How long, in days, versions of data set contents are kept for the data set. If not specified or set to null, versions of data set contents are retained for at most 90 days. The number of versions of data set contents retained is determined by the versioningConfiguration parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the data set.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the data set.

\n

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

\n

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

\n@return Metadata which can be used to manage the data set.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the data set.

\n

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

\n

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

\n@return Metadata which can be used to manage the data set.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the data set.

\n@param tags Metadata which can be used to manage the data set.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the data set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName", "actions" ], "shapeName" : "CreateDatasetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDatasetRequest", "variableName" : "createDatasetRequest", "variableType" : "CreateDatasetRequest", "documentation" : null, "simpleType" : "CreateDatasetRequest", "variableSetterType" : "CreateDatasetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDatasetResponse" : { "c2jName" : "CreateDatasetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetArn", "beanStyleSetterMethodName" : "setDatasetArn", "c2jName" : "datasetArn", "c2jShape" : "DatasetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@return The ARN of the data set.\n@deprecated Use {@link #datasetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data set.

\n@param datasetArn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetArn(String)}\n", "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetArn 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" : "hasDatasetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetArn", "fluentSetterDocumentation" : "

The ARN of the data set.

\n@param datasetArn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetArn", "getterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@param datasetArn The ARN of the data set.", "setterMethodName" : "setDatasetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetArn", "variableType" : "String", "documentation" : "

The ARN of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

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

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetArn", "beanStyleSetterMethodName" : "setDatasetArn", "c2jName" : "datasetArn", "c2jShape" : "DatasetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@return The ARN of the data set.\n@deprecated Use {@link #datasetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data set.

\n@param datasetArn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetArn(String)}\n", "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetArn 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" : "hasDatasetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetArn", "fluentSetterDocumentation" : "

The ARN of the data set.

\n@param datasetArn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetArn", "getterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@param datasetArn The ARN of the data set.", "setterMethodName" : "setDatasetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetArn", "variableType" : "String", "documentation" : "

The ARN of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

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

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetArn", "beanStyleSetterMethodName" : "setDatasetArn", "c2jName" : "datasetArn", "c2jShape" : "DatasetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@return The ARN of the data set.\n@deprecated Use {@link #datasetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data set.

\n@param datasetArn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetArn(String)}\n", "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetArn 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" : "hasDatasetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetArn", "fluentSetterDocumentation" : "

The ARN of the data set.

\n@param datasetArn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetArn", "getterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@param datasetArn The ARN of the data set.", "setterMethodName" : "setDatasetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetArn", "variableType" : "String", "documentation" : "

The ARN of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

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

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDatasetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDatasetResponse", "variableName" : "createDatasetResponse", "variableType" : "CreateDatasetResponse", "documentation" : null, "simpleType" : "CreateDatasetResponse", "variableSetterType" : "CreateDatasetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDatastoreRequest" : { "c2jName" : "CreateDatastoreRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateDatastore", "locationName" : null, "requestUri" : "/datastores", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

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

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the data store.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the data store.

\n

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

\n

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

\n@return Metadata which can be used to manage the data store.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the data store.

\n

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

\n

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

\n@return Metadata which can be used to manage the data store.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the data store.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatastoreStorage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

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

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the data store.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the data store.

\n

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

\n

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

\n@return Metadata which can be used to manage the data store.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the data store.

\n

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

\n

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

\n@return Metadata which can be used to manage the data store.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the data store.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

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

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the data store.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the data store.

\n

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

\n

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

\n@return Metadata which can be used to manage the data store.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the data store.

\n

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

\n

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

\n@return Metadata which can be used to manage the data store.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the data store.

\n@param tags Metadata which can be used to manage the data store.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the data store.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datastoreName" ], "shapeName" : "CreateDatastoreRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDatastoreRequest", "variableName" : "createDatastoreRequest", "variableType" : "CreateDatastoreRequest", "documentation" : null, "simpleType" : "CreateDatastoreRequest", "variableSetterType" : "CreateDatastoreRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDatastoreResponse" : { "c2jName" : "CreateDatastoreResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreArn", "beanStyleSetterMethodName" : "setDatastoreArn", "c2jName" : "datastoreArn", "c2jShape" : "DatastoreArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@return The ARN of the data store.\n@deprecated Use {@link #datastoreArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreArn(String)}\n", "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreArn 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" : "hasDatastoreArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreArn", "fluentSetterDocumentation" : "

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreArn", "getterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.", "setterMethodName" : "setDatastoreArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreArn", "variableType" : "String", "documentation" : "

The ARN of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store.

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

How long, in days, message data is kept for the data store.

\n@return How long, in days, message data is kept for the data store.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@return How long, in days, message data is kept for the data store.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreArn", "beanStyleSetterMethodName" : "setDatastoreArn", "c2jName" : "datastoreArn", "c2jShape" : "DatastoreArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@return The ARN of the data store.\n@deprecated Use {@link #datastoreArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreArn(String)}\n", "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreArn 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" : "hasDatastoreArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreArn", "fluentSetterDocumentation" : "

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreArn", "getterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.", "setterMethodName" : "setDatastoreArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreArn", "variableType" : "String", "documentation" : "

The ARN of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store.

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

How long, in days, message data is kept for the data store.

\n@return How long, in days, message data is kept for the data store.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@return How long, in days, message data is kept for the data store.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreArn", "beanStyleSetterMethodName" : "setDatastoreArn", "c2jName" : "datastoreArn", "c2jShape" : "DatastoreArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@return The ARN of the data store.\n@deprecated Use {@link #datastoreArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreArn(String)}\n", "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreArn 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" : "hasDatastoreArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreArn", "fluentSetterDocumentation" : "

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreArn", "getterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@param datastoreArn The ARN of the data store.", "setterMethodName" : "setDatastoreArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreArn", "variableType" : "String", "documentation" : "

The ARN of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store.

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

How long, in days, message data is kept for the data store.

\n@return How long, in days, message data is kept for the data store.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@return How long, in days, message data is kept for the data store.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store.

\n@param retentionPeriod How long, in days, message data is kept for the data store.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDatastoreResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDatastoreResponse", "variableName" : "createDatastoreResponse", "variableType" : "CreateDatastoreResponse", "documentation" : null, "simpleType" : "CreateDatastoreResponse", "variableSetterType" : "CreateDatastoreResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreatePipelineRequest" : { "c2jName" : "CreatePipelineRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreatePipeline", "locationName" : null, "requestUri" : "/pipelines", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

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

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineActivities", "beanStyleSetterMethodName" : "setPipelineActivities", "c2jName" : "pipelineActivities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\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 #pipelineActivities(List)}.\n@param pipelineActivities 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 #pipelineActivities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

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

\n

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

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@deprecated Use {@link #pipelineActivities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivities(List)}\n", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivities 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" : "hasPipelineActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivities", "fluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivities", "getterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

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

\n

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

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "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" : "pipelineActivities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineActivities", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "setterMethodName" : "setPipelineActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n

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

\n

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

\n@return Metadata which can be used to manage the pipeline.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n

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

\n

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

\n@return Metadata which can be used to manage the pipeline.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the pipeline.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineActivities" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineActivities", "beanStyleSetterMethodName" : "setPipelineActivities", "c2jName" : "pipelineActivities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\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 #pipelineActivities(List)}.\n@param pipelineActivities 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 #pipelineActivities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

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

\n

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

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@deprecated Use {@link #pipelineActivities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivities(List)}\n", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivities 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" : "hasPipelineActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivities", "fluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivities", "getterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

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

\n

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

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "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" : "pipelineActivities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineActivities", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "setterMethodName" : "setPipelineActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

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

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n

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

\n

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

\n@return Metadata which can be used to manage the pipeline.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n

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

\n

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

\n@return Metadata which can be used to manage the pipeline.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the pipeline.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

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

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineActivities", "beanStyleSetterMethodName" : "setPipelineActivities", "c2jName" : "pipelineActivities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\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 #pipelineActivities(List)}.\n@param pipelineActivities 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 #pipelineActivities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

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

\n

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

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@deprecated Use {@link #pipelineActivities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivities(List)}\n", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivities 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" : "hasPipelineActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivities", "fluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivities", "getterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

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

\n

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

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "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" : "pipelineActivities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineActivities", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "setterMethodName" : "setPipelineActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n

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

\n

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

\n@return Metadata which can be used to manage the pipeline.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Metadata which can be used to manage the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n

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

\n

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

\n@return Metadata which can be used to manage the pipeline.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata which can be used to manage the pipeline.

\n@param tags Metadata which can be used to manage the pipeline.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Metadata which can be used to manage the pipeline.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineName", "pipelineActivities" ], "shapeName" : "CreatePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreatePipelineRequest", "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "documentation" : null, "simpleType" : "CreatePipelineRequest", "variableSetterType" : "CreatePipelineRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreatePipelineResponse" : { "c2jName" : "CreatePipelineResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

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

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineArn", "beanStyleSetterMethodName" : "setPipelineArn", "c2jName" : "pipelineArn", "c2jShape" : "PipelineArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

\n@return The ARN of the pipeline.\n@deprecated Use {@link #pipelineArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineArn 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" : "hasPipelineArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineArn", "fluentSetterDocumentation" : "

The ARN of the pipeline.

\n@param pipelineArn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineArn", "getterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

\n@param pipelineArn The ARN of the pipeline.", "setterMethodName" : "setPipelineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineArn", "variableType" : "String", "documentation" : "

The ARN of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineArn", "beanStyleSetterMethodName" : "setPipelineArn", "c2jName" : "pipelineArn", "c2jShape" : "PipelineArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

\n@return The ARN of the pipeline.\n@deprecated Use {@link #pipelineArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineArn 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" : "hasPipelineArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineArn", "fluentSetterDocumentation" : "

The ARN of the pipeline.

\n@param pipelineArn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineArn", "getterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

\n@param pipelineArn The ARN of the pipeline.", "setterMethodName" : "setPipelineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineArn", "variableType" : "String", "documentation" : "

The ARN of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

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

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

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

The name of the pipeline.

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

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineArn", "beanStyleSetterMethodName" : "setPipelineArn", "c2jName" : "pipelineArn", "c2jShape" : "PipelineArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

\n@return The ARN of the pipeline.\n@deprecated Use {@link #pipelineArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineArn 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" : "hasPipelineArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineArn", "fluentSetterDocumentation" : "

The ARN of the pipeline.

\n@param pipelineArn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineArn", "getterDocumentation" : "

The ARN of the pipeline.

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

The ARN of the pipeline.

\n@param pipelineArn The ARN of the pipeline.", "setterMethodName" : "setPipelineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineArn", "variableType" : "String", "documentation" : "

The ARN of the pipeline.

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

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "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" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

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

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

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

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeyPrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

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

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "bucket", "roleArn" ], "shapeName" : "CustomerManagedChannelS3Storage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomerManagedChannelS3Storage", "variableName" : "customerManagedChannelS3Storage", "variableType" : "CustomerManagedChannelS3Storage", "documentation" : null, "simpleType" : "CustomerManagedChannelS3Storage", "variableSetterType" : "CustomerManagedChannelS3Storage" }, "wrapper" : false, "xmlNamespace" : null }, "CustomerManagedChannelS3StorageSummary" : { "c2jName" : "CustomerManagedChannelS3StorageSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Used to store channel data in an S3 bucket that you manage.

", "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" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

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

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

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

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeyPrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

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

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@return The name of the Amazon S3 bucket in which channel data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

\n@param bucket The name of the Amazon S3 bucket in which channel data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which channel data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the channel data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "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" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

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

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

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

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeyPrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

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

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "bucket", "roleArn" ], "shapeName" : "CustomerManagedDatastoreS3Storage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedDatastoreS3Storage", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "wrapper" : false, "xmlNamespace" : null }, "CustomerManagedDatastoreS3StorageSummary" : { "c2jName" : "CustomerManagedDatastoreS3StorageSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "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" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

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

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

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

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KeyPrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

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

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@return The name of the Amazon S3 bucket in which data store data is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

\n@param bucket The name of the Amazon S3 bucket in which data store data is stored.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket in which data store data is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKeyPrefix", "beanStyleSetterMethodName" : "setKeyPrefix", "c2jName" : "keyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

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

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@deprecated Use {@link #keyPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #keyPrefix(String)}\n", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KeyPrefix 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" : "hasKeyPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyPrefix", "fluentSetterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyPrefix", "getterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@return [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "keyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyPrefix", "sensitive" : false, "setterDocumentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

\n@param keyPrefix [Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.", "setterMethodName" : "setKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyPrefix", "variableType" : "String", "documentation" : "

[Optional] The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a '/'.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

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

Information about a data set.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

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

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "DatasetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@return The ARN of the data set.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data set.

\n@param arn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the data set.

\n@param arn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@param arn The ARN of the data set.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n

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

\n

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

\n@return The \"DatasetAction\" objects that automatically create the data set contents.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n

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

\n

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

\n@return The \"DatasetAction\" objects that automatically create the data set contents.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n

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

\n

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

\n@return The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n

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

\n

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

\n@return The \"DatasetTrigger\" objects that specify when the data set is automatically updated.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set.

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

The status of the data set.

\n

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

\n@return The status of the data set.\n@see DatasetStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set.

\n

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

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

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data set was created.

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

When the data set was created.

\n@return When the data set was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data set was created.

\n@return When the data set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data set was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data set was updated.

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

The last time the data set was updated.

\n@return The last time the data set was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data set was updated.

\n@return The last time the data set was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data set was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

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

[Optional] How long, in days, message data is kept for the data set.

\n@return [Optional] How long, in days, message data is kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@return [Optional] How long, in days, message data is kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n

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

\n

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

\n@return The \"DatasetAction\" objects that automatically create the data set contents.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n

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

\n

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

\n@return The \"DatasetAction\" objects that automatically create the data set contents.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "DatasetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@return The ARN of the data set.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data set.

\n@param arn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the data set.

\n@param arn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@param arn The ARN of the data set.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentDeliveryRules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data set was created.

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

When the data set was created.

\n@return When the data set was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data set was created.

\n@return When the data set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data set was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data set was updated.

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

The last time the data set was updated.

\n@return The last time the data set was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data set was updated.

\n@return The last time the data set was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data set was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

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

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

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

[Optional] How long, in days, message data is kept for the data set.

\n@return [Optional] How long, in days, message data is kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@return [Optional] How long, in days, message data is kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set.

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

The status of the data set.

\n

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

\n@return The status of the data set.\n@see DatasetStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set.

\n

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

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

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Triggers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n

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

\n

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

\n@return The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n

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

\n

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

\n@return The \"DatasetTrigger\" objects that specify when the data set is automatically updated.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VersioningConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

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

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "DatasetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@return The ARN of the data set.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data set.

\n@param arn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the data set.

\n@param arn The ARN of the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the data set.

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

The ARN of the data set.

\n@param arn The ARN of the data set.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n

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

\n

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

\n@return The \"DatasetAction\" objects that automatically create the data set contents.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n

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

\n

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

\n@return The \"DatasetAction\" objects that automatically create the data set contents.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

\n@param actions The \"DatasetAction\" objects that automatically create the data set contents.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n

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

\n

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

\n@return The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n

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

\n

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

\n@return The \"DatasetTrigger\" objects that specify when the data set is automatically updated.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

\n@param triggers The \"DatasetTrigger\" objects that specify when the data set is automatically updated.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

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

\n

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

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set.

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

The status of the data set.

\n

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

\n@return The status of the data set.\n@see DatasetStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set.

\n

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

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

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data set was created.

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

When the data set was created.

\n@return When the data set was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data set was created.

\n@return When the data set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data set was created.

\n@param creationTime When the data set was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data set was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data set was updated.

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

The last time the data set was updated.

\n@return The last time the data set was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data set was updated.

\n@return The last time the data set was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data set was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

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

[Optional] How long, in days, message data is kept for the data set.

\n@return [Optional] How long, in days, message data is kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@return [Optional] How long, in days, message data is kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

[Optional] How long, in days, message data is kept for the data set.

\n@param retentionPeriod [Optional] How long, in days, message data is kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

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

A \"DatasetAction\" object that specifies how data set contents are automatically created.

", "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" : "getActionName", "beanStyleSetterMethodName" : "setActionName", "c2jName" : "actionName", "c2jShape" : "DatasetActionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

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

The name of the data set action by which data set contents are automatically created.

\n@return The name of the data set action by which data set contents are automatically created.\n@deprecated Use {@link #actionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionName(String)}\n", "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionName 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" : "hasActionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actionName", "fluentSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actionName", "getterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@return The name of the data set action by which data set contents are automatically created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionName", "sensitive" : false, "setterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.", "setterMethodName" : "setActionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryAction", "beanStyleSetterMethodName" : "setQueryAction", "c2jName" : "queryAction", "c2jShape" : "SqlQueryDatasetAction", "defaultConsumerFluentSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

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

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@return An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@deprecated Use {@link #queryAction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryAction(SqlQueryDatasetAction)}\n", "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryAction 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" : "hasQueryAction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryAction", "fluentSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryAction", "getterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@return An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.", "getterModel" : { "returnType" : "SqlQueryDatasetAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryAction", "sensitive" : false, "setterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.", "setterMethodName" : "setQueryAction", "setterModel" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "queryAction", "variableType" : "SqlQueryDatasetAction", "documentation" : null, "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "queryAction", "variableType" : "SqlQueryDatasetAction", "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContainerAction", "beanStyleSetterMethodName" : "setContainerAction", "c2jName" : "containerAction", "c2jShape" : "ContainerDatasetAction", "defaultConsumerFluentSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

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

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@return Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@deprecated Use {@link #containerAction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #containerAction(ContainerDatasetAction)}\n", "documentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContainerAction 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" : "hasContainerAction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "containerAction", "fluentSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "containerAction", "getterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@return Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.", "getterModel" : { "returnType" : "ContainerDatasetAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "containerAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "containerAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContainerAction", "sensitive" : false, "setterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.", "setterMethodName" : "setContainerAction", "setterModel" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerAction", "variableType" : "ContainerDatasetAction", "documentation" : null, "simpleType" : "ContainerDatasetAction", "variableSetterType" : "ContainerDatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerAction", "variableType" : "ContainerDatasetAction", "documentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

", "simpleType" : "ContainerDatasetAction", "variableSetterType" : "ContainerDatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActionName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionName", "beanStyleSetterMethodName" : "setActionName", "c2jName" : "actionName", "c2jShape" : "DatasetActionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

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

The name of the data set action by which data set contents are automatically created.

\n@return The name of the data set action by which data set contents are automatically created.\n@deprecated Use {@link #actionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionName(String)}\n", "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionName 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" : "hasActionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actionName", "fluentSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actionName", "getterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@return The name of the data set action by which data set contents are automatically created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionName", "sensitive" : false, "setterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.", "setterMethodName" : "setActionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContainerAction" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContainerAction", "beanStyleSetterMethodName" : "setContainerAction", "c2jName" : "containerAction", "c2jShape" : "ContainerDatasetAction", "defaultConsumerFluentSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

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

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@return Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@deprecated Use {@link #containerAction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #containerAction(ContainerDatasetAction)}\n", "documentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContainerAction 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" : "hasContainerAction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "containerAction", "fluentSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "containerAction", "getterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@return Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.", "getterModel" : { "returnType" : "ContainerDatasetAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "containerAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "containerAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContainerAction", "sensitive" : false, "setterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.", "setterMethodName" : "setContainerAction", "setterModel" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerAction", "variableType" : "ContainerDatasetAction", "documentation" : null, "simpleType" : "ContainerDatasetAction", "variableSetterType" : "ContainerDatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerAction", "variableType" : "ContainerDatasetAction", "documentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

", "simpleType" : "ContainerDatasetAction", "variableSetterType" : "ContainerDatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryAction" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryAction", "beanStyleSetterMethodName" : "setQueryAction", "c2jName" : "queryAction", "c2jShape" : "SqlQueryDatasetAction", "defaultConsumerFluentSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

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

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@return An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@deprecated Use {@link #queryAction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryAction(SqlQueryDatasetAction)}\n", "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryAction 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" : "hasQueryAction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryAction", "fluentSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryAction", "getterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@return An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.", "getterModel" : { "returnType" : "SqlQueryDatasetAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryAction", "sensitive" : false, "setterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.", "setterMethodName" : "setQueryAction", "setterModel" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "queryAction", "variableType" : "SqlQueryDatasetAction", "documentation" : null, "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "queryAction", "variableType" : "SqlQueryDatasetAction", "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionName", "beanStyleSetterMethodName" : "setActionName", "c2jName" : "actionName", "c2jShape" : "DatasetActionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

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

The name of the data set action by which data set contents are automatically created.

\n@return The name of the data set action by which data set contents are automatically created.\n@deprecated Use {@link #actionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionName(String)}\n", "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionName 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" : "hasActionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actionName", "fluentSetterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actionName", "getterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@return The name of the data set action by which data set contents are automatically created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionName", "sensitive" : false, "setterDocumentation" : "

The name of the data set action by which data set contents are automatically created.

\n@param actionName The name of the data set action by which data set contents are automatically created.", "setterMethodName" : "setActionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryAction", "beanStyleSetterMethodName" : "setQueryAction", "c2jName" : "queryAction", "c2jShape" : "SqlQueryDatasetAction", "defaultConsumerFluentSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

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

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@return An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@deprecated Use {@link #queryAction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryAction(SqlQueryDatasetAction)}\n", "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryAction 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" : "hasQueryAction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryAction", "fluentSetterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryAction", "getterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@return An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.", "getterModel" : { "returnType" : "SqlQueryDatasetAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryAction", "sensitive" : false, "setterDocumentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

\n@param queryAction An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.", "setterMethodName" : "setQueryAction", "setterModel" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "queryAction", "variableType" : "SqlQueryDatasetAction", "documentation" : null, "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "queryAction", "variableType" : "SqlQueryDatasetAction", "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContainerAction", "beanStyleSetterMethodName" : "setContainerAction", "c2jName" : "containerAction", "c2jShape" : "ContainerDatasetAction", "defaultConsumerFluentSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

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

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@return Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@deprecated Use {@link #containerAction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #containerAction(ContainerDatasetAction)}\n", "documentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContainerAction 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" : "hasContainerAction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "containerAction", "fluentSetterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "containerAction", "getterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@return Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.", "getterModel" : { "returnType" : "ContainerDatasetAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "containerAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "containerAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContainerAction", "sensitive" : false, "setterDocumentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

\n@param containerAction Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.", "setterMethodName" : "setContainerAction", "setterModel" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerAction", "variableType" : "ContainerDatasetAction", "documentation" : null, "simpleType" : "ContainerDatasetAction", "variableSetterType" : "ContainerDatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContainerDatasetAction", "variableName" : "containerAction", "variableType" : "ContainerDatasetAction", "documentation" : "

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

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

Information about the action which automatically creates the data set's contents.

", "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" : "getActionName", "beanStyleSetterMethodName" : "setActionName", "c2jName" : "actionName", "c2jShape" : "DatasetActionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

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

The name of the action which automatically creates the data set's contents.

\n@return The name of the action which automatically creates the data set's contents.\n@deprecated Use {@link #actionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionName(String)}\n", "documentation" : "

The name of the action which automatically creates the data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionName 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" : "hasActionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actionName", "fluentSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actionName", "getterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@return The name of the action which automatically creates the data set's contents.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionName", "sensitive" : false, "setterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.", "setterMethodName" : "setActionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : "

The name of the action which automatically creates the data set's contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "actionType", "c2jShape" : "DatasetActionType", "defaultConsumerFluentSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

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

The type of action by which the data set's contents are automatically created.

\n

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

\n@return The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@deprecated Use {@link #actionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetActionType\n@deprecated Use {@link #actionType(String)}\n", "documentation" : "

The type of action by which the data set's contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : "DatasetActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionType 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" : "hasActionType", "fluentEnumGetterMethodName" : "actionType", "fluentEnumSetterMethodName" : "actionType", "fluentGetterMethodName" : "actionTypeAsString", "fluentSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n

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

\n@return The type of action by which the data set's contents are automatically created.\n@see DatasetActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionType", "sensitive" : false, "setterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

The type of action by which the data set's contents are automatically created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActionName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionName", "beanStyleSetterMethodName" : "setActionName", "c2jName" : "actionName", "c2jShape" : "DatasetActionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

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

The name of the action which automatically creates the data set's contents.

\n@return The name of the action which automatically creates the data set's contents.\n@deprecated Use {@link #actionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionName(String)}\n", "documentation" : "

The name of the action which automatically creates the data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionName 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" : "hasActionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actionName", "fluentSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actionName", "getterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@return The name of the action which automatically creates the data set's contents.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionName", "sensitive" : false, "setterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.", "setterMethodName" : "setActionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : "

The name of the action which automatically creates the data set's contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ActionType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "actionType", "c2jShape" : "DatasetActionType", "defaultConsumerFluentSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

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

The type of action by which the data set's contents are automatically created.

\n

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

\n@return The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@deprecated Use {@link #actionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetActionType\n@deprecated Use {@link #actionType(String)}\n", "documentation" : "

The type of action by which the data set's contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : "DatasetActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionType 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" : "hasActionType", "fluentEnumGetterMethodName" : "actionType", "fluentEnumSetterMethodName" : "actionType", "fluentGetterMethodName" : "actionTypeAsString", "fluentSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n

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

\n@return The type of action by which the data set's contents are automatically created.\n@see DatasetActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionType", "sensitive" : false, "setterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

The type of action by which the data set's contents are automatically created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionName", "beanStyleSetterMethodName" : "setActionName", "c2jName" : "actionName", "c2jShape" : "DatasetActionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

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

The name of the action which automatically creates the data set's contents.

\n@return The name of the action which automatically creates the data set's contents.\n@deprecated Use {@link #actionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionName(String)}\n", "documentation" : "

The name of the action which automatically creates the data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionName 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" : "hasActionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actionName", "fluentSetterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actionName", "getterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@return The name of the action which automatically creates the data set's contents.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionName", "sensitive" : false, "setterDocumentation" : "

The name of the action which automatically creates the data set's contents.

\n@param actionName The name of the action which automatically creates the data set's contents.", "setterMethodName" : "setActionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionName", "variableType" : "String", "documentation" : "

The name of the action which automatically creates the data set's contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "actionType", "c2jShape" : "DatasetActionType", "defaultConsumerFluentSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

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

The type of action by which the data set's contents are automatically created.

\n

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

\n@return The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@deprecated Use {@link #actionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetActionType\n@deprecated Use {@link #actionType(String)}\n", "documentation" : "

The type of action by which the data set's contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : "DatasetActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionType 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" : "hasActionType", "fluentEnumGetterMethodName" : "actionType", "fluentEnumSetterMethodName" : "actionType", "fluentGetterMethodName" : "actionTypeAsString", "fluentSetterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n

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

\n@return The type of action by which the data set's contents are automatically created.\n@see DatasetActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "actionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionType", "sensitive" : false, "setterDocumentation" : "

The type of action by which the data set's contents are automatically created.

\n@param actionType The type of action by which the data set's contents are automatically created.\n@see DatasetActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

The type of action by which the data set's contents are automatically created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatasetActionSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetActionSummary", "variableName" : "datasetActionSummary", "variableType" : "DatasetActionSummary", "documentation" : null, "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetActionType" : { "c2jName" : "DatasetActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "QUERY", "value" : "QUERY" }, { "name" : "CONTAINER", "value" : "CONTAINER" } ], "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" : "DatasetActionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetActionType", "variableName" : "datasetActionType", "variableType" : "DatasetActionType", "documentation" : null, "simpleType" : "DatasetActionType", "variableSetterType" : "DatasetActionType" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetContentDeliveryDestination" : { "c2jName" : "DatasetContentDeliveryDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The destination to which data set contents are delivered.

", "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" : "getIotEventsDestinationConfiguration", "beanStyleSetterMethodName" : "setIotEventsDestinationConfiguration", "c2jName" : "iotEventsDestinationConfiguration", "c2jShape" : "IotEventsDestinationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

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

Configuration information for delivery of data set contents to AWS IoT Events.

\n@return Configuration information for delivery of data set contents to AWS IoT Events.\n@deprecated Use {@link #iotEventsDestinationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iotEventsDestinationConfiguration(IotEventsDestinationConfiguration)}\n", "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IotEventsDestinationConfiguration 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" : "hasIotEventsDestinationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iotEventsDestinationConfiguration", "fluentSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iotEventsDestinationConfiguration", "getterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@return Configuration information for delivery of data set contents to AWS IoT Events.", "getterModel" : { "returnType" : "IotEventsDestinationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iotEventsDestinationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iotEventsDestinationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IotEventsDestinationConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.", "setterMethodName" : "setIotEventsDestinationConfiguration", "setterModel" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : null, "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3DestinationConfiguration", "beanStyleSetterMethodName" : "setS3DestinationConfiguration", "c2jName" : "s3DestinationConfiguration", "c2jShape" : "S3DestinationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

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

Configuration information for delivery of data set contents to Amazon S3.

\n@return Configuration information for delivery of data set contents to Amazon S3.\n@deprecated Use {@link #s3DestinationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DestinationConfiguration(S3DestinationConfiguration)}\n", "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3DestinationConfiguration 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" : "hasS3DestinationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3DestinationConfiguration", "fluentSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3DestinationConfiguration", "getterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@return Configuration information for delivery of data set contents to Amazon S3.", "getterModel" : { "returnType" : "S3DestinationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3DestinationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3DestinationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3DestinationConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.", "setterMethodName" : "setS3DestinationConfiguration", "setterModel" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : null, "simpleType" : "S3DestinationConfiguration", "variableSetterType" : "S3DestinationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "simpleType" : "S3DestinationConfiguration", "variableSetterType" : "S3DestinationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IotEventsDestinationConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIotEventsDestinationConfiguration", "beanStyleSetterMethodName" : "setIotEventsDestinationConfiguration", "c2jName" : "iotEventsDestinationConfiguration", "c2jShape" : "IotEventsDestinationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

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

Configuration information for delivery of data set contents to AWS IoT Events.

\n@return Configuration information for delivery of data set contents to AWS IoT Events.\n@deprecated Use {@link #iotEventsDestinationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iotEventsDestinationConfiguration(IotEventsDestinationConfiguration)}\n", "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IotEventsDestinationConfiguration 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" : "hasIotEventsDestinationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iotEventsDestinationConfiguration", "fluentSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iotEventsDestinationConfiguration", "getterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@return Configuration information for delivery of data set contents to AWS IoT Events.", "getterModel" : { "returnType" : "IotEventsDestinationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iotEventsDestinationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iotEventsDestinationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IotEventsDestinationConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.", "setterMethodName" : "setIotEventsDestinationConfiguration", "setterModel" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : null, "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3DestinationConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3DestinationConfiguration", "beanStyleSetterMethodName" : "setS3DestinationConfiguration", "c2jName" : "s3DestinationConfiguration", "c2jShape" : "S3DestinationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

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

Configuration information for delivery of data set contents to Amazon S3.

\n@return Configuration information for delivery of data set contents to Amazon S3.\n@deprecated Use {@link #s3DestinationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DestinationConfiguration(S3DestinationConfiguration)}\n", "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3DestinationConfiguration 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" : "hasS3DestinationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3DestinationConfiguration", "fluentSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3DestinationConfiguration", "getterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@return Configuration information for delivery of data set contents to Amazon S3.", "getterModel" : { "returnType" : "S3DestinationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3DestinationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3DestinationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3DestinationConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.", "setterMethodName" : "setS3DestinationConfiguration", "setterModel" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : null, "simpleType" : "S3DestinationConfiguration", "variableSetterType" : "S3DestinationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "simpleType" : "S3DestinationConfiguration", "variableSetterType" : "S3DestinationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIotEventsDestinationConfiguration", "beanStyleSetterMethodName" : "setIotEventsDestinationConfiguration", "c2jName" : "iotEventsDestinationConfiguration", "c2jShape" : "IotEventsDestinationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

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

Configuration information for delivery of data set contents to AWS IoT Events.

\n@return Configuration information for delivery of data set contents to AWS IoT Events.\n@deprecated Use {@link #iotEventsDestinationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iotEventsDestinationConfiguration(IotEventsDestinationConfiguration)}\n", "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IotEventsDestinationConfiguration 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" : "hasIotEventsDestinationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iotEventsDestinationConfiguration", "fluentSetterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iotEventsDestinationConfiguration", "getterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@return Configuration information for delivery of data set contents to AWS IoT Events.", "getterModel" : { "returnType" : "IotEventsDestinationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iotEventsDestinationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iotEventsDestinationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IotEventsDestinationConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

\n@param iotEventsDestinationConfiguration Configuration information for delivery of data set contents to AWS IoT Events.", "setterMethodName" : "setIotEventsDestinationConfiguration", "setterModel" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : null, "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3DestinationConfiguration", "beanStyleSetterMethodName" : "setS3DestinationConfiguration", "c2jName" : "s3DestinationConfiguration", "c2jShape" : "S3DestinationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

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

Configuration information for delivery of data set contents to Amazon S3.

\n@return Configuration information for delivery of data set contents to Amazon S3.\n@deprecated Use {@link #s3DestinationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DestinationConfiguration(S3DestinationConfiguration)}\n", "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3DestinationConfiguration 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" : "hasS3DestinationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3DestinationConfiguration", "fluentSetterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3DestinationConfiguration", "getterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@return Configuration information for delivery of data set contents to Amazon S3.", "getterModel" : { "returnType" : "S3DestinationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3DestinationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3DestinationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3DestinationConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for delivery of data set contents to Amazon S3.

\n@param s3DestinationConfiguration Configuration information for delivery of data set contents to Amazon S3.", "setterMethodName" : "setS3DestinationConfiguration", "setterModel" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : null, "simpleType" : "S3DestinationConfiguration", "variableSetterType" : "S3DestinationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

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

When data set contents are created they are delivered to destination specified here.

", "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" : "getEntryName", "beanStyleSetterMethodName" : "setEntryName", "c2jName" : "entryName", "c2jShape" : "EntryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set content delivery rules entry.

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

The name of the data set content delivery rules entry.

\n@return The name of the data set content delivery rules entry.\n@deprecated Use {@link #entryName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entryName(String)}\n", "documentation" : "

The name of the data set content delivery rules entry.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EntryName 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" : "hasEntryName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entryName", "fluentSetterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entryName", "getterDocumentation" : "

The name of the data set content delivery rules entry.

\n@return The name of the data set content delivery rules entry.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntryName", "sensitive" : false, "setterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.", "setterMethodName" : "setEntryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : "

The name of the data set content delivery rules entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "DatasetContentDeliveryDestination", "defaultConsumerFluentSetterDocumentation" : "

The destination to which data set contents are delivered.

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

The destination to which data set contents are delivered.

\n@return The destination to which data set contents are delivered.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(DatasetContentDeliveryDestination)}\n", "documentation" : "

The destination to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination 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" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The destination to which data set contents are delivered.

\n@return The destination to which data set contents are delivered.", "getterModel" : { "returnType" : "DatasetContentDeliveryDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "DatasetContentDeliveryDestination", "variableName" : "destination", "variableType" : "DatasetContentDeliveryDestination", "documentation" : null, "simpleType" : "DatasetContentDeliveryDestination", "variableSetterType" : "DatasetContentDeliveryDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryDestination", "variableName" : "destination", "variableType" : "DatasetContentDeliveryDestination", "documentation" : "

The destination to which data set contents are delivered.

", "simpleType" : "DatasetContentDeliveryDestination", "variableSetterType" : "DatasetContentDeliveryDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destination" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "DatasetContentDeliveryDestination", "defaultConsumerFluentSetterDocumentation" : "

The destination to which data set contents are delivered.

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

The destination to which data set contents are delivered.

\n@return The destination to which data set contents are delivered.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(DatasetContentDeliveryDestination)}\n", "documentation" : "

The destination to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination 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" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The destination to which data set contents are delivered.

\n@return The destination to which data set contents are delivered.", "getterModel" : { "returnType" : "DatasetContentDeliveryDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "DatasetContentDeliveryDestination", "variableName" : "destination", "variableType" : "DatasetContentDeliveryDestination", "documentation" : null, "simpleType" : "DatasetContentDeliveryDestination", "variableSetterType" : "DatasetContentDeliveryDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryDestination", "variableName" : "destination", "variableType" : "DatasetContentDeliveryDestination", "documentation" : "

The destination to which data set contents are delivered.

", "simpleType" : "DatasetContentDeliveryDestination", "variableSetterType" : "DatasetContentDeliveryDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EntryName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEntryName", "beanStyleSetterMethodName" : "setEntryName", "c2jName" : "entryName", "c2jShape" : "EntryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set content delivery rules entry.

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

The name of the data set content delivery rules entry.

\n@return The name of the data set content delivery rules entry.\n@deprecated Use {@link #entryName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entryName(String)}\n", "documentation" : "

The name of the data set content delivery rules entry.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EntryName 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" : "hasEntryName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entryName", "fluentSetterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entryName", "getterDocumentation" : "

The name of the data set content delivery rules entry.

\n@return The name of the data set content delivery rules entry.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntryName", "sensitive" : false, "setterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.", "setterMethodName" : "setEntryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : "

The name of the data set content delivery rules entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEntryName", "beanStyleSetterMethodName" : "setEntryName", "c2jName" : "entryName", "c2jShape" : "EntryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set content delivery rules entry.

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

The name of the data set content delivery rules entry.

\n@return The name of the data set content delivery rules entry.\n@deprecated Use {@link #entryName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entryName(String)}\n", "documentation" : "

The name of the data set content delivery rules entry.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EntryName 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" : "hasEntryName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entryName", "fluentSetterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entryName", "getterDocumentation" : "

The name of the data set content delivery rules entry.

\n@return The name of the data set content delivery rules entry.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntryName", "sensitive" : false, "setterDocumentation" : "

The name of the data set content delivery rules entry.

\n@param entryName The name of the data set content delivery rules entry.", "setterMethodName" : "setEntryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : "

The name of the data set content delivery rules entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "DatasetContentDeliveryDestination", "defaultConsumerFluentSetterDocumentation" : "

The destination to which data set contents are delivered.

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

The destination to which data set contents are delivered.

\n@return The destination to which data set contents are delivered.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(DatasetContentDeliveryDestination)}\n", "documentation" : "

The destination to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination 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" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The destination to which data set contents are delivered.

\n@return The destination to which data set contents are delivered.", "getterModel" : { "returnType" : "DatasetContentDeliveryDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The destination to which data set contents are delivered.

\n@param destination The destination to which data set contents are delivered.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "DatasetContentDeliveryDestination", "variableName" : "destination", "variableType" : "DatasetContentDeliveryDestination", "documentation" : null, "simpleType" : "DatasetContentDeliveryDestination", "variableSetterType" : "DatasetContentDeliveryDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryDestination", "variableName" : "destination", "variableType" : "DatasetContentDeliveryDestination", "documentation" : "

The destination to which data set contents are delivered.

", "simpleType" : "DatasetContentDeliveryDestination", "variableSetterType" : "DatasetContentDeliveryDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "destination" ], "shapeName" : "DatasetContentDeliveryRule", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "datasetContentDeliveryRule", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetContentState" : { "c2jName" : "DatasetContentState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" } ], "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" : "DatasetContentState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetContentState", "variableName" : "datasetContentState", "variableType" : "DatasetContentState", "documentation" : null, "simpleType" : "DatasetContentState", "variableSetterType" : "DatasetContentState" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetContentStatus" : { "c2jName" : "DatasetContentStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The state of the data set contents and the reason they are in this state.

", "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" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "DatasetContentState", "defaultConsumerFluentSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

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

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n

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

\n@return The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetContentState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

", "endpointDiscoveryId" : false, "enumType" : "DatasetContentState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State 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" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetContentState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n

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

\n@return The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "reason", "c2jShape" : "Reason", "defaultConsumerFluentSetterDocumentation" : "

The reason the data set contents are in this state.

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

The reason the data set contents are in this state.

\n@return The reason the data set contents are in this state.\n@deprecated Use {@link #reason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

The reason the data set contents are in this state.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason 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" : "hasReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

The reason the data set contents are in this state.

\n@return The reason the data set contents are in this state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

The reason the data set contents are in this state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "reason", "c2jShape" : "Reason", "defaultConsumerFluentSetterDocumentation" : "

The reason the data set contents are in this state.

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

The reason the data set contents are in this state.

\n@return The reason the data set contents are in this state.\n@deprecated Use {@link #reason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

The reason the data set contents are in this state.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason 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" : "hasReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

The reason the data set contents are in this state.

\n@return The reason the data set contents are in this state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

The reason the data set contents are in this state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "DatasetContentState", "defaultConsumerFluentSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

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

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n

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

\n@return The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetContentState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

", "endpointDiscoveryId" : false, "enumType" : "DatasetContentState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State 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" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetContentState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n

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

\n@return The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "DatasetContentState", "defaultConsumerFluentSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

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

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n

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

\n@return The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetContentState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

", "endpointDiscoveryId" : false, "enumType" : "DatasetContentState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State 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" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetContentState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n

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

\n@return The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

\n@param state The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".\n@see DatasetContentState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the data set contents. Can be one of \"READY\", \"CREATING\", \"SUCCEEDED\" or \"FAILED\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "reason", "c2jShape" : "Reason", "defaultConsumerFluentSetterDocumentation" : "

The reason the data set contents are in this state.

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

The reason the data set contents are in this state.

\n@return The reason the data set contents are in this state.\n@deprecated Use {@link #reason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

The reason the data set contents are in this state.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason 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" : "hasReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

The reason the data set contents are in this state.

\n@return The reason the data set contents are in this state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

The reason the data set contents are in this state.

\n@param reason The reason the data set contents are in this state.", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

The reason the data set contents are in this state.

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

Summary information about data set contents.

", "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" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set contents.

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

The version of the data set contents.

\n@return The version of the data set contents.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set contents.

\n@param version The version of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

The version of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version 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" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

The version of the data set contents.

\n@param version The version of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

The version of the data set contents.

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

The version of the data set contents.

\n@param version The version of the data set contents.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the data set contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetContentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set contents.

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

The status of the data set contents.

\n@return The status of the data set contents.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(DatasetContentStatus)}\n", "documentation" : "

The status of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set contents.

\n@return The status of the data set contents.", "getterModel" : { "returnType" : "DatasetContentStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : null, "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : "

The status of the data set contents.

", "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@return The actual time the creation of the data set contents was started.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The actual time the creation of the data set contents was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@return The actual time the creation of the data set contents was started.", "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" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The actual time the creation of the data set contents was started.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduleTime", "beanStyleSetterMethodName" : "setScheduleTime", "c2jName" : "scheduleTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\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 #scheduleTime(Instant)}.\n@param scheduleTime 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 #scheduleTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@return The time the creation of the data set contents was scheduled to start.\n@deprecated Use {@link #scheduleTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleTime(Instant)}\n", "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduleTime 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" : "hasScheduleTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduleTime", "fluentSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduleTime", "getterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@return The time the creation of the data set contents was scheduled to start.", "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" : "scheduleTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduleTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduleTime", "sensitive" : false, "setterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.", "setterMethodName" : "setScheduleTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduleTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduleTime", "variableType" : "java.time.Instant", "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "completionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@return The time the dataset content status was updated to SUCCEEDED or FAILED.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime 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" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@return The time the dataset content status was updated to SUCCEEDED or FAILED.", "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" : "completionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "completionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@return The time the dataset content status was updated to SUCCEEDED or FAILED.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime 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" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@return The time the dataset content status was updated to SUCCEEDED or FAILED.", "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" : "completionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@return The actual time the creation of the data set contents was started.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The actual time the creation of the data set contents was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@return The actual time the creation of the data set contents was started.", "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" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The actual time the creation of the data set contents was started.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ScheduleTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduleTime", "beanStyleSetterMethodName" : "setScheduleTime", "c2jName" : "scheduleTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\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 #scheduleTime(Instant)}.\n@param scheduleTime 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 #scheduleTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@return The time the creation of the data set contents was scheduled to start.\n@deprecated Use {@link #scheduleTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleTime(Instant)}\n", "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduleTime 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" : "hasScheduleTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduleTime", "fluentSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduleTime", "getterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@return The time the creation of the data set contents was scheduled to start.", "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" : "scheduleTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduleTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduleTime", "sensitive" : false, "setterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.", "setterMethodName" : "setScheduleTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduleTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduleTime", "variableType" : "java.time.Instant", "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetContentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set contents.

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

The status of the data set contents.

\n@return The status of the data set contents.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(DatasetContentStatus)}\n", "documentation" : "

The status of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set contents.

\n@return The status of the data set contents.", "getterModel" : { "returnType" : "DatasetContentStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : null, "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : "

The status of the data set contents.

", "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Version" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set contents.

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

The version of the data set contents.

\n@return The version of the data set contents.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set contents.

\n@param version The version of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

The version of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version 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" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

The version of the data set contents.

\n@param version The version of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

The version of the data set contents.

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

The version of the data set contents.

\n@param version The version of the data set contents.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the data set contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set contents.

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

The version of the data set contents.

\n@return The version of the data set contents.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set contents.

\n@param version The version of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

The version of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version 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" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

The version of the data set contents.

\n@param version The version of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

The version of the data set contents.

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

The version of the data set contents.

\n@param version The version of the data set contents.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the data set contents.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetContentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set contents.

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

The status of the data set contents.

\n@return The status of the data set contents.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(DatasetContentStatus)}\n", "documentation" : "

The status of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set contents.

\n@return The status of the data set contents.", "getterModel" : { "returnType" : "DatasetContentStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data set contents.

\n@param status The status of the data set contents.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : null, "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : "

The status of the data set contents.

", "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@return The actual time the creation of the data set contents was started.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The actual time the creation of the data set contents was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@return The actual time the creation of the data set contents was started.", "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" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The actual time the creation of the data set contents was started.

\n@param creationTime The actual time the creation of the data set contents was started.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The actual time the creation of the data set contents was started.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduleTime", "beanStyleSetterMethodName" : "setScheduleTime", "c2jName" : "scheduleTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\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 #scheduleTime(Instant)}.\n@param scheduleTime 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 #scheduleTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@return The time the creation of the data set contents was scheduled to start.\n@deprecated Use {@link #scheduleTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleTime(Instant)}\n", "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduleTime 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" : "hasScheduleTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduleTime", "fluentSetterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduleTime", "getterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@return The time the creation of the data set contents was scheduled to start.", "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" : "scheduleTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduleTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduleTime", "sensitive" : false, "setterDocumentation" : "

The time the creation of the data set contents was scheduled to start.

\n@param scheduleTime The time the creation of the data set contents was scheduled to start.", "setterMethodName" : "setScheduleTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduleTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduleTime", "variableType" : "java.time.Instant", "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "completionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@return The time the dataset content status was updated to SUCCEEDED or FAILED.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime 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" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@return The time the dataset content status was updated to SUCCEEDED or FAILED.", "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" : "completionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

\n@param completionTime The time the dataset content status was updated to SUCCEEDED or FAILED.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

The time the dataset content status was updated to SUCCEEDED or FAILED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatasetContentSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetContentSummary", "variableName" : "datasetContentSummary", "variableType" : "DatasetContentSummary", "documentation" : null, "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetContentVersionValue" : { "c2jName" : "DatasetContentVersionValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The data set whose latest contents are used as input to the notebook or application.

", "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" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

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

The name of the data set whose latest contents are used as input to the notebook or application.

\n@return The name of the data set whose latest contents are used as input to the notebook or application.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@return The name of the data set whose latest contents are used as input to the notebook or application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

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

The name of the data set whose latest contents are used as input to the notebook or application.

\n@return The name of the data set whose latest contents are used as input to the notebook or application.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@return The name of the data set whose latest contents are used as input to the notebook or application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

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

The name of the data set whose latest contents are used as input to the notebook or application.

\n@return The name of the data set whose latest contents are used as input to the notebook or application.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@return The name of the data set whose latest contents are used as input to the notebook or application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

\n@param datasetName The name of the data set whose latest contents are used as input to the notebook or application.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose latest contents are used as input to the notebook or application.

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

The reference to a data set entry.

", "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" : "getEntryName", "beanStyleSetterMethodName" : "setEntryName", "c2jName" : "entryName", "c2jShape" : "EntryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set 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 #entryName(String)}.\n@param entryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entryName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set item.

\n@return The name of the data set item.\n@deprecated Use {@link #entryName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set item.

\n@param entryName The name of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entryName(String)}\n", "documentation" : "

The name of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EntryName 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" : "hasEntryName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entryName", "fluentSetterDocumentation" : "

The name of the data set item.

\n@param entryName The name of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entryName", "getterDocumentation" : "

The name of the data set item.

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

The name of the data set item.

\n@param entryName The name of the data set item.", "setterMethodName" : "setEntryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : "

The name of the data set item.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataURI", "beanStyleSetterMethodName" : "setDataURI", "c2jName" : "dataURI", "c2jShape" : "PresignedURI", "defaultConsumerFluentSetterDocumentation" : "

The pre-signed URI of the data set 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 #dataURI(String)}.\n@param dataURI a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataURI(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pre-signed URI of the data set item.

\n@return The pre-signed URI of the data set item.\n@deprecated Use {@link #dataURI()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataURI(String)}\n", "documentation" : "

The pre-signed URI of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataURI 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" : "hasDataURI", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataURI", "fluentSetterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataURI", "getterDocumentation" : "

The pre-signed URI of the data set item.

\n@return The pre-signed URI of the data set item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataURI", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataURI", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataURI", "sensitive" : false, "setterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.", "setterMethodName" : "setDataURI", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataURI", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataURI", "variableType" : "String", "documentation" : "

The pre-signed URI of the data set item.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DataURI" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataURI", "beanStyleSetterMethodName" : "setDataURI", "c2jName" : "dataURI", "c2jShape" : "PresignedURI", "defaultConsumerFluentSetterDocumentation" : "

The pre-signed URI of the data set 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 #dataURI(String)}.\n@param dataURI a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataURI(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pre-signed URI of the data set item.

\n@return The pre-signed URI of the data set item.\n@deprecated Use {@link #dataURI()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataURI(String)}\n", "documentation" : "

The pre-signed URI of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataURI 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" : "hasDataURI", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataURI", "fluentSetterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataURI", "getterDocumentation" : "

The pre-signed URI of the data set item.

\n@return The pre-signed URI of the data set item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataURI", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataURI", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataURI", "sensitive" : false, "setterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.", "setterMethodName" : "setDataURI", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataURI", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataURI", "variableType" : "String", "documentation" : "

The pre-signed URI of the data set item.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EntryName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEntryName", "beanStyleSetterMethodName" : "setEntryName", "c2jName" : "entryName", "c2jShape" : "EntryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set 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 #entryName(String)}.\n@param entryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entryName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set item.

\n@return The name of the data set item.\n@deprecated Use {@link #entryName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set item.

\n@param entryName The name of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entryName(String)}\n", "documentation" : "

The name of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EntryName 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" : "hasEntryName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entryName", "fluentSetterDocumentation" : "

The name of the data set item.

\n@param entryName The name of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entryName", "getterDocumentation" : "

The name of the data set item.

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

The name of the data set item.

\n@param entryName The name of the data set item.", "setterMethodName" : "setEntryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : "

The name of the data set item.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEntryName", "beanStyleSetterMethodName" : "setEntryName", "c2jName" : "entryName", "c2jShape" : "EntryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set 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 #entryName(String)}.\n@param entryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entryName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set item.

\n@return The name of the data set item.\n@deprecated Use {@link #entryName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set item.

\n@param entryName The name of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entryName(String)}\n", "documentation" : "

The name of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EntryName 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" : "hasEntryName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entryName", "fluentSetterDocumentation" : "

The name of the data set item.

\n@param entryName The name of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entryName", "getterDocumentation" : "

The name of the data set item.

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

The name of the data set item.

\n@param entryName The name of the data set item.", "setterMethodName" : "setEntryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entryName", "variableType" : "String", "documentation" : "

The name of the data set item.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataURI", "beanStyleSetterMethodName" : "setDataURI", "c2jName" : "dataURI", "c2jShape" : "PresignedURI", "defaultConsumerFluentSetterDocumentation" : "

The pre-signed URI of the data set 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 #dataURI(String)}.\n@param dataURI a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataURI(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pre-signed URI of the data set item.

\n@return The pre-signed URI of the data set item.\n@deprecated Use {@link #dataURI()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataURI(String)}\n", "documentation" : "

The pre-signed URI of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataURI 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" : "hasDataURI", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataURI", "fluentSetterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataURI", "getterDocumentation" : "

The pre-signed URI of the data set item.

\n@return The pre-signed URI of the data set item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataURI", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataURI", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataURI", "sensitive" : false, "setterDocumentation" : "

The pre-signed URI of the data set item.

\n@param dataURI The pre-signed URI of the data set item.", "setterMethodName" : "setDataURI", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataURI", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataURI", "variableType" : "String", "documentation" : "

The pre-signed URI of the data set item.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatasetEntry", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetEntry", "variableName" : "datasetEntry", "variableType" : "DatasetEntry", "documentation" : null, "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetStatus" : { "c2jName" : "DatasetStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "DELETING", "value" : "DELETING" } ], "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" : "DatasetStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatasetStatus", "variableName" : "datasetStatus", "variableType" : "DatasetStatus", "documentation" : null, "simpleType" : "DatasetStatus", "variableSetterType" : "DatasetStatus" }, "wrapper" : false, "xmlNamespace" : null }, "DatasetSummary" : { "c2jName" : "DatasetSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A summary of information about a data set.

", "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" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set.

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

The status of the data set.

\n

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

\n@return The status of the data set.\n@see DatasetStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set.

\n

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

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

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the data set was created.

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

The time the data set was created.

\n@return The time the data set was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The time the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The time the data set was created.

\n@return The time the data set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The time the data set was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data set was updated.

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

The last time the data set was updated.

\n@return The last time the data set was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data set was updated.

\n@return The last time the data set was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data set was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActionSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n

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

\n

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

\n@return A list of \"DataActionSummary\" objects.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

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

A list of \"DataActionSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n@param actions A list of \"DataActionSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n

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

\n

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

\n@return A list of \"DataActionSummary\" objects.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetActionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetActionSummary.Builder} avoiding the need to create one manually via {@link DatasetActionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetActionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetActionSummary)}.\n@param member a consumer that will call methods on {@link DatasetActionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetActionSummary)", "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(DatasetActionSummary)}\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" : "DatasetActionSummary", "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" : "DatasetActionSummary", "variableName" : "member", "variableType" : "DatasetActionSummary", "documentation" : null, "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetActionSummary", "variableName" : "member", "variableType" : "DatasetActionSummary", "documentation" : "", "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetActionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetActionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n@param actions A list of \"DataActionSummary\" objects.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of \"DataActionSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActionSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n

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

\n

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

\n@return A list of \"DataActionSummary\" objects.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

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

A list of \"DataActionSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n@param actions A list of \"DataActionSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n

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

\n

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

\n@return A list of \"DataActionSummary\" objects.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetActionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetActionSummary.Builder} avoiding the need to create one manually via {@link DatasetActionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetActionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetActionSummary)}.\n@param member a consumer that will call methods on {@link DatasetActionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetActionSummary)", "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(DatasetActionSummary)}\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" : "DatasetActionSummary", "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" : "DatasetActionSummary", "variableName" : "member", "variableType" : "DatasetActionSummary", "documentation" : null, "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetActionSummary", "variableName" : "member", "variableType" : "DatasetActionSummary", "documentation" : "", "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetActionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetActionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n@param actions A list of \"DataActionSummary\" objects.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of \"DataActionSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the data set was created.

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

The time the data set was created.

\n@return The time the data set was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The time the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The time the data set was created.

\n@return The time the data set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The time the data set was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data set was updated.

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

The last time the data set was updated.

\n@return The last time the data set was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data set was updated.

\n@return The last time the data set was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data set was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set.

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

The status of the data set.

\n

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

\n@return The status of the data set.\n@see DatasetStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set.

\n

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

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

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Triggers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set.

\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set.

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

The name of the data set.

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

The name of the data set.

\n@param datasetName The name of the data set.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set.

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

The status of the data set.

\n

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

\n@return The status of the data set.\n@see DatasetStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatasetStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set.

\n

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

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

The status of the data set.

\n@param status The status of the data set.\n@see DatasetStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the data set was created.

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

The time the data set was created.

\n@return The time the data set was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The time the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The time the data set was created.

\n@return The time the data set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The time the data set was created.

\n@param creationTime The time the data set was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The time the data set was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data set was updated.

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

The last time the data set was updated.

\n@return The last time the data set was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data set was updated.

\n@return The last time the data set was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data set was updated.

\n@param lastUpdateTime The last time the data set was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data set was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n

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

\n

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

\n@return A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

\n@param triggers A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActionSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n

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

\n

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

\n@return A list of \"DataActionSummary\" objects.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

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

A list of \"DataActionSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n@param actions A list of \"DataActionSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n

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

\n

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

\n@return A list of \"DataActionSummary\" objects.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetActionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetActionSummary.Builder} avoiding the need to create one manually via {@link DatasetActionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetActionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetActionSummary)}.\n@param member a consumer that will call methods on {@link DatasetActionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetActionSummary)", "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(DatasetActionSummary)}\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" : "DatasetActionSummary", "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" : "DatasetActionSummary", "variableName" : "member", "variableType" : "DatasetActionSummary", "documentation" : null, "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetActionSummary", "variableName" : "member", "variableType" : "DatasetActionSummary", "documentation" : "", "simpleType" : "DatasetActionSummary", "variableSetterType" : "DatasetActionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetActionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetActionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of \"DataActionSummary\" objects.

\n@param actions A list of \"DataActionSummary\" objects.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of \"DataActionSummary\" objects.

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

The \"DatasetTrigger\" that specifies when the data set is automatically updated.

", "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" : "getSchedule", "beanStyleSetterMethodName" : "setSchedule", "c2jName" : "schedule", "c2jShape" : "Schedule", "defaultConsumerFluentSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

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

The \"Schedule\" when the trigger is initiated.

\n@return The \"Schedule\" when the trigger is initiated.\n@deprecated Use {@link #schedule()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #schedule(Schedule)}\n", "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Schedule 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" : "hasSchedule", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schedule", "fluentSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schedule", "getterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@return The \"Schedule\" when the trigger is initiated.", "getterModel" : { "returnType" : "Schedule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "schedule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "schedule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Schedule", "sensitive" : false, "setterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.", "setterMethodName" : "setSchedule", "setterModel" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : null, "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataset", "beanStyleSetterMethodName" : "setDataset", "c2jName" : "dataset", "c2jShape" : "TriggeringDataset", "defaultConsumerFluentSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

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

The data set whose content creation triggers the creation of this data set's contents.

\n@return The data set whose content creation triggers the creation of this data set's contents.\n@deprecated Use {@link #dataset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataset(TriggeringDataset)}\n", "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dataset 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" : "hasDataset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataset", "fluentSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataset", "getterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@return The data set whose content creation triggers the creation of this data set's contents.", "getterModel" : { "returnType" : "TriggeringDataset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dataset", "sensitive" : false, "setterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.", "setterMethodName" : "setDataset", "setterModel" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "dataset", "variableType" : "TriggeringDataset", "documentation" : null, "simpleType" : "TriggeringDataset", "variableSetterType" : "TriggeringDataset" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "dataset", "variableType" : "TriggeringDataset", "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "simpleType" : "TriggeringDataset", "variableSetterType" : "TriggeringDataset" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Dataset" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataset", "beanStyleSetterMethodName" : "setDataset", "c2jName" : "dataset", "c2jShape" : "TriggeringDataset", "defaultConsumerFluentSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

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

The data set whose content creation triggers the creation of this data set's contents.

\n@return The data set whose content creation triggers the creation of this data set's contents.\n@deprecated Use {@link #dataset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataset(TriggeringDataset)}\n", "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dataset 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" : "hasDataset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataset", "fluentSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataset", "getterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@return The data set whose content creation triggers the creation of this data set's contents.", "getterModel" : { "returnType" : "TriggeringDataset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dataset", "sensitive" : false, "setterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.", "setterMethodName" : "setDataset", "setterModel" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "dataset", "variableType" : "TriggeringDataset", "documentation" : null, "simpleType" : "TriggeringDataset", "variableSetterType" : "TriggeringDataset" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "dataset", "variableType" : "TriggeringDataset", "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "simpleType" : "TriggeringDataset", "variableSetterType" : "TriggeringDataset" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Schedule" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchedule", "beanStyleSetterMethodName" : "setSchedule", "c2jName" : "schedule", "c2jShape" : "Schedule", "defaultConsumerFluentSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

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

The \"Schedule\" when the trigger is initiated.

\n@return The \"Schedule\" when the trigger is initiated.\n@deprecated Use {@link #schedule()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #schedule(Schedule)}\n", "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Schedule 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" : "hasSchedule", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schedule", "fluentSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schedule", "getterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@return The \"Schedule\" when the trigger is initiated.", "getterModel" : { "returnType" : "Schedule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "schedule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "schedule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Schedule", "sensitive" : false, "setterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.", "setterMethodName" : "setSchedule", "setterModel" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : null, "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchedule", "beanStyleSetterMethodName" : "setSchedule", "c2jName" : "schedule", "c2jShape" : "Schedule", "defaultConsumerFluentSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

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

The \"Schedule\" when the trigger is initiated.

\n@return The \"Schedule\" when the trigger is initiated.\n@deprecated Use {@link #schedule()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #schedule(Schedule)}\n", "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Schedule 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" : "hasSchedule", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schedule", "fluentSetterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schedule", "getterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@return The \"Schedule\" when the trigger is initiated.", "getterModel" : { "returnType" : "Schedule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "schedule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "schedule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Schedule", "sensitive" : false, "setterDocumentation" : "

The \"Schedule\" when the trigger is initiated.

\n@param schedule The \"Schedule\" when the trigger is initiated.", "setterMethodName" : "setSchedule", "setterModel" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : null, "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataset", "beanStyleSetterMethodName" : "setDataset", "c2jName" : "dataset", "c2jShape" : "TriggeringDataset", "defaultConsumerFluentSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

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

The data set whose content creation triggers the creation of this data set's contents.

\n@return The data set whose content creation triggers the creation of this data set's contents.\n@deprecated Use {@link #dataset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataset(TriggeringDataset)}\n", "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dataset 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" : "hasDataset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataset", "fluentSetterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataset", "getterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@return The data set whose content creation triggers the creation of this data set's contents.", "getterModel" : { "returnType" : "TriggeringDataset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dataset", "sensitive" : false, "setterDocumentation" : "

The data set whose content creation triggers the creation of this data set's contents.

\n@param dataset The data set whose content creation triggers the creation of this data set's contents.", "setterMethodName" : "setDataset", "setterModel" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "dataset", "variableType" : "TriggeringDataset", "documentation" : null, "simpleType" : "TriggeringDataset", "variableSetterType" : "TriggeringDataset" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "dataset", "variableType" : "TriggeringDataset", "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

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

Information about a data store.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

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

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStorage", "beanStyleSetterMethodName" : "setStorage", "c2jName" : "storage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

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

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #storage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Storage 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" : "hasStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Storage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "storage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "storage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "DatastoreArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@return The ARN of the data store.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@param arn The ARN of the data store.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatastoreStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n

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

\n@return The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n

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

\n@return The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data store was created.

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

When the data store was created.

\n@return When the data store was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data store was created.

\n@return When the data store was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data store was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data store was updated.

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

The last time the data store was updated.

\n@return The last time the data store was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data store was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "DatastoreArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@return The ARN of the data store.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the data store.

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

The ARN of the data store.

\n@param arn The ARN of the data store.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data store was created.

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

When the data store was created.

\n@return When the data store was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data store was created.

\n@return When the data store was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data store was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data store was updated.

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

The last time the data store was updated.

\n@return The last time the data store was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data store was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data store.

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

The name of the data store.

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

The name of the data store.

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

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

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

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatastoreStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n

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

\n@return The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n

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

\n@return The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

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

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Storage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStorage", "beanStyleSetterMethodName" : "setStorage", "c2jName" : "storage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\nThis is a convenience that creates an instance of the {@link DatastoreStorage.Builder} avoiding the need to create one manually via {@link DatastoreStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorage.Builder#build()} is called immediately and its result is passed to {@link #storage(DatastoreStorage)}.\n@param storage a consumer that will call methods on {@link DatastoreStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storage(DatastoreStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #storage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Storage 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" : "hasStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Storage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "storage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "storage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param name The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data store.

\n@param name The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the data store.

\n@return The name of the data store.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the data store.

\n@param name The name of the data store.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStorage", "beanStyleSetterMethodName" : "setStorage", "c2jName" : "storage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\nThis is a convenience that creates an instance of the {@link DatastoreStorage.Builder} avoiding the need to create one manually via {@link DatastoreStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorage.Builder#build()} is called immediately and its result is passed to {@link #storage(DatastoreStorage)}.\n@param storage a consumer that will call methods on {@link DatastoreStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storage(DatastoreStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #storage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Storage 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" : "hasStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Storage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param storage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "storage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "storage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "DatastoreArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the data store.

\n@return The ARN of the data store.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the data store.

\n@return The ARN of the data store.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of the data store.

\n@param arn The ARN of the data store.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatastoreStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@param status The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

\n@see DatastoreStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@return How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

\n@param retentionPeriod How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. When \"customerManagedS3\" storage is selected, this parameter is ignored.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data store was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the data store was created.

\n@return When the data store was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data store was created.

\n@return When the data store was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data store was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data store was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data store was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Datastore", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : null, "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "wrapper" : false, "xmlNamespace" : null }, "DatastoreActivity" : { "c2jName" : "DatastoreActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The 'datastore' activity that specifies where to store the processed data.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'datastore' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'datastore' activity.

\n@return The name of the 'datastore' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'datastore' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'datastore' activity.

\n@return The name of the 'datastore' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'datastore' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store where processed messages are stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@return The name of the data store where processed messages are stored.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store where processed messages are stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store where processed messages are stored.

\n@return The name of the data store where processed messages are stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store where processed messages are stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store where processed messages are stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@return The name of the data store where processed messages are stored.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store where processed messages are stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store where processed messages are stored.

\n@return The name of the data store where processed messages are stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store where processed messages are stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'datastore' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'datastore' activity.

\n@return The name of the 'datastore' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'datastore' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'datastore' activity.

\n@return The name of the 'datastore' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'datastore' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'datastore' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'datastore' activity.

\n@return The name of the 'datastore' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'datastore' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'datastore' activity.

\n@return The name of the 'datastore' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'datastore' activity.

\n@param name The name of the 'datastore' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'datastore' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store where processed messages are stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@return The name of the data store where processed messages are stored.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store where processed messages are stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store where processed messages are stored.

\n@return The name of the data store where processed messages are stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store where processed messages are stored.

\n@param datastoreName The name of the data store where processed messages are stored.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store where processed messages are stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "datastoreName" ], "shapeName" : "DatastoreActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastoreActivity", "variableType" : "DatastoreActivity", "documentation" : null, "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "wrapper" : false, "xmlNamespace" : null }, "DatastoreStatistics" : { "c2jName" : "DatastoreStatistics", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Statistical information about the data store.

", "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" : "getSize", "beanStyleSetterMethodName" : "setSize", "c2jName" : "size", "c2jShape" : "EstimatedResourceSize", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the data store.

\nThis is a convenience that creates an instance of the {@link EstimatedResourceSize.Builder} avoiding the need to create one manually via {@link EstimatedResourceSize#builder()}.\n\nWhen the {@link Consumer} completes, {@link EstimatedResourceSize.Builder#build()} is called immediately and its result is passed to {@link #size(EstimatedResourceSize)}.\n@param size a consumer that will call methods on {@link EstimatedResourceSize.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(EstimatedResourceSize)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The estimated size of the data store.

\n@return The estimated size of the data store.\n@deprecated Use {@link #size()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n", "documentation" : "

The estimated size of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Size 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" : "hasSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "size", "fluentSetterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "size", "getterDocumentation" : "

The estimated size of the data store.

\n@return The estimated size of the data store.", "getterModel" : { "returnType" : "EstimatedResourceSize", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "size", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "size", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Size", "sensitive" : false, "setterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.", "setterMethodName" : "setSize", "setterModel" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : "

The estimated size of the data store.

", "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Size" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSize", "beanStyleSetterMethodName" : "setSize", "c2jName" : "size", "c2jShape" : "EstimatedResourceSize", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the data store.

\nThis is a convenience that creates an instance of the {@link EstimatedResourceSize.Builder} avoiding the need to create one manually via {@link EstimatedResourceSize#builder()}.\n\nWhen the {@link Consumer} completes, {@link EstimatedResourceSize.Builder#build()} is called immediately and its result is passed to {@link #size(EstimatedResourceSize)}.\n@param size a consumer that will call methods on {@link EstimatedResourceSize.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(EstimatedResourceSize)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The estimated size of the data store.

\n@return The estimated size of the data store.\n@deprecated Use {@link #size()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n", "documentation" : "

The estimated size of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Size 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" : "hasSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "size", "fluentSetterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "size", "getterDocumentation" : "

The estimated size of the data store.

\n@return The estimated size of the data store.", "getterModel" : { "returnType" : "EstimatedResourceSize", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "size", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "size", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Size", "sensitive" : false, "setterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.", "setterMethodName" : "setSize", "setterModel" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : "

The estimated size of the data store.

", "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSize", "beanStyleSetterMethodName" : "setSize", "c2jName" : "size", "c2jShape" : "EstimatedResourceSize", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the data store.

\nThis is a convenience that creates an instance of the {@link EstimatedResourceSize.Builder} avoiding the need to create one manually via {@link EstimatedResourceSize#builder()}.\n\nWhen the {@link Consumer} completes, {@link EstimatedResourceSize.Builder#build()} is called immediately and its result is passed to {@link #size(EstimatedResourceSize)}.\n@param size a consumer that will call methods on {@link EstimatedResourceSize.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(EstimatedResourceSize)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The estimated size of the data store.

\n@return The estimated size of the data store.\n@deprecated Use {@link #size()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n", "documentation" : "

The estimated size of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Size 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" : "hasSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "size", "fluentSetterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "size", "getterDocumentation" : "

The estimated size of the data store.

\n@return The estimated size of the data store.", "getterModel" : { "returnType" : "EstimatedResourceSize", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "size", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "size", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Size", "sensitive" : false, "setterDocumentation" : "

The estimated size of the data store.

\n@param size The estimated size of the data store.", "setterMethodName" : "setSize", "setterModel" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "size", "variableType" : "EstimatedResourceSize", "documentation" : "

The estimated size of the data store.

", "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatastoreStatistics", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "datastoreStatistics", "variableType" : "DatastoreStatistics", "documentation" : null, "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "wrapper" : false, "xmlNamespace" : null }, "DatastoreStatus" : { "c2jName" : "DatastoreStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "DELETING", "value" : "DELETING" } ], "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" : "DatastoreStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatastoreStatus", "variableName" : "datastoreStatus", "variableType" : "DatastoreStatus", "documentation" : null, "simpleType" : "DatastoreStatus", "variableSetterType" : "DatastoreStatus" }, "wrapper" : false, "xmlNamespace" : null }, "DatastoreStorage" : { "c2jName" : "DatastoreStorage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "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" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedDatastoreS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\nThis is a convenience that creates an instance of the {@link ServiceManagedDatastoreS3Storage.Builder} avoiding the need to create one manually via {@link ServiceManagedDatastoreS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedDatastoreS3Storage.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedDatastoreS3Storage)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedDatastoreS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedDatastoreS3Storage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedDatastoreS3Storage)}\n", "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "getterModel" : { "returnType" : "ServiceManagedDatastoreS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedDatastoreS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\nThis is a convenience that creates an instance of the {@link CustomerManagedDatastoreS3Storage.Builder} avoiding the need to create one manually via {@link CustomerManagedDatastoreS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedDatastoreS3Storage.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedDatastoreS3Storage)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedDatastoreS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedDatastoreS3Storage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedDatastoreS3Storage)}\n", "documentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "getterModel" : { "returnType" : "CustomerManagedDatastoreS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomerManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedDatastoreS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\nThis is a convenience that creates an instance of the {@link CustomerManagedDatastoreS3Storage.Builder} avoiding the need to create one manually via {@link CustomerManagedDatastoreS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedDatastoreS3Storage.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedDatastoreS3Storage)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedDatastoreS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedDatastoreS3Storage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedDatastoreS3Storage)}\n", "documentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "getterModel" : { "returnType" : "CustomerManagedDatastoreS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServiceManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedDatastoreS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\nThis is a convenience that creates an instance of the {@link ServiceManagedDatastoreS3Storage.Builder} avoiding the need to create one manually via {@link ServiceManagedDatastoreS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedDatastoreS3Storage.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedDatastoreS3Storage)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedDatastoreS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedDatastoreS3Storage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedDatastoreS3Storage)}\n", "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "getterModel" : { "returnType" : "ServiceManagedDatastoreS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedDatastoreS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\nThis is a convenience that creates an instance of the {@link ServiceManagedDatastoreS3Storage.Builder} avoiding the need to create one manually via {@link ServiceManagedDatastoreS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedDatastoreS3Storage.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedDatastoreS3Storage)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedDatastoreS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedDatastoreS3Storage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedDatastoreS3Storage)}\n", "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "getterModel" : { "returnType" : "ServiceManagedDatastoreS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param serviceManagedS3 Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedDatastoreS3Storage", "defaultConsumerFluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\nThis is a convenience that creates an instance of the {@link CustomerManagedDatastoreS3Storage.Builder} avoiding the need to create one manually via {@link CustomerManagedDatastoreS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedDatastoreS3Storage.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedDatastoreS3Storage)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedDatastoreS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedDatastoreS3Storage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedDatastoreS3Storage)}\n", "documentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@return Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "getterModel" : { "returnType" : "CustomerManagedDatastoreS3Storage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

\n@param customerManagedS3 Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3Storage", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3Storage", "documentation" : "

Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "simpleType" : "CustomerManagedDatastoreS3Storage", "variableSetterType" : "CustomerManagedDatastoreS3Storage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatastoreStorage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "wrapper" : false, "xmlNamespace" : null }, "DatastoreStorageSummary" : { "c2jName" : "DatastoreStorageSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Where data store data is stored.

", "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" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedDatastoreS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\nThis is a convenience that creates an instance of the {@link ServiceManagedDatastoreS3StorageSummary.Builder} avoiding the need to create one manually via {@link ServiceManagedDatastoreS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedDatastoreS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedDatastoreS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)}\n", "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.", "getterModel" : { "returnType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedDatastoreS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\nThis is a convenience that creates an instance of the {@link CustomerManagedDatastoreS3StorageSummary.Builder} avoiding the need to create one manually via {@link CustomerManagedDatastoreS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedDatastoreS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedDatastoreS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@return Used to store data store data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)}\n", "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@return Used to store data store data in an S3 bucket that you manage.", "getterModel" : { "returnType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedDatastoreS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3StorageSummary", "variableSetterType" : "CustomerManagedDatastoreS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "simpleType" : "CustomerManagedDatastoreS3StorageSummary", "variableSetterType" : "CustomerManagedDatastoreS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomerManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedDatastoreS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\nThis is a convenience that creates an instance of the {@link CustomerManagedDatastoreS3StorageSummary.Builder} avoiding the need to create one manually via {@link CustomerManagedDatastoreS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedDatastoreS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedDatastoreS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@return Used to store data store data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)}\n", "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@return Used to store data store data in an S3 bucket that you manage.", "getterModel" : { "returnType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedDatastoreS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3StorageSummary", "variableSetterType" : "CustomerManagedDatastoreS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "simpleType" : "CustomerManagedDatastoreS3StorageSummary", "variableSetterType" : "CustomerManagedDatastoreS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServiceManagedS3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedDatastoreS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\nThis is a convenience that creates an instance of the {@link ServiceManagedDatastoreS3StorageSummary.Builder} avoiding the need to create one manually via {@link ServiceManagedDatastoreS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedDatastoreS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedDatastoreS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)}\n", "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.", "getterModel" : { "returnType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServiceManagedS3", "beanStyleSetterMethodName" : "setServiceManagedS3", "c2jName" : "serviceManagedS3", "c2jShape" : "ServiceManagedDatastoreS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\nThis is a convenience that creates an instance of the {@link ServiceManagedDatastoreS3StorageSummary.Builder} avoiding the need to create one manually via {@link ServiceManagedDatastoreS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedDatastoreS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedDatastoreS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedDatastoreS3StorageSummary)}\n", "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 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" : "hasServiceManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceManagedS3", "fluentSetterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceManagedS3", "getterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@return Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.", "getterModel" : { "returnType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serviceManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

\n@param serviceManagedS3 Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.", "setterMethodName" : "setServiceManagedS3", "setterModel" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedS3", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCustomerManagedS3", "beanStyleSetterMethodName" : "setCustomerManagedS3", "c2jName" : "customerManagedS3", "c2jShape" : "CustomerManagedDatastoreS3StorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\nThis is a convenience that creates an instance of the {@link CustomerManagedDatastoreS3StorageSummary.Builder} avoiding the need to create one manually via {@link CustomerManagedDatastoreS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedDatastoreS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedDatastoreS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@return Used to store data store data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedDatastoreS3StorageSummary)}\n", "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 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" : "hasCustomerManagedS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customerManagedS3", "fluentSetterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerManagedS3", "getterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@return Used to store data store data in an S3 bucket that you manage.", "getterModel" : { "returnType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "customerManagedS3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customerManagedS3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CustomerManagedS3", "sensitive" : false, "setterDocumentation" : "

Used to store data store data in an S3 bucket that you manage.

\n@param customerManagedS3 Used to store data store data in an S3 bucket that you manage.", "setterMethodName" : "setCustomerManagedS3", "setterModel" : { "variableDeclarationType" : "CustomerManagedDatastoreS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "CustomerManagedDatastoreS3StorageSummary", "variableSetterType" : "CustomerManagedDatastoreS3StorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomerManagedDatastoreS3StorageSummary", "variableName" : "customerManagedS3", "variableType" : "CustomerManagedDatastoreS3StorageSummary", "documentation" : "

Used to store data store data in an S3 bucket that you manage.

", "simpleType" : "CustomerManagedDatastoreS3StorageSummary", "variableSetterType" : "CustomerManagedDatastoreS3StorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatastoreStorageSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorageSummary", "variableType" : "DatastoreStorageSummary", "documentation" : null, "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "wrapper" : false, "xmlNamespace" : null }, "DatastoreSummary" : { "c2jName" : "DatastoreSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A summary of information about a data store.

", "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" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store.

\n@return The name of the data store.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored.

\nThis is a convenience that creates an instance of the {@link DatastoreStorageSummary.Builder} avoiding the need to create one manually via {@link DatastoreStorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorageSummary.Builder#build()} is called immediately and its result is passed to {@link #datastoreStorage(DatastoreStorageSummary)}.\n@param datastoreStorage a consumer that will call methods on {@link DatastoreStorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreStorage(DatastoreStorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored.

\n@return Where data store data is stored.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorageSummary)}\n", "documentation" : "

Where data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored.

\n@return Where data store data is stored.", "getterModel" : { "returnType" : "DatastoreStorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorageSummary", "documentation" : null, "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorageSummary", "documentation" : "

Where data store data is stored.

", "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatastoreStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the data store.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the data store.\n@see DatastoreStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data store.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data store.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the data store.\n@see DatastoreStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data store was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the data store was created.

\n@return When the data store was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data store was created.

\n@return When the data store was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data store was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data store was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data store was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data store was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the data store was created.

\n@return When the data store was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data store was created.

\n@return When the data store was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data store was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store.

\n@return The name of the data store.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatastoreStorage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored.

\nThis is a convenience that creates an instance of the {@link DatastoreStorageSummary.Builder} avoiding the need to create one manually via {@link DatastoreStorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorageSummary.Builder#build()} is called immediately and its result is passed to {@link #datastoreStorage(DatastoreStorageSummary)}.\n@param datastoreStorage a consumer that will call methods on {@link DatastoreStorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreStorage(DatastoreStorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored.

\n@return Where data store data is stored.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorageSummary)}\n", "documentation" : "

Where data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored.

\n@return Where data store data is stored.", "getterModel" : { "returnType" : "DatastoreStorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorageSummary", "documentation" : null, "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorageSummary", "documentation" : "

Where data store data is stored.

", "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data store was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data store was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatastoreStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the data store.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the data store.\n@see DatastoreStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data store.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data store.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the data store.\n@see DatastoreStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store.

\n@return The name of the data store.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store.

\n@return The name of the data store.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store.

\n@param datastoreName The name of the data store.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorageSummary", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored.

\nThis is a convenience that creates an instance of the {@link DatastoreStorageSummary.Builder} avoiding the need to create one manually via {@link DatastoreStorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorageSummary.Builder#build()} is called immediately and its result is passed to {@link #datastoreStorage(DatastoreStorageSummary)}.\n@param datastoreStorage a consumer that will call methods on {@link DatastoreStorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreStorage(DatastoreStorageSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored.

\n@return Where data store data is stored.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorageSummary)}\n", "documentation" : "

Where data store data is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored.

\n@return Where data store data is stored.", "getterModel" : { "returnType" : "DatastoreStorageSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored.

\n@param datastoreStorage Where data store data is stored.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorageSummary", "documentation" : null, "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorageSummary", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorageSummary", "documentation" : "

Where data store data is stored.

", "simpleType" : "DatastoreStorageSummary", "variableSetterType" : "DatastoreStorageSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatastoreStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data store.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the data store.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the data store.\n@see DatastoreStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the data store.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DatastoreStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data store.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link DatastoreStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the data store.\n@see DatastoreStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data store.

\n@param status The status of the data store.\n@see DatastoreStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the data store.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the data store was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the data store was created.

\n@return When the data store was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the data store was created.

\n@return When the data store was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the data store was created.

\n@param creationTime When the data store was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the data store was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the data store was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the data store was updated.

\n@return The last time the data store was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the data store was updated.

\n@param lastUpdateTime The last time the data store was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the data store was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DatastoreSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DatastoreSummary", "variableName" : "datastoreSummary", "variableType" : "DatastoreSummary", "documentation" : null, "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteChannelRequest" : { "c2jName" : "DeleteChannelRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteChannel", "locationName" : null, "requestUri" : "/channels/{channelName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel to delete.

\n@return The name of the channel to delete.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel to delete.

\n@return The name of the channel to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel to delete.

\n@return The name of the channel to delete.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel to delete.

\n@return The name of the channel to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel to delete.

\n@return The name of the channel to delete.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel to delete.

\n@return The name of the channel to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel to delete.

\n@param channelName The name of the channel to delete.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "channelName" ], "shapeName" : "DeleteChannelRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteChannelRequest", "variableName" : "deleteChannelRequest", "variableType" : "DeleteChannelRequest", "documentation" : null, "simpleType" : "DeleteChannelRequest", "variableSetterType" : "DeleteChannelRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteChannelResponse" : { "c2jName" : "DeleteChannelResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteChannelResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteChannelResponse", "variableName" : "deleteChannelResponse", "variableType" : "DeleteChannelResponse", "documentation" : null, "simpleType" : "DeleteChannelResponse", "variableSetterType" : "DeleteChannelResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDatasetContentRequest" : { "c2jName" : "DeleteDatasetContentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteDatasetContent", "locationName" : null, "requestUri" : "/datasets/{datasetName}/content", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose content is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose content is deleted.

\n@return The name of the data set whose content is deleted.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose content is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose content is deleted.

\n@return The name of the data set whose content is deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose content is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "versionId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose content is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose content is deleted.

\n@return The name of the data set whose content is deleted.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose content is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose content is deleted.

\n@return The name of the data set whose content is deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose content is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VersionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "versionId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose content is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose content is deleted.

\n@return The name of the data set whose content is deleted.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose content is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose content is deleted.

\n@return The name of the data set whose content is deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose content is deleted.

\n@param datasetName The name of the data set whose content is deleted.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose content is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "versionId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version of the data set whose content is deleted. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to delete the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName" ], "shapeName" : "DeleteDatasetContentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDatasetContentRequest", "variableName" : "deleteDatasetContentRequest", "variableType" : "DeleteDatasetContentRequest", "documentation" : null, "simpleType" : "DeleteDatasetContentRequest", "variableSetterType" : "DeleteDatasetContentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDatasetContentResponse" : { "c2jName" : "DeleteDatasetContentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDatasetContentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDatasetContentResponse", "variableName" : "deleteDatasetContentResponse", "variableType" : "DeleteDatasetContentResponse", "documentation" : null, "simpleType" : "DeleteDatasetContentResponse", "variableSetterType" : "DeleteDatasetContentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDatasetRequest" : { "c2jName" : "DeleteDatasetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteDataset", "locationName" : null, "requestUri" : "/datasets/{datasetName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set to delete.

\n@return The name of the data set to delete.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set to delete.

\n@return The name of the data set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set to delete.

\n@return The name of the data set to delete.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set to delete.

\n@return The name of the data set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set to delete.

\n@return The name of the data set to delete.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set to delete.

\n@return The name of the data set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set to delete.

\n@param datasetName The name of the data set to delete.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName" ], "shapeName" : "DeleteDatasetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDatasetRequest", "variableName" : "deleteDatasetRequest", "variableType" : "DeleteDatasetRequest", "documentation" : null, "simpleType" : "DeleteDatasetRequest", "variableSetterType" : "DeleteDatasetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDatasetResponse" : { "c2jName" : "DeleteDatasetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDatasetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDatasetResponse", "variableName" : "deleteDatasetResponse", "variableType" : "DeleteDatasetResponse", "documentation" : null, "simpleType" : "DeleteDatasetResponse", "variableSetterType" : "DeleteDatasetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDatastoreRequest" : { "c2jName" : "DeleteDatastoreRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteDatastore", "locationName" : null, "requestUri" : "/datastores/{datastoreName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store to delete.

\n@return The name of the data store to delete.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store to delete.

\n@return The name of the data store to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store to delete.

\n@return The name of the data store to delete.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store to delete.

\n@return The name of the data store to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store to delete.

\n@return The name of the data store to delete.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store to delete.

\n@return The name of the data store to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store to delete.

\n@param datastoreName The name of the data store to delete.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datastoreName" ], "shapeName" : "DeleteDatastoreRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDatastoreRequest", "variableName" : "deleteDatastoreRequest", "variableType" : "DeleteDatastoreRequest", "documentation" : null, "simpleType" : "DeleteDatastoreRequest", "variableSetterType" : "DeleteDatastoreRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDatastoreResponse" : { "c2jName" : "DeleteDatastoreResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDatastoreResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDatastoreResponse", "variableName" : "deleteDatastoreResponse", "variableType" : "DeleteDatastoreResponse", "documentation" : null, "simpleType" : "DeleteDatastoreResponse", "variableSetterType" : "DeleteDatastoreResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeletePipelineRequest" : { "c2jName" : "DeletePipelineRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeletePipeline", "locationName" : null, "requestUri" : "/pipelines/{pipelineName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline to delete.

\n@return The name of the pipeline to delete.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline to delete.

\n@return The name of the pipeline to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline to delete.

\n@return The name of the pipeline to delete.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline to delete.

\n@return The name of the pipeline to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline to delete.

\n@return The name of the pipeline to delete.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline to delete.

\n@return The name of the pipeline to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline to delete.

\n@param pipelineName The name of the pipeline to delete.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineName" ], "shapeName" : "DeletePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePipelineRequest", "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "documentation" : null, "simpleType" : "DeletePipelineRequest", "variableSetterType" : "DeletePipelineRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeletePipelineResponse" : { "c2jName" : "DeletePipelineResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeletePipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeletePipelineResponse", "variableName" : "deletePipelineResponse", "variableType" : "DeletePipelineResponse", "documentation" : null, "simpleType" : "DeletePipelineResponse", "variableSetterType" : "DeletePipelineResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeltaTime" : { "c2jName" : "DeltaTime", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "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" : "getOffsetSeconds", "beanStyleSetterMethodName" : "setOffsetSeconds", "c2jName" : "offsetSeconds", "c2jShape" : "OffsetSeconds", "defaultConsumerFluentSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\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 #offsetSeconds(Integer)}.\n@param offsetSeconds 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 #offsetSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@return The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@deprecated Use {@link #offsetSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #offsetSeconds(Integer)}\n", "documentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OffsetSeconds 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" : "hasOffsetSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offsetSeconds", "fluentSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offsetSeconds", "getterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@return The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.", "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" : "offsetSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "offsetSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OffsetSeconds", "sensitive" : false, "setterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.", "setterMethodName" : "setOffsetSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "offsetSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "offsetSeconds", "variableType" : "Integer", "documentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeExpression", "beanStyleSetterMethodName" : "setTimeExpression", "c2jName" : "timeExpression", "c2jShape" : "TimeExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeExpression(String)}.\n@param timeExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeExpression(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@return An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@deprecated Use {@link #timeExpression()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timeExpression(String)}\n", "documentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TimeExpression 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" : "hasTimeExpression", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeExpression", "fluentSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeExpression", "getterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@return An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeExpression", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timeExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeExpression", "sensitive" : false, "setterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.", "setterMethodName" : "setTimeExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeExpression", "variableType" : "String", "documentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OffsetSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOffsetSeconds", "beanStyleSetterMethodName" : "setOffsetSeconds", "c2jName" : "offsetSeconds", "c2jShape" : "OffsetSeconds", "defaultConsumerFluentSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\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 #offsetSeconds(Integer)}.\n@param offsetSeconds 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 #offsetSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@return The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@deprecated Use {@link #offsetSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #offsetSeconds(Integer)}\n", "documentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OffsetSeconds 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" : "hasOffsetSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offsetSeconds", "fluentSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offsetSeconds", "getterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@return The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.", "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" : "offsetSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "offsetSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OffsetSeconds", "sensitive" : false, "setterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.", "setterMethodName" : "setOffsetSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "offsetSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "offsetSeconds", "variableType" : "Integer", "documentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TimeExpression" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeExpression", "beanStyleSetterMethodName" : "setTimeExpression", "c2jName" : "timeExpression", "c2jShape" : "TimeExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeExpression(String)}.\n@param timeExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeExpression(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@return An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@deprecated Use {@link #timeExpression()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timeExpression(String)}\n", "documentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TimeExpression 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" : "hasTimeExpression", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeExpression", "fluentSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeExpression", "getterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@return An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeExpression", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timeExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeExpression", "sensitive" : false, "setterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.", "setterMethodName" : "setTimeExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeExpression", "variableType" : "String", "documentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOffsetSeconds", "beanStyleSetterMethodName" : "setOffsetSeconds", "c2jName" : "offsetSeconds", "c2jShape" : "OffsetSeconds", "defaultConsumerFluentSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\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 #offsetSeconds(Integer)}.\n@param offsetSeconds 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 #offsetSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@return The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@deprecated Use {@link #offsetSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #offsetSeconds(Integer)}\n", "documentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OffsetSeconds 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" : "hasOffsetSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offsetSeconds", "fluentSetterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offsetSeconds", "getterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@return The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.", "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" : "offsetSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "offsetSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OffsetSeconds", "sensitive" : false, "setterDocumentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

\n@param offsetSeconds The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.", "setterMethodName" : "setOffsetSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "offsetSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "offsetSeconds", "variableType" : "Integer", "documentation" : "

The number of seconds of estimated \"in flight\" lag time of message data. When you create data set contents using message data from a specified time frame, some message data may still be \"in flight\" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the \"in flight\" time of your message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeExpression", "beanStyleSetterMethodName" : "setTimeExpression", "c2jName" : "timeExpression", "c2jShape" : "TimeExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeExpression(String)}.\n@param timeExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeExpression(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@return An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@deprecated Use {@link #timeExpression()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timeExpression(String)}\n", "documentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TimeExpression 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" : "hasTimeExpression", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeExpression", "fluentSetterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeExpression", "getterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@return An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeExpression", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timeExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeExpression", "sensitive" : false, "setterDocumentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

\n@param timeExpression An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.", "setterMethodName" : "setTimeExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeExpression", "variableType" : "String", "documentation" : "

An expression by which the time of the message data may be determined. This may be the name of a timestamp field, or a SQL expression which is used to derive the time the message data was generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "offsetSeconds", "timeExpression" ], "shapeName" : "DeltaTime", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : null, "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeChannelRequest" : { "c2jName" : "DescribeChannelRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeChannel", "locationName" : null, "requestUri" : "/channels/{channelName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@return The name of the channel whose information is retrieved.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel whose information is retrieved.

\n@return The name of the channel whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\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 #includeStatistics(Boolean)}.\n@param includeStatistics 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 #includeStatistics(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@deprecated Use {@link #includeStatistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeStatistics(Boolean)}\n", "documentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeStatistics 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" : "hasIncludeStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeStatistics", "fluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeStatistics", "getterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeStatistics", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeStatistics", "sensitive" : false, "setterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.", "setterMethodName" : "setIncludeStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@return The name of the channel whose information is retrieved.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel whose information is retrieved.

\n@return The name of the channel whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeStatistics" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\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 #includeStatistics(Boolean)}.\n@param includeStatistics 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 #includeStatistics(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@deprecated Use {@link #includeStatistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeStatistics(Boolean)}\n", "documentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeStatistics 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" : "hasIncludeStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeStatistics", "fluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeStatistics", "getterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeStatistics", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeStatistics", "sensitive" : false, "setterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.", "setterMethodName" : "setIncludeStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@return The name of the channel whose information is retrieved.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel whose information is retrieved.

\n@return The name of the channel whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel whose information is retrieved.

\n@param channelName The name of the channel whose information is retrieved.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\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 #includeStatistics(Boolean)}.\n@param includeStatistics 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 #includeStatistics(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@deprecated Use {@link #includeStatistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeStatistics(Boolean)}\n", "documentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeStatistics 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" : "hasIncludeStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeStatistics", "fluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeStatistics", "getterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeStatistics", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeStatistics", "sensitive" : false, "setterDocumentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.", "setterMethodName" : "setIncludeStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : "

If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "channelName" ], "shapeName" : "DescribeChannelRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeChannelRequest", "variableName" : "describeChannelRequest", "variableType" : "DescribeChannelRequest", "documentation" : null, "simpleType" : "DescribeChannelRequest", "variableSetterType" : "DescribeChannelRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeChannelResponse" : { "c2jName" : "DescribeChannelResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannel", "beanStyleSetterMethodName" : "setChannel", "c2jName" : "channel", "c2jShape" : "Channel", "defaultConsumerFluentSetterDocumentation" : "

An object that contains information about the channel.

\nThis is a convenience that creates an instance of the {@link Channel.Builder} avoiding the need to create one manually via {@link Channel#builder()}.\n\nWhen the {@link Consumer} completes, {@link Channel.Builder#build()} is called immediately and its result is passed to {@link #channel(Channel)}.\n@param channel a consumer that will call methods on {@link Channel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channel(Channel)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An object that contains information about the channel.

\n@return An object that contains information about the channel.\n@deprecated Use {@link #channel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channel(Channel)}\n", "documentation" : "

An object that contains information about the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Channel 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" : "hasChannel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channel", "fluentSetterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channel", "getterDocumentation" : "

An object that contains information about the channel.

\n@return An object that contains information about the channel.", "getterModel" : { "returnType" : "Channel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Channel", "sensitive" : false, "setterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.", "setterMethodName" : "setChannel", "setterModel" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : null, "simpleType" : "Channel", "variableSetterType" : "Channel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : "

An object that contains information about the channel.

", "simpleType" : "Channel", "variableSetterType" : "Channel" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "ChannelStatistics", "defaultConsumerFluentSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\nThis is a convenience that creates an instance of the {@link ChannelStatistics.Builder} avoiding the need to create one manually via {@link ChannelStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(ChannelStatistics)}.\n@param statistics a consumer that will call methods on {@link ChannelStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(ChannelStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(ChannelStatistics)}\n", "documentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics 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" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.", "getterModel" : { "returnType" : "ChannelStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "statistics", "variableType" : "ChannelStatistics", "documentation" : null, "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "statistics", "variableType" : "ChannelStatistics", "documentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

", "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Channel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannel", "beanStyleSetterMethodName" : "setChannel", "c2jName" : "channel", "c2jShape" : "Channel", "defaultConsumerFluentSetterDocumentation" : "

An object that contains information about the channel.

\nThis is a convenience that creates an instance of the {@link Channel.Builder} avoiding the need to create one manually via {@link Channel#builder()}.\n\nWhen the {@link Consumer} completes, {@link Channel.Builder#build()} is called immediately and its result is passed to {@link #channel(Channel)}.\n@param channel a consumer that will call methods on {@link Channel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channel(Channel)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An object that contains information about the channel.

\n@return An object that contains information about the channel.\n@deprecated Use {@link #channel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channel(Channel)}\n", "documentation" : "

An object that contains information about the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Channel 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" : "hasChannel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channel", "fluentSetterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channel", "getterDocumentation" : "

An object that contains information about the channel.

\n@return An object that contains information about the channel.", "getterModel" : { "returnType" : "Channel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Channel", "sensitive" : false, "setterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.", "setterMethodName" : "setChannel", "setterModel" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : null, "simpleType" : "Channel", "variableSetterType" : "Channel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : "

An object that contains information about the channel.

", "simpleType" : "Channel", "variableSetterType" : "Channel" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Statistics" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "ChannelStatistics", "defaultConsumerFluentSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\nThis is a convenience that creates an instance of the {@link ChannelStatistics.Builder} avoiding the need to create one manually via {@link ChannelStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(ChannelStatistics)}.\n@param statistics a consumer that will call methods on {@link ChannelStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(ChannelStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(ChannelStatistics)}\n", "documentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics 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" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.", "getterModel" : { "returnType" : "ChannelStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "statistics", "variableType" : "ChannelStatistics", "documentation" : null, "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "statistics", "variableType" : "ChannelStatistics", "documentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

", "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannel", "beanStyleSetterMethodName" : "setChannel", "c2jName" : "channel", "c2jShape" : "Channel", "defaultConsumerFluentSetterDocumentation" : "

An object that contains information about the channel.

\nThis is a convenience that creates an instance of the {@link Channel.Builder} avoiding the need to create one manually via {@link Channel#builder()}.\n\nWhen the {@link Consumer} completes, {@link Channel.Builder#build()} is called immediately and its result is passed to {@link #channel(Channel)}.\n@param channel a consumer that will call methods on {@link Channel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channel(Channel)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An object that contains information about the channel.

\n@return An object that contains information about the channel.\n@deprecated Use {@link #channel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channel(Channel)}\n", "documentation" : "

An object that contains information about the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Channel 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" : "hasChannel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channel", "fluentSetterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channel", "getterDocumentation" : "

An object that contains information about the channel.

\n@return An object that contains information about the channel.", "getterModel" : { "returnType" : "Channel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Channel", "sensitive" : false, "setterDocumentation" : "

An object that contains information about the channel.

\n@param channel An object that contains information about the channel.", "setterMethodName" : "setChannel", "setterModel" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : null, "simpleType" : "Channel", "variableSetterType" : "Channel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Channel", "variableName" : "channel", "variableType" : "Channel", "documentation" : "

An object that contains information about the channel.

", "simpleType" : "Channel", "variableSetterType" : "Channel" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "ChannelStatistics", "defaultConsumerFluentSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\nThis is a convenience that creates an instance of the {@link ChannelStatistics.Builder} avoiding the need to create one manually via {@link ChannelStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(ChannelStatistics)}.\n@param statistics a consumer that will call methods on {@link ChannelStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(ChannelStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(ChannelStatistics)}\n", "documentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics 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" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.", "getterModel" : { "returnType" : "ChannelStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "statistics", "variableType" : "ChannelStatistics", "documentation" : null, "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStatistics", "variableName" : "statistics", "variableType" : "ChannelStatistics", "documentation" : "

Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.

", "simpleType" : "ChannelStatistics", "variableSetterType" : "ChannelStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeChannelResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeChannelResponse", "variableName" : "describeChannelResponse", "variableType" : "DescribeChannelResponse", "documentation" : null, "simpleType" : "DescribeChannelResponse", "variableSetterType" : "DescribeChannelResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDatasetRequest" : { "c2jName" : "DescribeDatasetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeDataset", "locationName" : null, "requestUri" : "/datasets/{datasetName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@return The name of the data set whose information is retrieved.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose information is retrieved.

\n@return The name of the data set whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@return The name of the data set whose information is retrieved.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose information is retrieved.

\n@return The name of the data set whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@return The name of the data set whose information is retrieved.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose information is retrieved.

\n@return The name of the data set whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose information is retrieved.

\n@param datasetName The name of the data set whose information is retrieved.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName" ], "shapeName" : "DescribeDatasetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeDatasetRequest", "variableName" : "describeDatasetRequest", "variableType" : "DescribeDatasetRequest", "documentation" : null, "simpleType" : "DescribeDatasetRequest", "variableSetterType" : "DescribeDatasetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDatasetResponse" : { "c2jName" : "DescribeDatasetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataset", "beanStyleSetterMethodName" : "setDataset", "c2jName" : "dataset", "c2jShape" : "Dataset", "defaultConsumerFluentSetterDocumentation" : "

An object that contains information about the data set.

\nThis is a convenience that creates an instance of the {@link Dataset.Builder} avoiding the need to create one manually via {@link Dataset#builder()}.\n\nWhen the {@link Consumer} completes, {@link Dataset.Builder#build()} is called immediately and its result is passed to {@link #dataset(Dataset)}.\n@param dataset a consumer that will call methods on {@link Dataset.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataset(Dataset)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An object that contains information about the data set.

\n@return An object that contains information about the data set.\n@deprecated Use {@link #dataset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataset(Dataset)}\n", "documentation" : "

An object that contains information about the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dataset 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" : "hasDataset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataset", "fluentSetterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataset", "getterDocumentation" : "

An object that contains information about the data set.

\n@return An object that contains information about the data set.", "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dataset", "sensitive" : false, "setterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.", "setterMethodName" : "setDataset", "setterModel" : { "variableDeclarationType" : "Dataset", "variableName" : "dataset", "variableType" : "Dataset", "documentation" : null, "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Dataset", "variableName" : "dataset", "variableType" : "Dataset", "documentation" : "

An object that contains information about the data set.

", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Dataset" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataset", "beanStyleSetterMethodName" : "setDataset", "c2jName" : "dataset", "c2jShape" : "Dataset", "defaultConsumerFluentSetterDocumentation" : "

An object that contains information about the data set.

\nThis is a convenience that creates an instance of the {@link Dataset.Builder} avoiding the need to create one manually via {@link Dataset#builder()}.\n\nWhen the {@link Consumer} completes, {@link Dataset.Builder#build()} is called immediately and its result is passed to {@link #dataset(Dataset)}.\n@param dataset a consumer that will call methods on {@link Dataset.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataset(Dataset)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An object that contains information about the data set.

\n@return An object that contains information about the data set.\n@deprecated Use {@link #dataset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataset(Dataset)}\n", "documentation" : "

An object that contains information about the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dataset 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" : "hasDataset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataset", "fluentSetterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataset", "getterDocumentation" : "

An object that contains information about the data set.

\n@return An object that contains information about the data set.", "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dataset", "sensitive" : false, "setterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.", "setterMethodName" : "setDataset", "setterModel" : { "variableDeclarationType" : "Dataset", "variableName" : "dataset", "variableType" : "Dataset", "documentation" : null, "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Dataset", "variableName" : "dataset", "variableType" : "Dataset", "documentation" : "

An object that contains information about the data set.

", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataset", "beanStyleSetterMethodName" : "setDataset", "c2jName" : "dataset", "c2jShape" : "Dataset", "defaultConsumerFluentSetterDocumentation" : "

An object that contains information about the data set.

\nThis is a convenience that creates an instance of the {@link Dataset.Builder} avoiding the need to create one manually via {@link Dataset#builder()}.\n\nWhen the {@link Consumer} completes, {@link Dataset.Builder#build()} is called immediately and its result is passed to {@link #dataset(Dataset)}.\n@param dataset a consumer that will call methods on {@link Dataset.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataset(Dataset)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An object that contains information about the data set.

\n@return An object that contains information about the data set.\n@deprecated Use {@link #dataset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataset(Dataset)}\n", "documentation" : "

An object that contains information about the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Dataset 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" : "hasDataset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataset", "fluentSetterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataset", "getterDocumentation" : "

An object that contains information about the data set.

\n@return An object that contains information about the data set.", "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dataset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dataset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Dataset", "sensitive" : false, "setterDocumentation" : "

An object that contains information about the data set.

\n@param dataset An object that contains information about the data set.", "setterMethodName" : "setDataset", "setterModel" : { "variableDeclarationType" : "Dataset", "variableName" : "dataset", "variableType" : "Dataset", "documentation" : null, "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Dataset", "variableName" : "dataset", "variableType" : "Dataset", "documentation" : "

An object that contains information about the data set.

", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDatasetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeDatasetResponse", "variableName" : "describeDatasetResponse", "variableType" : "DescribeDatasetResponse", "documentation" : null, "simpleType" : "DescribeDatasetResponse", "variableSetterType" : "DescribeDatasetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDatastoreRequest" : { "c2jName" : "DescribeDatastoreRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeDatastore", "locationName" : null, "requestUri" : "/datastores/{datastoreName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store

\n@return The name of the data store\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store

\n@return The name of the data store", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\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 #includeStatistics(Boolean)}.\n@param includeStatistics 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 #includeStatistics(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@deprecated Use {@link #includeStatistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeStatistics(Boolean)}\n", "documentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeStatistics 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" : "hasIncludeStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeStatistics", "fluentSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeStatistics", "getterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeStatistics", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeStatistics", "sensitive" : false, "setterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.", "setterMethodName" : "setIncludeStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store

\n@return The name of the data store\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store

\n@return The name of the data store", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeStatistics" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\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 #includeStatistics(Boolean)}.\n@param includeStatistics 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 #includeStatistics(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@deprecated Use {@link #includeStatistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeStatistics(Boolean)}\n", "documentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeStatistics 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" : "hasIncludeStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeStatistics", "fluentSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeStatistics", "getterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeStatistics", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeStatistics", "sensitive" : false, "setterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.", "setterMethodName" : "setIncludeStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store

\n@return The name of the data store\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store

\n@return The name of the data store", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store

\n@param datastoreName The name of the data store", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\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 #includeStatistics(Boolean)}.\n@param includeStatistics 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 #includeStatistics(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@deprecated Use {@link #includeStatistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeStatistics(Boolean)}\n", "documentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeStatistics 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" : "hasIncludeStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeStatistics", "fluentSetterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeStatistics", "getterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@return If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeStatistics", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeStatistics", "sensitive" : false, "setterDocumentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

\n@param includeStatistics If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.", "setterMethodName" : "setIncludeStatistics", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeStatistics", "variableType" : "Boolean", "documentation" : "

If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datastoreName" ], "shapeName" : "DescribeDatastoreRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeDatastoreRequest", "variableName" : "describeDatastoreRequest", "variableType" : "DescribeDatastoreRequest", "documentation" : null, "simpleType" : "DescribeDatastoreRequest", "variableSetterType" : "DescribeDatastoreRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDatastoreResponse" : { "c2jName" : "DescribeDatastoreResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastore", "beanStyleSetterMethodName" : "setDatastore", "c2jName" : "datastore", "c2jShape" : "Datastore", "defaultConsumerFluentSetterDocumentation" : "

Information about the data store.

\nThis is a convenience that creates an instance of the {@link Datastore.Builder} avoiding the need to create one manually via {@link Datastore#builder()}.\n\nWhen the {@link Consumer} completes, {@link Datastore.Builder#build()} is called immediately and its result is passed to {@link #datastore(Datastore)}.\n@param datastore a consumer that will call methods on {@link Datastore.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastore(Datastore)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the data store.

\n@return Information about the data store.\n@deprecated Use {@link #datastore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastore(Datastore)}\n", "documentation" : "

Information about the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Datastore 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" : "hasDatastore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastore", "fluentSetterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastore", "getterDocumentation" : "

Information about the data store.

\n@return Information about the data store.", "getterModel" : { "returnType" : "Datastore", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastore", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Datastore", "sensitive" : false, "setterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.", "setterMethodName" : "setDatastore", "setterModel" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : null, "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : "

Information about the data store.

", "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "DatastoreStatistics", "defaultConsumerFluentSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\nThis is a convenience that creates an instance of the {@link DatastoreStatistics.Builder} avoiding the need to create one manually via {@link DatastoreStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(DatastoreStatistics)}.\n@param statistics a consumer that will call methods on {@link DatastoreStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(DatastoreStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(DatastoreStatistics)}\n", "documentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics 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" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.", "getterModel" : { "returnType" : "DatastoreStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "statistics", "variableType" : "DatastoreStatistics", "documentation" : null, "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "statistics", "variableType" : "DatastoreStatistics", "documentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

", "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Datastore" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastore", "beanStyleSetterMethodName" : "setDatastore", "c2jName" : "datastore", "c2jShape" : "Datastore", "defaultConsumerFluentSetterDocumentation" : "

Information about the data store.

\nThis is a convenience that creates an instance of the {@link Datastore.Builder} avoiding the need to create one manually via {@link Datastore#builder()}.\n\nWhen the {@link Consumer} completes, {@link Datastore.Builder#build()} is called immediately and its result is passed to {@link #datastore(Datastore)}.\n@param datastore a consumer that will call methods on {@link Datastore.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastore(Datastore)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the data store.

\n@return Information about the data store.\n@deprecated Use {@link #datastore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastore(Datastore)}\n", "documentation" : "

Information about the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Datastore 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" : "hasDatastore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastore", "fluentSetterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastore", "getterDocumentation" : "

Information about the data store.

\n@return Information about the data store.", "getterModel" : { "returnType" : "Datastore", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastore", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Datastore", "sensitive" : false, "setterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.", "setterMethodName" : "setDatastore", "setterModel" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : null, "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : "

Information about the data store.

", "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Statistics" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "DatastoreStatistics", "defaultConsumerFluentSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\nThis is a convenience that creates an instance of the {@link DatastoreStatistics.Builder} avoiding the need to create one manually via {@link DatastoreStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(DatastoreStatistics)}.\n@param statistics a consumer that will call methods on {@link DatastoreStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(DatastoreStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(DatastoreStatistics)}\n", "documentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics 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" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.", "getterModel" : { "returnType" : "DatastoreStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "statistics", "variableType" : "DatastoreStatistics", "documentation" : null, "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "statistics", "variableType" : "DatastoreStatistics", "documentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

", "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastore", "beanStyleSetterMethodName" : "setDatastore", "c2jName" : "datastore", "c2jShape" : "Datastore", "defaultConsumerFluentSetterDocumentation" : "

Information about the data store.

\nThis is a convenience that creates an instance of the {@link Datastore.Builder} avoiding the need to create one manually via {@link Datastore#builder()}.\n\nWhen the {@link Consumer} completes, {@link Datastore.Builder#build()} is called immediately and its result is passed to {@link #datastore(Datastore)}.\n@param datastore a consumer that will call methods on {@link Datastore.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastore(Datastore)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the data store.

\n@return Information about the data store.\n@deprecated Use {@link #datastore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastore(Datastore)}\n", "documentation" : "

Information about the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Datastore 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" : "hasDatastore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastore", "fluentSetterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastore", "getterDocumentation" : "

Information about the data store.

\n@return Information about the data store.", "getterModel" : { "returnType" : "Datastore", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastore", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Datastore", "sensitive" : false, "setterDocumentation" : "

Information about the data store.

\n@param datastore Information about the data store.", "setterMethodName" : "setDatastore", "setterModel" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : null, "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Datastore", "variableName" : "datastore", "variableType" : "Datastore", "documentation" : "

Information about the data store.

", "simpleType" : "Datastore", "variableSetterType" : "Datastore" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "DatastoreStatistics", "defaultConsumerFluentSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\nThis is a convenience that creates an instance of the {@link DatastoreStatistics.Builder} avoiding the need to create one manually via {@link DatastoreStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(DatastoreStatistics)}.\n@param statistics a consumer that will call methods on {@link DatastoreStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(DatastoreStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(DatastoreStatistics)}\n", "documentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics 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" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@return Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.", "getterModel" : { "returnType" : "DatastoreStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

\n@param statistics Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "statistics", "variableType" : "DatastoreStatistics", "documentation" : null, "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStatistics", "variableName" : "statistics", "variableType" : "DatastoreStatistics", "documentation" : "

Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.

", "simpleType" : "DatastoreStatistics", "variableSetterType" : "DatastoreStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDatastoreResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeDatastoreResponse", "variableName" : "describeDatastoreResponse", "variableType" : "DescribeDatastoreResponse", "documentation" : null, "simpleType" : "DescribeDatastoreResponse", "variableSetterType" : "DescribeDatastoreResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLoggingOptionsRequest" : { "c2jName" : "DescribeLoggingOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeLoggingOptions", "locationName" : null, "requestUri" : "/logging", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLoggingOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoggingOptionsRequest", "variableName" : "describeLoggingOptionsRequest", "variableType" : "DescribeLoggingOptionsRequest", "documentation" : null, "simpleType" : "DescribeLoggingOptionsRequest", "variableSetterType" : "DescribeLoggingOptionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLoggingOptionsResponse" : { "c2jName" : "DescribeLoggingOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoggingOptions", "beanStyleSetterMethodName" : "setLoggingOptions", "c2jName" : "loggingOptions", "c2jShape" : "LoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\nThis is a convenience that creates an instance of the {@link LoggingOptions.Builder} avoiding the need to create one manually via {@link LoggingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingOptions.Builder#build()} is called immediately and its result is passed to {@link #loggingOptions(LoggingOptions)}.\n@param loggingOptions a consumer that will call methods on {@link LoggingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loggingOptions(LoggingOptions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@return The current settings of the AWS IoT Analytics logging options.\n@deprecated Use {@link #loggingOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loggingOptions(LoggingOptions)}\n", "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoggingOptions 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" : "hasLoggingOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loggingOptions", "fluentSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loggingOptions", "getterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@return The current settings of the AWS IoT Analytics logging options.", "getterModel" : { "returnType" : "LoggingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "loggingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "loggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LoggingOptions", "sensitive" : false, "setterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.", "setterMethodName" : "setLoggingOptions", "setterModel" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoggingOptions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoggingOptions", "beanStyleSetterMethodName" : "setLoggingOptions", "c2jName" : "loggingOptions", "c2jShape" : "LoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\nThis is a convenience that creates an instance of the {@link LoggingOptions.Builder} avoiding the need to create one manually via {@link LoggingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingOptions.Builder#build()} is called immediately and its result is passed to {@link #loggingOptions(LoggingOptions)}.\n@param loggingOptions a consumer that will call methods on {@link LoggingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loggingOptions(LoggingOptions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@return The current settings of the AWS IoT Analytics logging options.\n@deprecated Use {@link #loggingOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loggingOptions(LoggingOptions)}\n", "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoggingOptions 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" : "hasLoggingOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loggingOptions", "fluentSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loggingOptions", "getterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@return The current settings of the AWS IoT Analytics logging options.", "getterModel" : { "returnType" : "LoggingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "loggingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "loggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LoggingOptions", "sensitive" : false, "setterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.", "setterMethodName" : "setLoggingOptions", "setterModel" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoggingOptions", "beanStyleSetterMethodName" : "setLoggingOptions", "c2jName" : "loggingOptions", "c2jShape" : "LoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\nThis is a convenience that creates an instance of the {@link LoggingOptions.Builder} avoiding the need to create one manually via {@link LoggingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingOptions.Builder#build()} is called immediately and its result is passed to {@link #loggingOptions(LoggingOptions)}.\n@param loggingOptions a consumer that will call methods on {@link LoggingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loggingOptions(LoggingOptions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@return The current settings of the AWS IoT Analytics logging options.\n@deprecated Use {@link #loggingOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loggingOptions(LoggingOptions)}\n", "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoggingOptions 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" : "hasLoggingOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loggingOptions", "fluentSetterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loggingOptions", "getterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@return The current settings of the AWS IoT Analytics logging options.", "getterModel" : { "returnType" : "LoggingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "loggingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "loggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LoggingOptions", "sensitive" : false, "setterDocumentation" : "

The current settings of the AWS IoT Analytics logging options.

\n@param loggingOptions The current settings of the AWS IoT Analytics logging options.", "setterMethodName" : "setLoggingOptions", "setterModel" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLoggingOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLoggingOptionsResponse", "variableName" : "describeLoggingOptionsResponse", "variableType" : "DescribeLoggingOptionsResponse", "documentation" : null, "simpleType" : "DescribeLoggingOptionsResponse", "variableSetterType" : "DescribeLoggingOptionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribePipelineRequest" : { "c2jName" : "DescribePipelineRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribePipeline", "locationName" : null, "requestUri" : "/pipelines/{pipelineName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@return The name of the pipeline whose information is retrieved.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@return The name of the pipeline whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@return The name of the pipeline whose information is retrieved.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@return The name of the pipeline whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@return The name of the pipeline whose information is retrieved.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@return The name of the pipeline whose information is retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline whose information is retrieved.

\n@param pipelineName The name of the pipeline whose information is retrieved.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline whose information is retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineName" ], "shapeName" : "DescribePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribePipelineRequest", "variableName" : "describePipelineRequest", "variableType" : "DescribePipelineRequest", "documentation" : null, "simpleType" : "DescribePipelineRequest", "variableSetterType" : "DescribePipelineRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribePipelineResponse" : { "c2jName" : "DescribePipelineResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\nThis is a convenience that creates an instance of the {@link Pipeline.Builder} avoiding the need to create one manually via {@link Pipeline#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pipeline.Builder#build()} is called immediately and its result is passed to {@link #pipeline(Pipeline)}.\n@param pipeline a consumer that will call methods on {@link Pipeline.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipeline(Pipeline)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@return A \"Pipeline\" object that contains information about the pipeline.\n@deprecated Use {@link #pipeline()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipeline(Pipeline)}\n", "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pipeline 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" : "hasPipeline", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@return A \"Pipeline\" object that contains information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipeline", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Pipeline", "sensitive" : false, "setterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\nThis is a convenience that creates an instance of the {@link Pipeline.Builder} avoiding the need to create one manually via {@link Pipeline#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pipeline.Builder#build()} is called immediately and its result is passed to {@link #pipeline(Pipeline)}.\n@param pipeline a consumer that will call methods on {@link Pipeline.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipeline(Pipeline)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@return A \"Pipeline\" object that contains information about the pipeline.\n@deprecated Use {@link #pipeline()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipeline(Pipeline)}\n", "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pipeline 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" : "hasPipeline", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@return A \"Pipeline\" object that contains information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipeline", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Pipeline", "sensitive" : false, "setterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\nThis is a convenience that creates an instance of the {@link Pipeline.Builder} avoiding the need to create one manually via {@link Pipeline#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pipeline.Builder#build()} is called immediately and its result is passed to {@link #pipeline(Pipeline)}.\n@param pipeline a consumer that will call methods on {@link Pipeline.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipeline(Pipeline)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@return A \"Pipeline\" object that contains information about the pipeline.\n@deprecated Use {@link #pipeline()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipeline(Pipeline)}\n", "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pipeline 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" : "hasPipeline", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@return A \"Pipeline\" object that contains information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipeline", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Pipeline", "sensitive" : false, "setterDocumentation" : "

A \"Pipeline\" object that contains information about the pipeline.

\n@param pipeline A \"Pipeline\" object that contains information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribePipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribePipelineResponse", "variableName" : "describePipelineResponse", "variableType" : "DescribePipelineResponse", "documentation" : null, "simpleType" : "DescribePipelineResponse", "variableSetterType" : "DescribePipelineResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeviceRegistryEnrichActivity" : { "c2jName" : "DeviceRegistryEnrichActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that adds data from the AWS IoT device registry to your message.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@return The name of the 'deviceRegistryEnrich' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@return The name of the 'deviceRegistryEnrich' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@return The name of the IoT device whose registry information is added to the message.\n@deprecated Use {@link #thingName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thingName(String)}\n", "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThingName 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" : "hasThingName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@return The name of the IoT device whose registry information is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingName", "sensitive" : false, "setterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.", "setterMethodName" : "setThingName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@return The ARN of the role that allows access to the device's registry information.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@return The ARN of the role that allows access to the device's registry information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@return The name of the 'deviceRegistryEnrich' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@return The name of the 'deviceRegistryEnrich' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@return The ARN of the role that allows access to the device's registry information.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@return The ARN of the role that allows access to the device's registry information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThingName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@return The name of the IoT device whose registry information is added to the message.\n@deprecated Use {@link #thingName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thingName(String)}\n", "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThingName 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" : "hasThingName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@return The name of the IoT device whose registry information is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingName", "sensitive" : false, "setterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.", "setterMethodName" : "setThingName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@return The name of the 'deviceRegistryEnrich' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@return The name of the 'deviceRegistryEnrich' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'deviceRegistryEnrich' activity.

\n@param name The name of the 'deviceRegistryEnrich' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@return The name of the IoT device whose registry information is added to the message.\n@deprecated Use {@link #thingName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thingName(String)}\n", "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThingName 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" : "hasThingName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@return The name of the IoT device whose registry information is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingName", "sensitive" : false, "setterDocumentation" : "

The name of the IoT device whose registry information is added to the message.

\n@param thingName The name of the IoT device whose registry information is added to the message.", "setterMethodName" : "setThingName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@return The ARN of the role that allows access to the device's registry information.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@return The ARN of the role that allows access to the device's registry information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that allows access to the device's registry information.

\n@param roleArn The ARN of the role that allows access to the device's registry information.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "attribute", "thingName", "roleArn" ], "shapeName" : "DeviceRegistryEnrichActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrichActivity", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : null, "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "wrapper" : false, "xmlNamespace" : null }, "DeviceShadowEnrichActivity" : { "c2jName" : "DeviceShadowEnrichActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that adds information from the AWS IoT Device Shadows service to a message.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@return The name of the 'deviceShadowEnrich' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@return The name of the 'deviceShadowEnrich' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@return The name of the IoT device whose shadow information is added to the message.\n@deprecated Use {@link #thingName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thingName(String)}\n", "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThingName 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" : "hasThingName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@return The name of the IoT device whose shadow information is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingName", "sensitive" : false, "setterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.", "setterMethodName" : "setThingName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@return The ARN of the role that allows access to the device's shadow.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@return The ARN of the role that allows access to the device's shadow.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@return The name of the 'deviceShadowEnrich' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@return The name of the 'deviceShadowEnrich' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@return The ARN of the role that allows access to the device's shadow.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@return The ARN of the role that allows access to the device's shadow.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThingName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@return The name of the IoT device whose shadow information is added to the message.\n@deprecated Use {@link #thingName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thingName(String)}\n", "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThingName 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" : "hasThingName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@return The name of the IoT device whose shadow information is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingName", "sensitive" : false, "setterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.", "setterMethodName" : "setThingName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@return The name of the 'deviceShadowEnrich' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@return The name of the 'deviceShadowEnrich' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'deviceShadowEnrich' activity.

\n@param name The name of the 'deviceShadowEnrich' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that is added to the message.

\n@return The name of the attribute that is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that is added to the message.

\n@param attribute The name of the attribute that is added to the message.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@return The name of the IoT device whose shadow information is added to the message.\n@deprecated Use {@link #thingName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thingName(String)}\n", "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThingName 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" : "hasThingName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@return The name of the IoT device whose shadow information is added to the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingName", "sensitive" : false, "setterDocumentation" : "

The name of the IoT device whose shadow information is added to the message.

\n@param thingName The name of the IoT device whose shadow information is added to the message.", "setterMethodName" : "setThingName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingName", "variableType" : "String", "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@return The ARN of the role that allows access to the device's shadow.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@return The ARN of the role that allows access to the device's shadow.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that allows access to the device's shadow.

\n@param roleArn The ARN of the role that allows access to the device's shadow.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "attribute", "thingName", "roleArn" ], "shapeName" : "DeviceShadowEnrichActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrichActivity", "variableType" : "DeviceShadowEnrichActivity", "documentation" : null, "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "wrapper" : false, "xmlNamespace" : null }, "EstimatedResourceSize" : { "c2jName" : "EstimatedResourceSize", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The estimated size of the resource.

", "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" : "getEstimatedSizeInBytes", "beanStyleSetterMethodName" : "setEstimatedSizeInBytes", "c2jName" : "estimatedSizeInBytes", "c2jShape" : "SizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the resource in bytes.

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #estimatedSizeInBytes(Double)}.\n@param estimatedSizeInBytes a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedSizeInBytes(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The estimated size of the resource in bytes.

\n@return The estimated size of the resource in bytes.\n@deprecated Use {@link #estimatedSizeInBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #estimatedSizeInBytes(Double)}\n", "documentation" : "

The estimated size of the resource in bytes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EstimatedSizeInBytes 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" : "hasEstimatedSizeInBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedSizeInBytes", "fluentSetterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedSizeInBytes", "getterDocumentation" : "

The estimated size of the resource in bytes.

\n@return The estimated size of the resource in bytes.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "estimatedSizeInBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedSizeInBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedSizeInBytes", "sensitive" : false, "setterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.", "setterMethodName" : "setEstimatedSizeInBytes", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedSizeInBytes", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedSizeInBytes", "variableType" : "Double", "documentation" : "

The estimated size of the resource in bytes.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEstimatedOn", "beanStyleSetterMethodName" : "setEstimatedOn", "c2jName" : "estimatedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\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 #estimatedOn(Instant)}.\n@param estimatedOn 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 #estimatedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@return The time when the estimate of the size of the resource was made.\n@deprecated Use {@link #estimatedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #estimatedOn(Instant)}\n", "documentation" : "

The time when the estimate of the size of the resource was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EstimatedOn 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" : "hasEstimatedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedOn", "fluentSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedOn", "getterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@return The time when the estimate of the size of the resource was made.", "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" : "estimatedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EstimatedOn", "sensitive" : false, "setterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.", "setterMethodName" : "setEstimatedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "estimatedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "estimatedOn", "variableType" : "java.time.Instant", "documentation" : "

The time when the estimate of the size of the resource was made.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EstimatedOn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEstimatedOn", "beanStyleSetterMethodName" : "setEstimatedOn", "c2jName" : "estimatedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\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 #estimatedOn(Instant)}.\n@param estimatedOn 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 #estimatedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@return The time when the estimate of the size of the resource was made.\n@deprecated Use {@link #estimatedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #estimatedOn(Instant)}\n", "documentation" : "

The time when the estimate of the size of the resource was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EstimatedOn 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" : "hasEstimatedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedOn", "fluentSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedOn", "getterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@return The time when the estimate of the size of the resource was made.", "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" : "estimatedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EstimatedOn", "sensitive" : false, "setterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.", "setterMethodName" : "setEstimatedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "estimatedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "estimatedOn", "variableType" : "java.time.Instant", "documentation" : "

The time when the estimate of the size of the resource was made.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EstimatedSizeInBytes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEstimatedSizeInBytes", "beanStyleSetterMethodName" : "setEstimatedSizeInBytes", "c2jName" : "estimatedSizeInBytes", "c2jShape" : "SizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the resource in bytes.

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #estimatedSizeInBytes(Double)}.\n@param estimatedSizeInBytes a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedSizeInBytes(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The estimated size of the resource in bytes.

\n@return The estimated size of the resource in bytes.\n@deprecated Use {@link #estimatedSizeInBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #estimatedSizeInBytes(Double)}\n", "documentation" : "

The estimated size of the resource in bytes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EstimatedSizeInBytes 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" : "hasEstimatedSizeInBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedSizeInBytes", "fluentSetterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedSizeInBytes", "getterDocumentation" : "

The estimated size of the resource in bytes.

\n@return The estimated size of the resource in bytes.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "estimatedSizeInBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedSizeInBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedSizeInBytes", "sensitive" : false, "setterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.", "setterMethodName" : "setEstimatedSizeInBytes", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedSizeInBytes", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedSizeInBytes", "variableType" : "Double", "documentation" : "

The estimated size of the resource in bytes.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEstimatedSizeInBytes", "beanStyleSetterMethodName" : "setEstimatedSizeInBytes", "c2jName" : "estimatedSizeInBytes", "c2jShape" : "SizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The estimated size of the resource in bytes.

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #estimatedSizeInBytes(Double)}.\n@param estimatedSizeInBytes a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedSizeInBytes(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The estimated size of the resource in bytes.

\n@return The estimated size of the resource in bytes.\n@deprecated Use {@link #estimatedSizeInBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #estimatedSizeInBytes(Double)}\n", "documentation" : "

The estimated size of the resource in bytes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EstimatedSizeInBytes 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" : "hasEstimatedSizeInBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedSizeInBytes", "fluentSetterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedSizeInBytes", "getterDocumentation" : "

The estimated size of the resource in bytes.

\n@return The estimated size of the resource in bytes.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "estimatedSizeInBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedSizeInBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedSizeInBytes", "sensitive" : false, "setterDocumentation" : "

The estimated size of the resource in bytes.

\n@param estimatedSizeInBytes The estimated size of the resource in bytes.", "setterMethodName" : "setEstimatedSizeInBytes", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedSizeInBytes", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedSizeInBytes", "variableType" : "Double", "documentation" : "

The estimated size of the resource in bytes.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEstimatedOn", "beanStyleSetterMethodName" : "setEstimatedOn", "c2jName" : "estimatedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\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 #estimatedOn(Instant)}.\n@param estimatedOn 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 #estimatedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@return The time when the estimate of the size of the resource was made.\n@deprecated Use {@link #estimatedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #estimatedOn(Instant)}\n", "documentation" : "

The time when the estimate of the size of the resource was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EstimatedOn 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" : "hasEstimatedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedOn", "fluentSetterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedOn", "getterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@return The time when the estimate of the size of the resource was made.", "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" : "estimatedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EstimatedOn", "sensitive" : false, "setterDocumentation" : "

The time when the estimate of the size of the resource was made.

\n@param estimatedOn The time when the estimate of the size of the resource was made.", "setterMethodName" : "setEstimatedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "estimatedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "estimatedOn", "variableType" : "java.time.Instant", "documentation" : "

The time when the estimate of the size of the resource was made.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EstimatedResourceSize", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EstimatedResourceSize", "variableName" : "estimatedResourceSize", "variableType" : "EstimatedResourceSize", "documentation" : null, "simpleType" : "EstimatedResourceSize", "variableSetterType" : "EstimatedResourceSize" }, "wrapper" : false, "xmlNamespace" : null }, "FilterActivity" : { "c2jName" : "FilterActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that filters a message based on its attributes.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'filter' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'filter' activity.

\n@return The name of the 'filter' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'filter' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'filter' activity.

\n@return The name of the 'filter' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'filter' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "FilterExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filter(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@return An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter 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" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@return An expression that looks like a SQL WHERE clause that must return a Boolean value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "FilterExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filter(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@return An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter 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" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@return An expression that looks like a SQL WHERE clause that must return a Boolean value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'filter' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'filter' activity.

\n@return The name of the 'filter' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'filter' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'filter' activity.

\n@return The name of the 'filter' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'filter' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'filter' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'filter' activity.

\n@return The name of the 'filter' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'filter' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'filter' activity.

\n@return The name of the 'filter' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'filter' activity.

\n@param name The name of the 'filter' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'filter' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "FilterExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filter(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@return An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter 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" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@return An expression that looks like a SQL WHERE clause that must return a Boolean value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

\n@param filter An expression that looks like a SQL WHERE clause that must return a Boolean value.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "filter" ], "shapeName" : "FilterActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filterActivity", "variableType" : "FilterActivity", "documentation" : null, "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "wrapper" : false, "xmlNamespace" : null }, "GetDatasetContentRequest" : { "c2jName" : "GetDatasetContentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetDatasetContent", "locationName" : null, "requestUri" : "/datasets/{datasetName}/content", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@return The name of the data set whose contents are retrieved.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose contents are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@return The name of the data set whose contents are retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose contents are retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "versionId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@return The name of the data set whose contents are retrieved.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose contents are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@return The name of the data set whose contents are retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose contents are retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VersionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "versionId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@return The name of the data set whose contents are retrieved.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose contents are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@return The name of the data set whose contents are retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose contents are retrieved.

\n@param datasetName The name of the data set whose contents are retrieved.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose contents are retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersionId", "beanStyleSetterMethodName" : "setVersionId", "c2jName" : "versionId", "c2jShape" : "DatasetContentVersion", "defaultConsumerFluentSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@deprecated Use {@link #versionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n", "documentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersionId 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" : "hasVersionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versionId", "fluentSetterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versionId", "getterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@return The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "versionId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VersionId", "sensitive" : false, "setterDocumentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

\n@param versionId The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.", "setterMethodName" : "setVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "versionId", "variableType" : "String", "documentation" : "

The version of the data set whose contents are retrieved. You can also use the strings \"$LATEST\" or \"$LATEST_SUCCEEDED\" to retrieve the contents of the latest or latest successfully completed data set. If not specified, \"$LATEST_SUCCEEDED\" is the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName" ], "shapeName" : "GetDatasetContentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDatasetContentRequest", "variableName" : "getDatasetContentRequest", "variableType" : "GetDatasetContentRequest", "documentation" : null, "simpleType" : "GetDatasetContentRequest", "variableSetterType" : "GetDatasetContentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetDatasetContentResponse" : { "c2jName" : "GetDatasetContentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEntries", "beanStyleSetterMethodName" : "setEntries", "c2jName" : "entries", "c2jShape" : "DatasetEntries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\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 #entries(List)}.\n@param entries 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 #entries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEntries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetEntry\" objects.\n@deprecated Use {@link #entries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entries(List)}\n", "documentation" : "

A list of \"DatasetEntry\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Entries 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" : "hasEntries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entries", "fluentSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entries", "getterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEntries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetEntry\" objects.", "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" : "entries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entries", "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" : "DatasetEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetEntry.Builder} avoiding the need to create one manually via {@link DatasetEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetEntry.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetEntry)}.\n@param member a consumer that will call methods on {@link DatasetEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetEntry)", "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(DatasetEntry)}\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" : "DatasetEntry", "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" : "DatasetEntry", "variableName" : "member", "variableType" : "DatasetEntry", "documentation" : null, "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetEntry", "variableName" : "member", "variableType" : "DatasetEntry", "documentation" : "", "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Entries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.", "setterMethodName" : "setEntries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetEntry\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the request was made.

\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 #timestamp(Instant)}.\n@param timestamp 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 #timestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the request was made.

\n@return The time when the request was made.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Instant)}\n", "documentation" : "

The time when the request was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp 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" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time when the request was made.

\n@return The time when the request was made.", "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" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

The time when the request was made.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetContentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set content.

\nThis is a convenience that creates an instance of the {@link DatasetContentStatus.Builder} avoiding the need to create one manually via {@link DatasetContentStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentStatus.Builder#build()} is called immediately and its result is passed to {@link #status(DatasetContentStatus)}.\n@param status a consumer that will call methods on {@link DatasetContentStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(DatasetContentStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the data set content.

\n@return The status of the data set content.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(DatasetContentStatus)}\n", "documentation" : "

The status of the data set content.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set content.

\n@return The status of the data set content.", "getterModel" : { "returnType" : "DatasetContentStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : null, "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : "

The status of the data set content.

", "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Entries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEntries", "beanStyleSetterMethodName" : "setEntries", "c2jName" : "entries", "c2jShape" : "DatasetEntries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\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 #entries(List)}.\n@param entries 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 #entries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEntries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetEntry\" objects.\n@deprecated Use {@link #entries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entries(List)}\n", "documentation" : "

A list of \"DatasetEntry\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Entries 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" : "hasEntries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entries", "fluentSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entries", "getterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEntries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetEntry\" objects.", "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" : "entries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entries", "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" : "DatasetEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetEntry.Builder} avoiding the need to create one manually via {@link DatasetEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetEntry.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetEntry)}.\n@param member a consumer that will call methods on {@link DatasetEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetEntry)", "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(DatasetEntry)}\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" : "DatasetEntry", "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" : "DatasetEntry", "variableName" : "member", "variableType" : "DatasetEntry", "documentation" : null, "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetEntry", "variableName" : "member", "variableType" : "DatasetEntry", "documentation" : "", "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Entries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.", "setterMethodName" : "setEntries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetEntry\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetContentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set content.

\nThis is a convenience that creates an instance of the {@link DatasetContentStatus.Builder} avoiding the need to create one manually via {@link DatasetContentStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentStatus.Builder#build()} is called immediately and its result is passed to {@link #status(DatasetContentStatus)}.\n@param status a consumer that will call methods on {@link DatasetContentStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(DatasetContentStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the data set content.

\n@return The status of the data set content.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(DatasetContentStatus)}\n", "documentation" : "

The status of the data set content.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set content.

\n@return The status of the data set content.", "getterModel" : { "returnType" : "DatasetContentStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : null, "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : "

The status of the data set content.

", "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Timestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the request was made.

\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 #timestamp(Instant)}.\n@param timestamp 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 #timestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the request was made.

\n@return The time when the request was made.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Instant)}\n", "documentation" : "

The time when the request was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp 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" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time when the request was made.

\n@return The time when the request was made.", "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" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

The time when the request was made.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEntries", "beanStyleSetterMethodName" : "setEntries", "c2jName" : "entries", "c2jShape" : "DatasetEntries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\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 #entries(List)}.\n@param entries 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 #entries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEntries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetEntry\" objects.\n@deprecated Use {@link #entries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #entries(List)}\n", "documentation" : "

A list of \"DatasetEntry\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Entries 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" : "hasEntries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entries", "fluentSetterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entries", "getterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEntries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetEntry\" objects.", "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" : "entries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entries", "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" : "DatasetEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetEntry.Builder} avoiding the need to create one manually via {@link DatasetEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetEntry.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetEntry)}.\n@param member a consumer that will call methods on {@link DatasetEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetEntry)", "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(DatasetEntry)}\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" : "DatasetEntry", "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" : "DatasetEntry", "variableName" : "member", "variableType" : "DatasetEntry", "documentation" : null, "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetEntry", "variableName" : "member", "variableType" : "DatasetEntry", "documentation" : "", "simpleType" : "DatasetEntry", "variableSetterType" : "DatasetEntry" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Entries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetEntry\" objects.

\n@param entries A list of \"DatasetEntry\" objects.", "setterMethodName" : "setEntries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetEntry\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the request was made.

\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 #timestamp(Instant)}.\n@param timestamp 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 #timestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the request was made.

\n@return The time when the request was made.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Instant)}\n", "documentation" : "

The time when the request was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp 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" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time when the request was made.

\n@return The time when the request was made.", "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" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time when the request was made.

\n@param timestamp The time when the request was made.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

The time when the request was made.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "DatasetContentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the data set content.

\nThis is a convenience that creates an instance of the {@link DatasetContentStatus.Builder} avoiding the need to create one manually via {@link DatasetContentStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentStatus.Builder#build()} is called immediately and its result is passed to {@link #status(DatasetContentStatus)}.\n@param status a consumer that will call methods on {@link DatasetContentStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(DatasetContentStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the data set content.

\n@return The status of the data set content.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(DatasetContentStatus)}\n", "documentation" : "

The status of the data set content.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the data set content.

\n@return The status of the data set content.", "getterModel" : { "returnType" : "DatasetContentStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the data set content.

\n@param status The status of the data set content.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : null, "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentStatus", "variableName" : "status", "variableType" : "DatasetContentStatus", "documentation" : "

The status of the data set content.

", "simpleType" : "DatasetContentStatus", "variableSetterType" : "DatasetContentStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetDatasetContentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDatasetContentResponse", "variableName" : "getDatasetContentResponse", "variableType" : "GetDatasetContentResponse", "documentation" : null, "simpleType" : "GetDatasetContentResponse", "variableSetterType" : "GetDatasetContentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GlueConfiguration" : { "c2jName" : "GlueConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "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" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "tableName", "c2jShape" : "GlueTableName", "defaultConsumerFluentSetterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@return The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

", "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@return The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)", "getterModel" : { "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)", "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "databaseName", "c2jShape" : "GlueDatabaseName", "defaultConsumerFluentSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@return The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@deprecated Use {@link #databaseName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #databaseName(String)}\n", "documentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatabaseName 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" : "hasDatabaseName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@return The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "databaseName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "databaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "setterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatabaseName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "databaseName", "c2jShape" : "GlueDatabaseName", "defaultConsumerFluentSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@return The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@deprecated Use {@link #databaseName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #databaseName(String)}\n", "documentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatabaseName 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" : "hasDatabaseName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@return The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "databaseName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "databaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "setterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TableName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "tableName", "c2jShape" : "GlueTableName", "defaultConsumerFluentSetterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@return The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

", "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@return The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)", "getterModel" : { "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)", "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "tableName", "c2jShape" : "GlueTableName", "defaultConsumerFluentSetterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@return The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\n@deprecated Use {@link #tableName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

", "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@return The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)", "getterModel" : { "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

\n@param tableName The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)", "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 name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "databaseName", "c2jShape" : "GlueDatabaseName", "defaultConsumerFluentSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@return The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@deprecated Use {@link #databaseName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #databaseName(String)}\n", "documentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatabaseName 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" : "hasDatabaseName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@return The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "databaseName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "databaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatabaseName", "sensitive" : false, "setterDocumentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

\n@param databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "tableName", "databaseName" ], "shapeName" : "GlueConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : null, "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "InternalFailureException" : { "c2jName" : "InternalFailureException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

There was an internal failure.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalFailureException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidRequestException" : { "c2jName" : "InvalidRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request was not valid.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRequestException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRequestException", "variableName" : "invalidRequestException", "variableType" : "InvalidRequestException", "documentation" : null, "simpleType" : "InvalidRequestException", "variableSetterType" : "InvalidRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "IotEventsDestinationConfiguration" : { "c2jName" : "IotEventsDestinationConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "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" : "getInputName", "beanStyleSetterMethodName" : "setInputName", "c2jName" : "inputName", "c2jShape" : "IotEventsInputName", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputName(String)}.\n@param inputName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@return The name of the AWS IoT Events input to which data set contents are delivered.\n@deprecated Use {@link #inputName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputName(String)}\n", "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InputName 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" : "hasInputName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputName", "fluentSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputName", "getterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@return The name of the AWS IoT Events input to which data set contents are delivered.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "inputName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "inputName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InputName", "sensitive" : false, "setterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.", "setterMethodName" : "setInputName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputName", "variableType" : "String", "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@return The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@return The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputName", "beanStyleSetterMethodName" : "setInputName", "c2jName" : "inputName", "c2jShape" : "IotEventsInputName", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputName(String)}.\n@param inputName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@return The name of the AWS IoT Events input to which data set contents are delivered.\n@deprecated Use {@link #inputName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputName(String)}\n", "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InputName 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" : "hasInputName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputName", "fluentSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputName", "getterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@return The name of the AWS IoT Events input to which data set contents are delivered.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "inputName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "inputName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InputName", "sensitive" : false, "setterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.", "setterMethodName" : "setInputName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputName", "variableType" : "String", "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@return The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@return The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputName", "beanStyleSetterMethodName" : "setInputName", "c2jName" : "inputName", "c2jShape" : "IotEventsInputName", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputName(String)}.\n@param inputName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@return The name of the AWS IoT Events input to which data set contents are delivered.\n@deprecated Use {@link #inputName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputName(String)}\n", "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InputName 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" : "hasInputName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputName", "fluentSetterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputName", "getterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@return The name of the AWS IoT Events input to which data set contents are delivered.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "inputName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "inputName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InputName", "sensitive" : false, "setterDocumentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

\n@param inputName The name of the AWS IoT Events input to which data set contents are delivered.", "setterMethodName" : "setInputName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputName", "variableType" : "String", "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@return The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@return The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to deliver data set contents to an AWS IoT Events input.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "inputName", "roleArn" ], "shapeName" : "IotEventsDestinationConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IotEventsDestinationConfiguration", "variableName" : "iotEventsDestinationConfiguration", "variableType" : "IotEventsDestinationConfiguration", "documentation" : null, "simpleType" : "IotEventsDestinationConfiguration", "variableSetterType" : "IotEventsDestinationConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "LambdaActivity" : { "c2jName" : "LambdaActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that runs a Lambda function to modify the message.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'lambda' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'lambda' activity.

\n@return The name of the 'lambda' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'lambda' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'lambda' activity.

\n@return The name of the 'lambda' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'lambda' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaName", "beanStyleSetterMethodName" : "setLambdaName", "c2jName" : "lambdaName", "c2jShape" : "LambdaName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lambdaName(String)}.\n@param lambdaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@return The name of the Lambda function that is run on the message.\n@deprecated Use {@link #lambdaName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaName(String)}\n", "documentation" : "

The name of the Lambda function that is run on the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaName 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" : "hasLambdaName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaName", "fluentSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaName", "getterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@return The name of the Lambda function that is run on the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LambdaName", "sensitive" : false, "setterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.", "setterMethodName" : "setLambdaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lambdaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lambdaName", "variableType" : "String", "documentation" : "

The name of the Lambda function that is run on the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBatchSize", "beanStyleSetterMethodName" : "setBatchSize", "c2jName" : "batchSize", "c2jShape" : "ActivityBatchSize", "defaultConsumerFluentSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\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 #batchSize(Integer)}.\n@param batchSize 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 #batchSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@return The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@deprecated Use {@link #batchSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchSize(Integer)}\n", "documentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BatchSize 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" : "hasBatchSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchSize", "fluentSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchSize", "getterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@return The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.", "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" : "batchSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "batchSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "BatchSize", "sensitive" : false, "setterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.", "setterMethodName" : "setBatchSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBatchSize", "beanStyleSetterMethodName" : "setBatchSize", "c2jName" : "batchSize", "c2jShape" : "ActivityBatchSize", "defaultConsumerFluentSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\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 #batchSize(Integer)}.\n@param batchSize 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 #batchSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@return The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@deprecated Use {@link #batchSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchSize(Integer)}\n", "documentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BatchSize 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" : "hasBatchSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchSize", "fluentSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchSize", "getterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@return The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.", "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" : "batchSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "batchSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "BatchSize", "sensitive" : false, "setterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.", "setterMethodName" : "setBatchSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LambdaName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaName", "beanStyleSetterMethodName" : "setLambdaName", "c2jName" : "lambdaName", "c2jShape" : "LambdaName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lambdaName(String)}.\n@param lambdaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@return The name of the Lambda function that is run on the message.\n@deprecated Use {@link #lambdaName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaName(String)}\n", "documentation" : "

The name of the Lambda function that is run on the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaName 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" : "hasLambdaName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaName", "fluentSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaName", "getterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@return The name of the Lambda function that is run on the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LambdaName", "sensitive" : false, "setterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.", "setterMethodName" : "setLambdaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lambdaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lambdaName", "variableType" : "String", "documentation" : "

The name of the Lambda function that is run on the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'lambda' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'lambda' activity.

\n@return The name of the 'lambda' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'lambda' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'lambda' activity.

\n@return The name of the 'lambda' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'lambda' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'lambda' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'lambda' activity.

\n@return The name of the 'lambda' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'lambda' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'lambda' activity.

\n@return The name of the 'lambda' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'lambda' activity.

\n@param name The name of the 'lambda' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'lambda' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambdaName", "beanStyleSetterMethodName" : "setLambdaName", "c2jName" : "lambdaName", "c2jShape" : "LambdaName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lambdaName(String)}.\n@param lambdaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@return The name of the Lambda function that is run on the message.\n@deprecated Use {@link #lambdaName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambdaName(String)}\n", "documentation" : "

The name of the Lambda function that is run on the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LambdaName 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" : "hasLambdaName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaName", "fluentSetterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaName", "getterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@return The name of the Lambda function that is run on the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LambdaName", "sensitive" : false, "setterDocumentation" : "

The name of the Lambda function that is run on the message.

\n@param lambdaName The name of the Lambda function that is run on the message.", "setterMethodName" : "setLambdaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lambdaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lambdaName", "variableType" : "String", "documentation" : "

The name of the Lambda function that is run on the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBatchSize", "beanStyleSetterMethodName" : "setBatchSize", "c2jName" : "batchSize", "c2jShape" : "ActivityBatchSize", "defaultConsumerFluentSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\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 #batchSize(Integer)}.\n@param batchSize 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 #batchSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@return The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@deprecated Use {@link #batchSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchSize(Integer)}\n", "documentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BatchSize 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" : "hasBatchSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchSize", "fluentSetterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchSize", "getterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@return The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.", "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" : "batchSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "batchSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "BatchSize", "sensitive" : false, "setterDocumentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

\n@param batchSize The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.", "setterMethodName" : "setBatchSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The number of messages passed to the Lambda function for processing.

The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "lambdaName", "batchSize" ], "shapeName" : "LambdaActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambdaActivity", "variableType" : "LambdaActivity", "documentation" : null, "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The command caused an internal limit to be exceeded.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 410, "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 }, "ListChannelsRequest" : { "c2jName" : "ListChannelsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListChannels", "locationName" : null, "requestUri" : "/channels", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListChannelsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListChannelsRequest", "variableName" : "listChannelsRequest", "variableType" : "ListChannelsRequest", "documentation" : null, "simpleType" : "ListChannelsRequest", "variableSetterType" : "ListChannelsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListChannelsResponse" : { "c2jName" : "ListChannelsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getChannelSummaries", "beanStyleSetterMethodName" : "setChannelSummaries", "c2jName" : "channelSummaries", "c2jShape" : "ChannelSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\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 #channelSummaries(List)}.\n@param channelSummaries 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 #channelSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasChannelSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"ChannelSummary\" objects.\n@deprecated Use {@link #channelSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelSummaries(List)}\n", "documentation" : "

A list of \"ChannelSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelSummaries 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" : "hasChannelSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelSummaries", "fluentSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelSummaries", "getterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasChannelSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"ChannelSummary\" objects.", "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" : "channelSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelSummaries", "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" : "ChannelSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChannelSummary.Builder} avoiding the need to create one manually via {@link ChannelSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ChannelSummary)}.\n@param member a consumer that will call methods on {@link ChannelSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChannelSummary)", "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(ChannelSummary)}\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" : "ChannelSummary", "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" : "ChannelSummary", "variableName" : "member", "variableType" : "ChannelSummary", "documentation" : null, "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelSummary", "variableName" : "member", "variableType" : "ChannelSummary", "documentation" : "", "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChannelSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ChannelSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ChannelSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.", "setterMethodName" : "setChannelSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "channelSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "channelSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"ChannelSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getChannelSummaries", "beanStyleSetterMethodName" : "setChannelSummaries", "c2jName" : "channelSummaries", "c2jShape" : "ChannelSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\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 #channelSummaries(List)}.\n@param channelSummaries 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 #channelSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasChannelSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"ChannelSummary\" objects.\n@deprecated Use {@link #channelSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelSummaries(List)}\n", "documentation" : "

A list of \"ChannelSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelSummaries 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" : "hasChannelSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelSummaries", "fluentSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelSummaries", "getterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasChannelSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"ChannelSummary\" objects.", "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" : "channelSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelSummaries", "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" : "ChannelSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChannelSummary.Builder} avoiding the need to create one manually via {@link ChannelSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ChannelSummary)}.\n@param member a consumer that will call methods on {@link ChannelSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChannelSummary)", "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(ChannelSummary)}\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" : "ChannelSummary", "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" : "ChannelSummary", "variableName" : "member", "variableType" : "ChannelSummary", "documentation" : null, "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelSummary", "variableName" : "member", "variableType" : "ChannelSummary", "documentation" : "", "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChannelSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ChannelSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ChannelSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.", "setterMethodName" : "setChannelSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "channelSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "channelSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"ChannelSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getChannelSummaries", "beanStyleSetterMethodName" : "setChannelSummaries", "c2jName" : "channelSummaries", "c2jShape" : "ChannelSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\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 #channelSummaries(List)}.\n@param channelSummaries 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 #channelSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasChannelSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"ChannelSummary\" objects.\n@deprecated Use {@link #channelSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelSummaries(List)}\n", "documentation" : "

A list of \"ChannelSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelSummaries 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" : "hasChannelSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelSummaries", "fluentSetterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelSummaries", "getterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasChannelSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"ChannelSummary\" objects.", "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" : "channelSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelSummaries", "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" : "ChannelSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChannelSummary.Builder} avoiding the need to create one manually via {@link ChannelSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ChannelSummary)}.\n@param member a consumer that will call methods on {@link ChannelSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChannelSummary)", "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(ChannelSummary)}\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" : "ChannelSummary", "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" : "ChannelSummary", "variableName" : "member", "variableType" : "ChannelSummary", "documentation" : null, "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelSummary", "variableName" : "member", "variableType" : "ChannelSummary", "documentation" : "", "simpleType" : "ChannelSummary", "variableSetterType" : "ChannelSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChannelSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ChannelSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ChannelSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"ChannelSummary\" objects.

\n@param channelSummaries A list of \"ChannelSummary\" objects.", "setterMethodName" : "setChannelSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "channelSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "channelSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"ChannelSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListChannelsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListChannelsResponse", "variableName" : "listChannelsResponse", "variableType" : "ListChannelsResponse", "documentation" : null, "simpleType" : "ListChannelsResponse", "variableSetterType" : "ListChannelsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDatasetContentsRequest" : { "c2jName" : "ListDatasetContentsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDatasetContents", "locationName" : null, "requestUri" : "/datasets/{datasetName}/contents", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@return The name of the data set whose contents information you want to list.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose contents information you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@return The name of the data set whose contents information you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose contents information you want to list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

\n@return The maximum number of results to return in this request.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

\n@return The maximum number of results to return in this request.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledOnOrAfter", "beanStyleSetterMethodName" : "setScheduledOnOrAfter", "c2jName" : "scheduledOnOrAfter", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\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 #scheduledOnOrAfter(Instant)}.\n@param scheduledOnOrAfter 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 #scheduledOnOrAfter(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@deprecated Use {@link #scheduledOnOrAfter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledOnOrAfter(Instant)}\n", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledOnOrAfter 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" : "hasScheduledOnOrAfter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledOnOrAfter", "fluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledOnOrAfter", "getterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "scheduledOnOrAfter", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledOnOrAfter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledOnOrAfter", "sensitive" : false, "setterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "setterMethodName" : "setScheduledOnOrAfter", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledOnOrAfter", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledOnOrAfter", "variableType" : "java.time.Instant", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledBefore", "beanStyleSetterMethodName" : "setScheduledBefore", "c2jName" : "scheduledBefore", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\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 #scheduledBefore(Instant)}.\n@param scheduledBefore 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 #scheduledBefore(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@deprecated Use {@link #scheduledBefore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledBefore(Instant)}\n", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledBefore 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" : "hasScheduledBefore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledBefore", "fluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledBefore", "getterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "scheduledBefore", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledBefore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledBefore", "sensitive" : false, "setterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "setterMethodName" : "setScheduledBefore", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledBefore", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledBefore", "variableType" : "java.time.Instant", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@return The name of the data set whose contents information you want to list.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose contents information you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@return The name of the data set whose contents information you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose contents information you want to list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

\n@return The maximum number of results to return in this request.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

\n@return The maximum number of results to return in this request.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ScheduledBefore" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledBefore", "beanStyleSetterMethodName" : "setScheduledBefore", "c2jName" : "scheduledBefore", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\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 #scheduledBefore(Instant)}.\n@param scheduledBefore 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 #scheduledBefore(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@deprecated Use {@link #scheduledBefore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledBefore(Instant)}\n", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledBefore 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" : "hasScheduledBefore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledBefore", "fluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledBefore", "getterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "scheduledBefore", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledBefore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledBefore", "sensitive" : false, "setterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "setterMethodName" : "setScheduledBefore", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledBefore", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledBefore", "variableType" : "java.time.Instant", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ScheduledOnOrAfter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledOnOrAfter", "beanStyleSetterMethodName" : "setScheduledOnOrAfter", "c2jName" : "scheduledOnOrAfter", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\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 #scheduledOnOrAfter(Instant)}.\n@param scheduledOnOrAfter 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 #scheduledOnOrAfter(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@deprecated Use {@link #scheduledOnOrAfter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledOnOrAfter(Instant)}\n", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledOnOrAfter 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" : "hasScheduledOnOrAfter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledOnOrAfter", "fluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledOnOrAfter", "getterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "scheduledOnOrAfter", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledOnOrAfter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledOnOrAfter", "sensitive" : false, "setterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "setterMethodName" : "setScheduledOnOrAfter", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledOnOrAfter", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledOnOrAfter", "variableType" : "java.time.Instant", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@return The name of the data set whose contents information you want to list.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set whose contents information you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@return The name of the data set whose contents information you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose contents information you want to list.

\n@param datasetName The name of the data set whose contents information you want to list.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set whose contents information you want to list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

\n@return The maximum number of results to return in this request.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

\n@return The maximum number of results to return in this request.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

\n@param maxResults The maximum number of results to return in this request.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledOnOrAfter", "beanStyleSetterMethodName" : "setScheduledOnOrAfter", "c2jName" : "scheduledOnOrAfter", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\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 #scheduledOnOrAfter(Instant)}.\n@param scheduledOnOrAfter 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 #scheduledOnOrAfter(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@deprecated Use {@link #scheduledOnOrAfter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledOnOrAfter(Instant)}\n", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledOnOrAfter 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" : "hasScheduledOnOrAfter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledOnOrAfter", "fluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledOnOrAfter", "getterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "scheduledOnOrAfter", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledOnOrAfter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledOnOrAfter", "sensitive" : false, "setterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledOnOrAfter A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "setterMethodName" : "setScheduledOnOrAfter", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledOnOrAfter", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledOnOrAfter", "variableType" : "java.time.Instant", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledBefore", "beanStyleSetterMethodName" : "setScheduledBefore", "c2jName" : "scheduledBefore", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\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 #scheduledBefore(Instant)}.\n@param scheduledBefore 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 #scheduledBefore(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@deprecated Use {@link #scheduledBefore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledBefore(Instant)}\n", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledBefore 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" : "hasScheduledBefore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledBefore", "fluentSetterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledBefore", "getterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@return A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "scheduledBefore", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledBefore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledBefore", "sensitive" : false, "setterDocumentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

\n@param scheduledBefore A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)", "setterMethodName" : "setScheduledBefore", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledBefore", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledBefore", "variableType" : "java.time.Instant", "documentation" : "

A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName" ], "shapeName" : "ListDatasetContentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDatasetContentsRequest", "variableName" : "listDatasetContentsRequest", "variableType" : "ListDatasetContentsRequest", "documentation" : null, "simpleType" : "ListDatasetContentsRequest", "variableSetterType" : "ListDatasetContentsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDatasetContentsResponse" : { "c2jName" : "ListDatasetContentsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatasetContentSummaries", "beanStyleSetterMethodName" : "setDatasetContentSummaries", "c2jName" : "datasetContentSummaries", "c2jShape" : "DatasetContentSummaries", "defaultConsumerFluentSetterDocumentation" : "

Summary information about data set contents that have been created.

\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 #datasetContentSummaries(List)}.\n@param datasetContentSummaries 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 #datasetContentSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary information about data set contents that have been created.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetContentSummaries()} to see if a value was sent in this field.\n

\n@return Summary information about data set contents that have been created.\n@deprecated Use {@link #datasetContentSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetContentSummaries(List)}\n", "documentation" : "

Summary information about data set contents that have been created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetContentSummaries 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" : "hasDatasetContentSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetContentSummaries", "fluentSetterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetContentSummaries", "getterDocumentation" : "

Summary information about data set contents that have been created.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetContentSummaries()} to see if a value was sent in this field.\n

\n@return Summary information about data set contents that have been created.", "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" : "datasetContentSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetContentSummaries", "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" : "DatasetContentSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentSummary.Builder} avoiding the need to create one manually via {@link DatasetContentSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentSummary)}.\n@param member a consumer that will call methods on {@link DatasetContentSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentSummary)", "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(DatasetContentSummary)}\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" : "DatasetContentSummary", "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" : "DatasetContentSummary", "variableName" : "member", "variableType" : "DatasetContentSummary", "documentation" : null, "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentSummary", "variableName" : "member", "variableType" : "DatasetContentSummary", "documentation" : "", "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatasetContentSummaries", "sensitive" : false, "setterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.", "setterMethodName" : "setDatasetContentSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetContentSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetContentSummaries", "variableType" : "java.util.List", "documentation" : "

Summary information about data set contents that have been created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetContentSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatasetContentSummaries", "beanStyleSetterMethodName" : "setDatasetContentSummaries", "c2jName" : "datasetContentSummaries", "c2jShape" : "DatasetContentSummaries", "defaultConsumerFluentSetterDocumentation" : "

Summary information about data set contents that have been created.

\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 #datasetContentSummaries(List)}.\n@param datasetContentSummaries 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 #datasetContentSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary information about data set contents that have been created.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetContentSummaries()} to see if a value was sent in this field.\n

\n@return Summary information about data set contents that have been created.\n@deprecated Use {@link #datasetContentSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetContentSummaries(List)}\n", "documentation" : "

Summary information about data set contents that have been created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetContentSummaries 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" : "hasDatasetContentSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetContentSummaries", "fluentSetterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetContentSummaries", "getterDocumentation" : "

Summary information about data set contents that have been created.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetContentSummaries()} to see if a value was sent in this field.\n

\n@return Summary information about data set contents that have been created.", "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" : "datasetContentSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetContentSummaries", "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" : "DatasetContentSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentSummary.Builder} avoiding the need to create one manually via {@link DatasetContentSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentSummary)}.\n@param member a consumer that will call methods on {@link DatasetContentSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentSummary)", "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(DatasetContentSummary)}\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" : "DatasetContentSummary", "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" : "DatasetContentSummary", "variableName" : "member", "variableType" : "DatasetContentSummary", "documentation" : null, "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentSummary", "variableName" : "member", "variableType" : "DatasetContentSummary", "documentation" : "", "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatasetContentSummaries", "sensitive" : false, "setterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.", "setterMethodName" : "setDatasetContentSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetContentSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetContentSummaries", "variableType" : "java.util.List", "documentation" : "

Summary information about data set contents that have been created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatasetContentSummaries", "beanStyleSetterMethodName" : "setDatasetContentSummaries", "c2jName" : "datasetContentSummaries", "c2jShape" : "DatasetContentSummaries", "defaultConsumerFluentSetterDocumentation" : "

Summary information about data set contents that have been created.

\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 #datasetContentSummaries(List)}.\n@param datasetContentSummaries 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 #datasetContentSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary information about data set contents that have been created.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetContentSummaries()} to see if a value was sent in this field.\n

\n@return Summary information about data set contents that have been created.\n@deprecated Use {@link #datasetContentSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetContentSummaries(List)}\n", "documentation" : "

Summary information about data set contents that have been created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetContentSummaries 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" : "hasDatasetContentSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetContentSummaries", "fluentSetterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetContentSummaries", "getterDocumentation" : "

Summary information about data set contents that have been created.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetContentSummaries()} to see if a value was sent in this field.\n

\n@return Summary information about data set contents that have been created.", "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" : "datasetContentSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetContentSummaries", "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" : "DatasetContentSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentSummary.Builder} avoiding the need to create one manually via {@link DatasetContentSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentSummary)}.\n@param member a consumer that will call methods on {@link DatasetContentSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentSummary)", "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(DatasetContentSummary)}\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" : "DatasetContentSummary", "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" : "DatasetContentSummary", "variableName" : "member", "variableType" : "DatasetContentSummary", "documentation" : null, "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentSummary", "variableName" : "member", "variableType" : "DatasetContentSummary", "documentation" : "", "simpleType" : "DatasetContentSummary", "variableSetterType" : "DatasetContentSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatasetContentSummaries", "sensitive" : false, "setterDocumentation" : "

Summary information about data set contents that have been created.

\n@param datasetContentSummaries Summary information about data set contents that have been created.", "setterMethodName" : "setDatasetContentSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetContentSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetContentSummaries", "variableType" : "java.util.List", "documentation" : "

Summary information about data set contents that have been created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDatasetContentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDatasetContentsResponse", "variableName" : "listDatasetContentsResponse", "variableType" : "ListDatasetContentsResponse", "documentation" : null, "simpleType" : "ListDatasetContentsResponse", "variableSetterType" : "ListDatasetContentsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDatasetsRequest" : { "c2jName" : "ListDatasetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDatasets", "locationName" : null, "requestUri" : "/datasets", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDatasetsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDatasetsRequest", "variableName" : "listDatasetsRequest", "variableType" : "ListDatasetsRequest", "documentation" : null, "simpleType" : "ListDatasetsRequest", "variableSetterType" : "ListDatasetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDatasetsResponse" : { "c2jName" : "ListDatasetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatasetSummaries", "beanStyleSetterMethodName" : "setDatasetSummaries", "c2jName" : "datasetSummaries", "c2jShape" : "DatasetSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\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 #datasetSummaries(List)}.\n@param datasetSummaries 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 #datasetSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetSummary\" objects.\n@deprecated Use {@link #datasetSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetSummaries(List)}\n", "documentation" : "

A list of \"DatasetSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetSummaries 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" : "hasDatasetSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetSummaries", "fluentSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetSummaries", "getterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetSummary\" objects.", "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" : "datasetSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetSummaries", "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" : "DatasetSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetSummary.Builder} avoiding the need to create one manually via {@link DatasetSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetSummary)}.\n@param member a consumer that will call methods on {@link DatasetSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetSummary)", "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(DatasetSummary)}\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" : "DatasetSummary", "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" : "DatasetSummary", "variableName" : "member", "variableType" : "DatasetSummary", "documentation" : null, "simpleType" : "DatasetSummary", "variableSetterType" : "DatasetSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetSummary", "variableName" : "member", "variableType" : "DatasetSummary", "documentation" : "", "simpleType" : "DatasetSummary", "variableSetterType" : "DatasetSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatasetSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.", "setterMethodName" : "setDatasetSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatasetSummaries", "beanStyleSetterMethodName" : "setDatasetSummaries", "c2jName" : "datasetSummaries", "c2jShape" : "DatasetSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\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 #datasetSummaries(List)}.\n@param datasetSummaries 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 #datasetSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetSummary\" objects.\n@deprecated Use {@link #datasetSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetSummaries(List)}\n", "documentation" : "

A list of \"DatasetSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetSummaries 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" : "hasDatasetSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetSummaries", "fluentSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetSummaries", "getterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetSummary\" objects.", "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" : "datasetSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetSummaries", "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" : "DatasetSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetSummary.Builder} avoiding the need to create one manually via {@link DatasetSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetSummary)}.\n@param member a consumer that will call methods on {@link DatasetSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetSummary)", "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(DatasetSummary)}\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" : "DatasetSummary", "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" : "DatasetSummary", "variableName" : "member", "variableType" : "DatasetSummary", "documentation" : null, "simpleType" : "DatasetSummary", "variableSetterType" : "DatasetSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetSummary", "variableName" : "member", "variableType" : "DatasetSummary", "documentation" : "", "simpleType" : "DatasetSummary", "variableSetterType" : "DatasetSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatasetSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.", "setterMethodName" : "setDatasetSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatasetSummaries", "beanStyleSetterMethodName" : "setDatasetSummaries", "c2jName" : "datasetSummaries", "c2jShape" : "DatasetSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\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 #datasetSummaries(List)}.\n@param datasetSummaries 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 #datasetSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetSummary\" objects.\n@deprecated Use {@link #datasetSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetSummaries(List)}\n", "documentation" : "

A list of \"DatasetSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetSummaries 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" : "hasDatasetSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetSummaries", "fluentSetterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetSummaries", "getterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatasetSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetSummary\" objects.", "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" : "datasetSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetSummaries", "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" : "DatasetSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetSummary.Builder} avoiding the need to create one manually via {@link DatasetSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetSummary)}.\n@param member a consumer that will call methods on {@link DatasetSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetSummary)", "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(DatasetSummary)}\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" : "DatasetSummary", "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" : "DatasetSummary", "variableName" : "member", "variableType" : "DatasetSummary", "documentation" : null, "simpleType" : "DatasetSummary", "variableSetterType" : "DatasetSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetSummary", "variableName" : "member", "variableType" : "DatasetSummary", "documentation" : "", "simpleType" : "DatasetSummary", "variableSetterType" : "DatasetSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatasetSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetSummary\" objects.

\n@param datasetSummaries A list of \"DatasetSummary\" objects.", "setterMethodName" : "setDatasetSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datasetSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDatasetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDatasetsResponse", "variableName" : "listDatasetsResponse", "variableType" : "ListDatasetsResponse", "documentation" : null, "simpleType" : "ListDatasetsResponse", "variableSetterType" : "ListDatasetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDatastoresRequest" : { "c2jName" : "ListDatastoresRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDatastores", "locationName" : null, "requestUri" : "/datastores", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDatastoresRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDatastoresRequest", "variableName" : "listDatastoresRequest", "variableType" : "ListDatastoresRequest", "documentation" : null, "simpleType" : "ListDatastoresRequest", "variableSetterType" : "ListDatastoresRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDatastoresResponse" : { "c2jName" : "ListDatastoresResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatastoreSummaries", "beanStyleSetterMethodName" : "setDatastoreSummaries", "c2jName" : "datastoreSummaries", "c2jShape" : "DatastoreSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\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 #datastoreSummaries(List)}.\n@param datastoreSummaries 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 #datastoreSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatastoreSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatastoreSummary\" objects.\n@deprecated Use {@link #datastoreSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreSummaries(List)}\n", "documentation" : "

A list of \"DatastoreSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreSummaries 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" : "hasDatastoreSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreSummaries", "fluentSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreSummaries", "getterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatastoreSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatastoreSummary\" objects.", "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" : "datastoreSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreSummaries", "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" : "DatastoreSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatastoreSummary.Builder} avoiding the need to create one manually via {@link DatastoreSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatastoreSummary)}.\n@param member a consumer that will call methods on {@link DatastoreSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatastoreSummary)", "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(DatastoreSummary)}\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" : "DatastoreSummary", "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" : "DatastoreSummary", "variableName" : "member", "variableType" : "DatastoreSummary", "documentation" : null, "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreSummary", "variableName" : "member", "variableType" : "DatastoreSummary", "documentation" : "", "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatastoreSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatastoreSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatastoreSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.", "setterMethodName" : "setDatastoreSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datastoreSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datastoreSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatastoreSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatastoreSummaries", "beanStyleSetterMethodName" : "setDatastoreSummaries", "c2jName" : "datastoreSummaries", "c2jShape" : "DatastoreSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\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 #datastoreSummaries(List)}.\n@param datastoreSummaries 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 #datastoreSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatastoreSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatastoreSummary\" objects.\n@deprecated Use {@link #datastoreSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreSummaries(List)}\n", "documentation" : "

A list of \"DatastoreSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreSummaries 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" : "hasDatastoreSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreSummaries", "fluentSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreSummaries", "getterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatastoreSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatastoreSummary\" objects.", "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" : "datastoreSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreSummaries", "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" : "DatastoreSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatastoreSummary.Builder} avoiding the need to create one manually via {@link DatastoreSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatastoreSummary)}.\n@param member a consumer that will call methods on {@link DatastoreSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatastoreSummary)", "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(DatastoreSummary)}\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" : "DatastoreSummary", "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" : "DatastoreSummary", "variableName" : "member", "variableType" : "DatastoreSummary", "documentation" : null, "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreSummary", "variableName" : "member", "variableType" : "DatastoreSummary", "documentation" : "", "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatastoreSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatastoreSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatastoreSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.", "setterMethodName" : "setDatastoreSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datastoreSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datastoreSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatastoreSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDatastoreSummaries", "beanStyleSetterMethodName" : "setDatastoreSummaries", "c2jName" : "datastoreSummaries", "c2jShape" : "DatastoreSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\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 #datastoreSummaries(List)}.\n@param datastoreSummaries 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 #datastoreSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatastoreSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatastoreSummary\" objects.\n@deprecated Use {@link #datastoreSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreSummaries(List)}\n", "documentation" : "

A list of \"DatastoreSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreSummaries 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" : "hasDatastoreSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreSummaries", "fluentSetterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreSummaries", "getterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDatastoreSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"DatastoreSummary\" objects.", "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" : "datastoreSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreSummaries", "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" : "DatastoreSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatastoreSummary.Builder} avoiding the need to create one manually via {@link DatastoreSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreSummary.Builder#build()} is called immediately and its result is passed to {@link #member(DatastoreSummary)}.\n@param member a consumer that will call methods on {@link DatastoreSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatastoreSummary)", "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(DatastoreSummary)}\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" : "DatastoreSummary", "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" : "DatastoreSummary", "variableName" : "member", "variableType" : "DatastoreSummary", "documentation" : null, "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreSummary", "variableName" : "member", "variableType" : "DatastoreSummary", "documentation" : "", "simpleType" : "DatastoreSummary", "variableSetterType" : "DatastoreSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatastoreSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatastoreSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DatastoreSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"DatastoreSummary\" objects.

\n@param datastoreSummaries A list of \"DatastoreSummary\" objects.", "setterMethodName" : "setDatastoreSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "datastoreSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "datastoreSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"DatastoreSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDatastoresResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDatastoresResponse", "variableName" : "listDatastoresResponse", "variableType" : "ListDatastoresResponse", "documentation" : null, "simpleType" : "ListDatastoresResponse", "variableSetterType" : "ListDatastoresResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListPipelinesRequest" : { "c2jName" : "ListPipelinesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListPipelines", "locationName" : null, "requestUri" : "/pipelines", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value 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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults 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" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@return The maximum number of results to return in this request.

The default value is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in this request.

The default value is 100.

\n@param maxResults The maximum number of results to return in this request.

The default value is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPipelinesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPipelinesRequest", "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "documentation" : null, "simpleType" : "ListPipelinesRequest", "variableSetterType" : "ListPipelinesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListPipelinesResponse" : { "c2jName" : "ListPipelinesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineSummaries", "beanStyleSetterMethodName" : "setPipelineSummaries", "c2jName" : "pipelineSummaries", "c2jShape" : "PipelineSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\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 #pipelineSummaries(List)}.\n@param pipelineSummaries 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 #pipelineSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineSummary\" objects.\n@deprecated Use {@link #pipelineSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineSummaries(List)}\n", "documentation" : "

A list of \"PipelineSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineSummaries 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" : "hasPipelineSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineSummaries", "fluentSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineSummaries", "getterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineSummary\" objects.", "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" : "pipelineSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineSummaries", "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" : "PipelineSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineSummary.Builder} avoiding the need to create one manually via {@link PipelineSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineSummary)}.\n@param member a consumer that will call methods on {@link PipelineSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineSummary)", "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(PipelineSummary)}\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" : "PipelineSummary", "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" : "PipelineSummary", "variableName" : "member", "variableType" : "PipelineSummary", "documentation" : null, "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineSummary", "variableName" : "member", "variableType" : "PipelineSummary", "documentation" : "", "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.", "setterMethodName" : "setPipelineSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineSummaries", "beanStyleSetterMethodName" : "setPipelineSummaries", "c2jName" : "pipelineSummaries", "c2jShape" : "PipelineSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\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 #pipelineSummaries(List)}.\n@param pipelineSummaries 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 #pipelineSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineSummary\" objects.\n@deprecated Use {@link #pipelineSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineSummaries(List)}\n", "documentation" : "

A list of \"PipelineSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineSummaries 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" : "hasPipelineSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineSummaries", "fluentSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineSummaries", "getterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineSummary\" objects.", "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" : "pipelineSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineSummaries", "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" : "PipelineSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineSummary.Builder} avoiding the need to create one manually via {@link PipelineSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineSummary)}.\n@param member a consumer that will call methods on {@link PipelineSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineSummary)", "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(PipelineSummary)}\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" : "PipelineSummary", "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" : "PipelineSummary", "variableName" : "member", "variableType" : "PipelineSummary", "documentation" : null, "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineSummary", "variableName" : "member", "variableType" : "PipelineSummary", "documentation" : "", "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.", "setterMethodName" : "setPipelineSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineSummaries", "beanStyleSetterMethodName" : "setPipelineSummaries", "c2jName" : "pipelineSummaries", "c2jShape" : "PipelineSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\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 #pipelineSummaries(List)}.\n@param pipelineSummaries 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 #pipelineSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineSummary\" objects.\n@deprecated Use {@link #pipelineSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineSummaries(List)}\n", "documentation" : "

A list of \"PipelineSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineSummaries 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" : "hasPipelineSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineSummaries", "fluentSetterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineSummaries", "getterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineSummaries()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineSummary\" objects.", "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" : "pipelineSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineSummaries", "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" : "PipelineSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineSummary.Builder} avoiding the need to create one manually via {@link PipelineSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineSummary)}.\n@param member a consumer that will call methods on {@link PipelineSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineSummary)", "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(PipelineSummary)}\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" : "PipelineSummary", "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" : "PipelineSummary", "variableName" : "member", "variableType" : "PipelineSummary", "documentation" : null, "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineSummary", "variableName" : "member", "variableType" : "PipelineSummary", "documentation" : "", "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineSummaries", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineSummary\" objects.

\n@param pipelineSummaries A list of \"PipelineSummary\" objects.", "setterMethodName" : "setPipelineSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineSummaries", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineSummary\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken 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" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@return The token to retrieve the next set of results, or null if there are no more results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to retrieve the next set of results, or null if there are no more results.

\n@param nextToken The token to retrieve the next set of results, or null if there are no more results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to retrieve the next set of results, or null if there are no more results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPipelinesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPipelinesResponse", "variableName" : "listPipelinesResponse", "variableType" : "ListPipelinesResponse", "documentation" : null, "simpleType" : "ListPipelinesResponse", "variableSetterType" : "ListPipelinesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/tags", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@return The ARN of the resource whose tags you want to list.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@return The ARN of the resource whose tags you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@return The ARN of the resource whose tags you want to list.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@return The ARN of the resource whose tags you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@return The ARN of the resource whose tags you want to list.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@return The ARN of the resource whose tags you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to list.

\n@param resourceArn The ARN of the resource whose tags you want to list.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags (metadata) which you have assigned to the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

The tags (metadata) which you have assigned to the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags (metadata) which you have assigned to the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags (metadata) which you have assigned to the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags (metadata) which you have assigned to the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

The tags (metadata) which you have assigned to the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags (metadata) which you have assigned to the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags (metadata) which you have assigned to the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags (metadata) which you have assigned to the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

The tags (metadata) which you have assigned to the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags (metadata) which you have assigned to the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags (metadata) which you have assigned to the resource.

\n@param tags The tags (metadata) which you have assigned to the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags (metadata) which you have assigned to the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "LoggingLevel" : { "c2jName" : "LoggingLevel", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ERROR", "value" : "ERROR" } ], "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" : "LoggingLevel", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoggingLevel", "variableName" : "loggingLevel", "variableType" : "LoggingLevel", "documentation" : null, "simpleType" : "LoggingLevel", "variableSetterType" : "LoggingLevel" }, "wrapper" : false, "xmlNamespace" : null }, "LoggingOptions" : { "c2jName" : "LoggingOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about logging options.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@return The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@return The ARN of the role that grants permission to AWS IoT Analytics to perform logging.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLevel", "beanStyleSetterMethodName" : "setLevel", "c2jName" : "level", "c2jShape" : "LoggingLevel", "defaultConsumerFluentSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #levelAsString(String)}.\n@param level a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #level(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #level} will return {@link LoggingLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #levelAsString}.\n

\n@return The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@deprecated Use {@link #levelAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoggingLevel\n@deprecated Use {@link #level(String)}\n", "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "endpointDiscoveryId" : false, "enumType" : "LoggingLevel", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Level 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" : "hasLevel", "fluentEnumGetterMethodName" : "level", "fluentEnumSetterMethodName" : "level", "fluentGetterMethodName" : "levelAsString", "fluentSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoggingLevel", "fluentSetterMethodName" : "level", "getterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #level} will return {@link LoggingLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #levelAsString}.\n

\n@return The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "level", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Level", "sensitive" : false, "setterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel", "setterMethodName" : "setLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "level", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "level", "variableType" : "String", "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "enabled", "c2jShape" : "LoggingEnabled", "defaultConsumerFluentSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@return If true, logging is enabled for AWS IoT Analytics.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled 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" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@return If true, logging is enabled for AWS IoT Analytics.", "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" : "enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "enabled", "c2jShape" : "LoggingEnabled", "defaultConsumerFluentSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@return If true, logging is enabled for AWS IoT Analytics.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled 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" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@return If true, logging is enabled for AWS IoT Analytics.", "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" : "enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Level" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLevel", "beanStyleSetterMethodName" : "setLevel", "c2jName" : "level", "c2jShape" : "LoggingLevel", "defaultConsumerFluentSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #levelAsString(String)}.\n@param level a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #level(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #level} will return {@link LoggingLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #levelAsString}.\n

\n@return The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@deprecated Use {@link #levelAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoggingLevel\n@deprecated Use {@link #level(String)}\n", "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "endpointDiscoveryId" : false, "enumType" : "LoggingLevel", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Level 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" : "hasLevel", "fluentEnumGetterMethodName" : "level", "fluentEnumSetterMethodName" : "level", "fluentGetterMethodName" : "levelAsString", "fluentSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoggingLevel", "fluentSetterMethodName" : "level", "getterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #level} will return {@link LoggingLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #levelAsString}.\n

\n@return The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "level", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Level", "sensitive" : false, "setterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel", "setterMethodName" : "setLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "level", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "level", "variableType" : "String", "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@return The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@return The ARN of the role that grants permission to AWS IoT Analytics to perform logging.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@return The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@return The ARN of the role that grants permission to AWS IoT Analytics to perform logging.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

\n@param roleArn The ARN of the role that grants permission to AWS IoT Analytics to perform logging.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLevel", "beanStyleSetterMethodName" : "setLevel", "c2jName" : "level", "c2jShape" : "LoggingLevel", "defaultConsumerFluentSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #levelAsString(String)}.\n@param level a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #level(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #level} will return {@link LoggingLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #levelAsString}.\n

\n@return The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@deprecated Use {@link #levelAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoggingLevel\n@deprecated Use {@link #level(String)}\n", "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "endpointDiscoveryId" : false, "enumType" : "LoggingLevel", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Level 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" : "hasLevel", "fluentEnumGetterMethodName" : "level", "fluentEnumSetterMethodName" : "level", "fluentGetterMethodName" : "levelAsString", "fluentSetterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoggingLevel", "fluentSetterMethodName" : "level", "getterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #level} will return {@link LoggingLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #levelAsString}.\n

\n@return The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "level", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Level", "sensitive" : false, "setterDocumentation" : "

The logging level. Currently, only \"ERROR\" is supported.

\n@param level The logging level. Currently, only \"ERROR\" is supported.\n@see LoggingLevel", "setterMethodName" : "setLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "level", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "level", "variableType" : "String", "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "enabled", "c2jShape" : "LoggingEnabled", "defaultConsumerFluentSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\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 #enabled(Boolean)}.\n@param enabled 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 #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@return If true, logging is enabled for AWS IoT Analytics.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled 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" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@return If true, logging is enabled for AWS IoT Analytics.", "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" : "enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

If true, logging is enabled for AWS IoT Analytics.

\n@param enabled If true, logging is enabled for AWS IoT Analytics.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "roleArn", "level", "enabled" ], "shapeName" : "LoggingOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "wrapper" : false, "xmlNamespace" : null }, "MathActivity" : { "c2jName" : "MathActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that computes an arithmetic expression using the message's attributes.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'math' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'math' activity.

\n@return The name of the 'math' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'math' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'math' activity.

\n@return The name of the 'math' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'math' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that contains the result of the math 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 #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@return The name of the attribute that contains the result of the math operation.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that contains the result of the math operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@return The name of the attribute that contains the result of the math 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" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that contains the result of the math operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMath", "beanStyleSetterMethodName" : "setMath", "c2jName" : "math", "c2jShape" : "MathExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #math(String)}.\n@param math a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #math(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@return An expression that uses one or more existing attributes and must return an integer value.\n@deprecated Use {@link #math()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #math(String)}\n", "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Math 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" : "hasMath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "math", "fluentSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "math", "getterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@return An expression that uses one or more existing attributes and must return an integer value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "math", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "math", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Math", "sensitive" : false, "setterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.", "setterMethodName" : "setMath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "math", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "math", "variableType" : "String", "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that contains the result of the math 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 #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@return The name of the attribute that contains the result of the math operation.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that contains the result of the math operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@return The name of the attribute that contains the result of the math 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" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that contains the result of the math operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Math" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMath", "beanStyleSetterMethodName" : "setMath", "c2jName" : "math", "c2jShape" : "MathExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #math(String)}.\n@param math a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #math(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@return An expression that uses one or more existing attributes and must return an integer value.\n@deprecated Use {@link #math()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #math(String)}\n", "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Math 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" : "hasMath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "math", "fluentSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "math", "getterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@return An expression that uses one or more existing attributes and must return an integer value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "math", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "math", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Math", "sensitive" : false, "setterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.", "setterMethodName" : "setMath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "math", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "math", "variableType" : "String", "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'math' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'math' activity.

\n@return The name of the 'math' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'math' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'math' activity.

\n@return The name of the 'math' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'math' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'math' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'math' activity.

\n@return The name of the 'math' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'math' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'math' activity.

\n@return The name of the 'math' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'math' activity.

\n@param name The name of the 'math' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'math' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "attribute", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute that contains the result of the math 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 #attribute(String)}.\n@param attribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@return The name of the attribute that contains the result of the math operation.\n@deprecated Use {@link #attribute()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attribute(String)}\n", "documentation" : "

The name of the attribute that contains the result of the math operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attribute 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" : "hasAttribute", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@return The name of the attribute that contains the result of the math 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" : "attribute", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

The name of the attribute that contains the result of the math operation.

\n@param attribute The name of the attribute that contains the result of the math operation.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attribute", "variableType" : "String", "documentation" : "

The name of the attribute that contains the result of the math operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMath", "beanStyleSetterMethodName" : "setMath", "c2jName" : "math", "c2jShape" : "MathExpression", "defaultConsumerFluentSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #math(String)}.\n@param math a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #math(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@return An expression that uses one or more existing attributes and must return an integer value.\n@deprecated Use {@link #math()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #math(String)}\n", "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Math 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" : "hasMath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "math", "fluentSetterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "math", "getterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@return An expression that uses one or more existing attributes and must return an integer value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "math", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "math", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Math", "sensitive" : false, "setterDocumentation" : "

An expression that uses one or more existing attributes and must return an integer value.

\n@param math An expression that uses one or more existing attributes and must return an integer value.", "setterMethodName" : "setMath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "math", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "math", "variableType" : "String", "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "attribute", "math" ], "shapeName" : "MathActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MathActivity", "variableName" : "mathActivity", "variableType" : "MathActivity", "documentation" : null, "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "wrapper" : false, "xmlNamespace" : null }, "Message" : { "c2jName" : "Message", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about a message.

", "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" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@return The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@deprecated Use {@link #messageId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n", "documentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageId 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" : "hasMessageId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@return The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "messageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPayload", "beanStyleSetterMethodName" : "setPayload", "c2jName" : "payload", "c2jShape" : "MessagePayload", "defaultConsumerFluentSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\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 #payload(SdkBytes)}.\n@param payload 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 #payload(SdkBytes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@return The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@deprecated Use {@link #payload()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payload(SdkBytes)}\n", "documentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payload 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" : "hasPayload", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payload", "fluentSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payload", "getterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@return The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).", "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" : "payload", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Payload", "sensitive" : false, "setterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).", "setterMethodName" : "setPayload", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "payload", "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" : "payload", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@return The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@deprecated Use {@link #messageId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n", "documentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageId 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" : "hasMessageId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@return The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "messageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Payload" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPayload", "beanStyleSetterMethodName" : "setPayload", "c2jName" : "payload", "c2jShape" : "MessagePayload", "defaultConsumerFluentSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\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 #payload(SdkBytes)}.\n@param payload 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 #payload(SdkBytes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@return The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@deprecated Use {@link #payload()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payload(SdkBytes)}\n", "documentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payload 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" : "hasPayload", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payload", "fluentSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payload", "getterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@return The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).", "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" : "payload", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Payload", "sensitive" : false, "setterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).", "setterMethodName" : "setPayload", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "payload", "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" : "payload", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@return The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@deprecated Use {@link #messageId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n", "documentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageId 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" : "hasMessageId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@return The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "messageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "messageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

\n@param messageId The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

The ID you wish to assign to the message. Each \"messageId\" must be unique within each batch sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPayload", "beanStyleSetterMethodName" : "setPayload", "c2jName" : "payload", "c2jShape" : "MessagePayload", "defaultConsumerFluentSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\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 #payload(SdkBytes)}.\n@param payload 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 #payload(SdkBytes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@return The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@deprecated Use {@link #payload()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payload(SdkBytes)}\n", "documentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payload 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" : "hasPayload", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payload", "fluentSetterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payload", "getterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@return The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).", "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" : "payload", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Payload", "sensitive" : false, "setterDocumentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

\n@param payload The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).", "setterMethodName" : "setPayload", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "payload", "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" : "payload", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "messageId", "payload" ], "shapeName" : "Message", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "wrapper" : false, "xmlNamespace" : null }, "OutputFileUriValue" : { "c2jName" : "OutputFileUriValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "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" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "OutputFileName", "defaultConsumerFluentSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@return The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@deprecated Use {@link #fileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileName(String)}\n", "documentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileName 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" : "hasFileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileName", "getterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@return The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FileName", "sensitive" : false, "setterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "OutputFileName", "defaultConsumerFluentSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@return The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@deprecated Use {@link #fileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileName(String)}\n", "documentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileName 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" : "hasFileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileName", "getterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@return The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FileName", "sensitive" : false, "setterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "OutputFileName", "defaultConsumerFluentSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@return The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@deprecated Use {@link #fileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileName(String)}\n", "documentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileName 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" : "hasFileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileName", "getterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@return The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FileName", "sensitive" : false, "setterDocumentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

\n@param fileName The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "fileName" ], "shapeName" : "OutputFileUriValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : null, "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "wrapper" : false, "xmlNamespace" : null }, "Pipeline" : { "c2jName" : "Pipeline", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about a pipeline.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "PipelineArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the pipeline.

\n@return The ARN of the pipeline.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the pipeline.

\n@return The ARN of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

The activities that perform transformations on the messages.

\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 #activities(List)}.\n@param activities 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 #activities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The activities that perform transformations on the messages.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActivities()} to see if a value was sent in this field.\n

\n@return The activities that perform transformations on the messages.\n@deprecated Use {@link #activities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activities(List)}\n", "documentation" : "

The activities that perform transformations on the messages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Activities 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" : "hasActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activities", "fluentSetterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activities", "getterDocumentation" : "

The activities that perform transformations on the messages.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActivities()} to see if a value was sent in this field.\n

\n@return The activities that perform transformations on the messages.", "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" : "activities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Activities", "sensitive" : false, "setterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The activities that perform transformations on the messages.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReprocessingSummaries", "beanStyleSetterMethodName" : "setReprocessingSummaries", "c2jName" : "reprocessingSummaries", "c2jShape" : "ReprocessingSummaries", "defaultConsumerFluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\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 #reprocessingSummaries(List)}.\n@param reprocessingSummaries 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 #reprocessingSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.\n@deprecated Use {@link #reprocessingSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingSummaries(List)}\n", "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingSummaries 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" : "hasReprocessingSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingSummaries", "fluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingSummaries", "getterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.", "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" : "reprocessingSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingSummaries", "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" : "ReprocessingSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReprocessingSummary.Builder} avoiding the need to create one manually via {@link ReprocessingSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReprocessingSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ReprocessingSummary)}.\n@param member a consumer that will call methods on {@link ReprocessingSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReprocessingSummary)", "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(ReprocessingSummary)}\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" : "ReprocessingSummary", "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" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : "", "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReprocessingSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReprocessingSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReprocessingSummaries", "sensitive" : false, "setterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.", "setterMethodName" : "setReprocessingSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : "

A summary of information about the pipeline reprocessing.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the pipeline was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the pipeline was updated.

\n@return The last time the pipeline was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the pipeline was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the pipeline was updated.

\n@return The last time the pipeline was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the pipeline was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

The activities that perform transformations on the messages.

\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 #activities(List)}.\n@param activities 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 #activities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The activities that perform transformations on the messages.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActivities()} to see if a value was sent in this field.\n

\n@return The activities that perform transformations on the messages.\n@deprecated Use {@link #activities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activities(List)}\n", "documentation" : "

The activities that perform transformations on the messages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Activities 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" : "hasActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activities", "fluentSetterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activities", "getterDocumentation" : "

The activities that perform transformations on the messages.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActivities()} to see if a value was sent in this field.\n

\n@return The activities that perform transformations on the messages.", "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" : "activities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Activities", "sensitive" : false, "setterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The activities that perform transformations on the messages.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "PipelineArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the pipeline.

\n@return The ARN of the pipeline.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the pipeline.

\n@return The ARN of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the pipeline was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the pipeline was updated.

\n@return The last time the pipeline was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the pipeline was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the pipeline was updated.

\n@return The last time the pipeline was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the pipeline was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReprocessingSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReprocessingSummaries", "beanStyleSetterMethodName" : "setReprocessingSummaries", "c2jName" : "reprocessingSummaries", "c2jShape" : "ReprocessingSummaries", "defaultConsumerFluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\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 #reprocessingSummaries(List)}.\n@param reprocessingSummaries 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 #reprocessingSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.\n@deprecated Use {@link #reprocessingSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingSummaries(List)}\n", "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingSummaries 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" : "hasReprocessingSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingSummaries", "fluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingSummaries", "getterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.", "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" : "reprocessingSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingSummaries", "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" : "ReprocessingSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReprocessingSummary.Builder} avoiding the need to create one manually via {@link ReprocessingSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReprocessingSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ReprocessingSummary)}.\n@param member a consumer that will call methods on {@link ReprocessingSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReprocessingSummary)", "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(ReprocessingSummary)}\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" : "ReprocessingSummary", "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" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : "", "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReprocessingSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReprocessingSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReprocessingSummaries", "sensitive" : false, "setterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.", "setterMethodName" : "setReprocessingSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : "

A summary of information about the pipeline reprocessing.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline.

\n@param name The name of the pipeline.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "PipelineArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the pipeline.

\n@return The ARN of the pipeline.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the pipeline.

\n@return The ARN of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of the pipeline.

\n@param arn The ARN of the pipeline.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

The activities that perform transformations on the messages.

\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 #activities(List)}.\n@param activities 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 #activities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The activities that perform transformations on the messages.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActivities()} to see if a value was sent in this field.\n

\n@return The activities that perform transformations on the messages.\n@deprecated Use {@link #activities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activities(List)}\n", "documentation" : "

The activities that perform transformations on the messages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Activities 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" : "hasActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activities", "fluentSetterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activities", "getterDocumentation" : "

The activities that perform transformations on the messages.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActivities()} to see if a value was sent in this field.\n

\n@return The activities that perform transformations on the messages.", "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" : "activities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Activities", "sensitive" : false, "setterDocumentation" : "

The activities that perform transformations on the messages.

\n@param activities The activities that perform transformations on the messages.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The activities that perform transformations on the messages.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReprocessingSummaries", "beanStyleSetterMethodName" : "setReprocessingSummaries", "c2jName" : "reprocessingSummaries", "c2jShape" : "ReprocessingSummaries", "defaultConsumerFluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\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 #reprocessingSummaries(List)}.\n@param reprocessingSummaries 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 #reprocessingSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.\n@deprecated Use {@link #reprocessingSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingSummaries(List)}\n", "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingSummaries 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" : "hasReprocessingSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingSummaries", "fluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingSummaries", "getterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.", "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" : "reprocessingSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingSummaries", "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" : "ReprocessingSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReprocessingSummary.Builder} avoiding the need to create one manually via {@link ReprocessingSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReprocessingSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ReprocessingSummary)}.\n@param member a consumer that will call methods on {@link ReprocessingSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReprocessingSummary)", "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(ReprocessingSummary)}\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" : "ReprocessingSummary", "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" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : "", "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReprocessingSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReprocessingSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReprocessingSummaries", "sensitive" : false, "setterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.", "setterMethodName" : "setReprocessingSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : "

A summary of information about the pipeline reprocessing.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The last time the pipeline was updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The last time the pipeline was updated.

\n@return The last time the pipeline was updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

The last time the pipeline was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

The last time the pipeline was updated.

\n@return The last time the pipeline was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

The last time the pipeline was updated.

\n@param lastUpdateTime The last time the pipeline was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

The last time the pipeline was updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Pipeline", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "wrapper" : false, "xmlNamespace" : null }, "PipelineActivity" : { "c2jName" : "PipelineActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that performs a transformation on a message.

", "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" : "getChannel", "beanStyleSetterMethodName" : "setChannel", "c2jName" : "channel", "c2jShape" : "ChannelActivity", "defaultConsumerFluentSetterDocumentation" : "

Determines the source of the messages to be processed.

\nThis is a convenience that creates an instance of the {@link ChannelActivity.Builder} avoiding the need to create one manually via {@link ChannelActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelActivity.Builder#build()} is called immediately and its result is passed to {@link #channel(ChannelActivity)}.\n@param channel a consumer that will call methods on {@link ChannelActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channel(ChannelActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Determines the source of the messages to be processed.

\n@return Determines the source of the messages to be processed.\n@deprecated Use {@link #channel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channel(ChannelActivity)}\n", "documentation" : "

Determines the source of the messages to be processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Channel 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" : "hasChannel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channel", "fluentSetterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channel", "getterDocumentation" : "

Determines the source of the messages to be processed.

\n@return Determines the source of the messages to be processed.", "getterModel" : { "returnType" : "ChannelActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Channel", "sensitive" : false, "setterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.", "setterMethodName" : "setChannel", "setterModel" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channel", "variableType" : "ChannelActivity", "documentation" : null, "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channel", "variableType" : "ChannelActivity", "documentation" : "

Determines the source of the messages to be processed.

", "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambda", "beanStyleSetterMethodName" : "setLambda", "c2jName" : "lambda", "c2jShape" : "LambdaActivity", "defaultConsumerFluentSetterDocumentation" : "

Runs a Lambda function to modify the message.

\nThis is a convenience that creates an instance of the {@link LambdaActivity.Builder} avoiding the need to create one manually via {@link LambdaActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaActivity.Builder#build()} is called immediately and its result is passed to {@link #lambda(LambdaActivity)}.\n@param lambda a consumer that will call methods on {@link LambdaActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambda(LambdaActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@return Runs a Lambda function to modify the message.\n@deprecated Use {@link #lambda()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambda(LambdaActivity)}\n", "documentation" : "

Runs a Lambda function to modify the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Lambda 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" : "hasLambda", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambda", "fluentSetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambda", "getterDocumentation" : "

Runs a Lambda function to modify the message.

\n@return Runs a Lambda function to modify the message.", "getterModel" : { "returnType" : "LambdaActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambda", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lambda", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Lambda", "sensitive" : false, "setterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.", "setterMethodName" : "setLambda", "setterModel" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambda", "variableType" : "LambdaActivity", "documentation" : null, "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambda", "variableType" : "LambdaActivity", "documentation" : "

Runs a Lambda function to modify the message.

", "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastore", "beanStyleSetterMethodName" : "setDatastore", "c2jName" : "datastore", "c2jShape" : "DatastoreActivity", "defaultConsumerFluentSetterDocumentation" : "

Specifies where to store the processed message data.

\nThis is a convenience that creates an instance of the {@link DatastoreActivity.Builder} avoiding the need to create one manually via {@link DatastoreActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreActivity.Builder#build()} is called immediately and its result is passed to {@link #datastore(DatastoreActivity)}.\n@param datastore a consumer that will call methods on {@link DatastoreActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastore(DatastoreActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Specifies where to store the processed message data.

\n@return Specifies where to store the processed message data.\n@deprecated Use {@link #datastore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastore(DatastoreActivity)}\n", "documentation" : "

Specifies where to store the processed message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Datastore 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" : "hasDatastore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastore", "fluentSetterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastore", "getterDocumentation" : "

Specifies where to store the processed message data.

\n@return Specifies where to store the processed message data.", "getterModel" : { "returnType" : "DatastoreActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastore", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Datastore", "sensitive" : false, "setterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.", "setterMethodName" : "setDatastore", "setterModel" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastore", "variableType" : "DatastoreActivity", "documentation" : null, "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastore", "variableType" : "DatastoreActivity", "documentation" : "

Specifies where to store the processed message data.

", "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddAttributes", "beanStyleSetterMethodName" : "setAddAttributes", "c2jName" : "addAttributes", "c2jShape" : "AddAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\nThis is a convenience that creates an instance of the {@link AddAttributesActivity.Builder} avoiding the need to create one manually via {@link AddAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link AddAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #addAttributes(AddAttributesActivity)}.\n@param addAttributes a consumer that will call methods on {@link AddAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addAttributes(AddAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@return Adds other attributes based on existing attributes in the message.\n@deprecated Use {@link #addAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addAttributes(AddAttributesActivity)}\n", "documentation" : "

Adds other attributes based on existing attributes in the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AddAttributes 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" : "hasAddAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addAttributes", "fluentSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addAttributes", "getterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@return Adds other attributes based on existing attributes in the message.", "getterModel" : { "returnType" : "AddAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "addAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "addAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddAttributes", "sensitive" : false, "setterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.", "setterMethodName" : "setAddAttributes", "setterModel" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributes", "variableType" : "AddAttributesActivity", "documentation" : null, "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributes", "variableType" : "AddAttributesActivity", "documentation" : "

Adds other attributes based on existing attributes in the message.

", "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemoveAttributes", "beanStyleSetterMethodName" : "setRemoveAttributes", "c2jName" : "removeAttributes", "c2jShape" : "RemoveAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Removes attributes from a message.

\nThis is a convenience that creates an instance of the {@link RemoveAttributesActivity.Builder} avoiding the need to create one manually via {@link RemoveAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link RemoveAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #removeAttributes(RemoveAttributesActivity)}.\n@param removeAttributes a consumer that will call methods on {@link RemoveAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeAttributes(RemoveAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Removes attributes from a message.

\n@return Removes attributes from a message.\n@deprecated Use {@link #removeAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #removeAttributes(RemoveAttributesActivity)}\n", "documentation" : "

Removes attributes from a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RemoveAttributes 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" : "hasRemoveAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeAttributes", "fluentSetterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeAttributes", "getterDocumentation" : "

Removes attributes from a message.

\n@return Removes attributes from a message.", "getterModel" : { "returnType" : "RemoveAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "removeAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "removeAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveAttributes", "sensitive" : false, "setterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.", "setterMethodName" : "setRemoveAttributes", "setterModel" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributes", "variableType" : "RemoveAttributesActivity", "documentation" : null, "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributes", "variableType" : "RemoveAttributesActivity", "documentation" : "

Removes attributes from a message.

", "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSelectAttributes", "beanStyleSetterMethodName" : "setSelectAttributes", "c2jName" : "selectAttributes", "c2jShape" : "SelectAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\nThis is a convenience that creates an instance of the {@link SelectAttributesActivity.Builder} avoiding the need to create one manually via {@link SelectAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link SelectAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #selectAttributes(SelectAttributesActivity)}.\n@param selectAttributes a consumer that will call methods on {@link SelectAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectAttributes(SelectAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@return Creates a new message using only the specified attributes from the original message.\n@deprecated Use {@link #selectAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #selectAttributes(SelectAttributesActivity)}\n", "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SelectAttributes 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" : "hasSelectAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "selectAttributes", "fluentSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selectAttributes", "getterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@return Creates a new message using only the specified attributes from the original message.", "getterModel" : { "returnType" : "SelectAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "selectAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "selectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SelectAttributes", "sensitive" : false, "setterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.", "setterMethodName" : "setSelectAttributes", "setterModel" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributes", "variableType" : "SelectAttributesActivity", "documentation" : null, "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributes", "variableType" : "SelectAttributesActivity", "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "FilterActivity", "defaultConsumerFluentSetterDocumentation" : "

Filters a message based on its attributes.

\nThis is a convenience that creates an instance of the {@link FilterActivity.Builder} avoiding the need to create one manually via {@link FilterActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link FilterActivity.Builder#build()} is called immediately and its result is passed to {@link #filter(FilterActivity)}.\n@param filter a consumer that will call methods on {@link FilterActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(FilterActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters a message based on its attributes.

\n@return Filters a message based on its attributes.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(FilterActivity)}\n", "documentation" : "

Filters a message based on its attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter 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" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

Filters a message based on its attributes.

\n@return Filters a message based on its attributes.", "getterModel" : { "returnType" : "FilterActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filter", "variableType" : "FilterActivity", "documentation" : null, "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filter", "variableType" : "FilterActivity", "documentation" : "

Filters a message based on its attributes.

", "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMath", "beanStyleSetterMethodName" : "setMath", "c2jName" : "math", "c2jShape" : "MathActivity", "defaultConsumerFluentSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\nThis is a convenience that creates an instance of the {@link MathActivity.Builder} avoiding the need to create one manually via {@link MathActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link MathActivity.Builder#build()} is called immediately and its result is passed to {@link #math(MathActivity)}.\n@param math a consumer that will call methods on {@link MathActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #math(MathActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@return Computes an arithmetic expression using the message's attributes and adds it to the message.\n@deprecated Use {@link #math()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #math(MathActivity)}\n", "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Math 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" : "hasMath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "math", "fluentSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "math", "getterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@return Computes an arithmetic expression using the message's attributes and adds it to the message.", "getterModel" : { "returnType" : "MathActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "math", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "math", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Math", "sensitive" : false, "setterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.", "setterMethodName" : "setMath", "setterModel" : { "variableDeclarationType" : "MathActivity", "variableName" : "math", "variableType" : "MathActivity", "documentation" : null, "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MathActivity", "variableName" : "math", "variableType" : "MathActivity", "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeviceRegistryEnrich", "beanStyleSetterMethodName" : "setDeviceRegistryEnrich", "c2jName" : "deviceRegistryEnrich", "c2jShape" : "DeviceRegistryEnrichActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\nThis is a convenience that creates an instance of the {@link DeviceRegistryEnrichActivity.Builder} avoiding the need to create one manually via {@link DeviceRegistryEnrichActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeviceRegistryEnrichActivity.Builder#build()} is called immediately and its result is passed to {@link #deviceRegistryEnrich(DeviceRegistryEnrichActivity)}.\n@param deviceRegistryEnrich a consumer that will call methods on {@link DeviceRegistryEnrichActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceRegistryEnrich(DeviceRegistryEnrichActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@return Adds data from the AWS IoT device registry to your message.\n@deprecated Use {@link #deviceRegistryEnrich()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceRegistryEnrich(DeviceRegistryEnrichActivity)}\n", "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeviceRegistryEnrich 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" : "hasDeviceRegistryEnrich", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deviceRegistryEnrich", "fluentSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deviceRegistryEnrich", "getterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@return Adds data from the AWS IoT device registry to your message.", "getterModel" : { "returnType" : "DeviceRegistryEnrichActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deviceRegistryEnrich", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deviceRegistryEnrich", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeviceRegistryEnrich", "sensitive" : false, "setterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.", "setterMethodName" : "setDeviceRegistryEnrich", "setterModel" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrich", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : null, "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrich", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeviceShadowEnrich", "beanStyleSetterMethodName" : "setDeviceShadowEnrich", "c2jName" : "deviceShadowEnrich", "c2jShape" : "DeviceShadowEnrichActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\nThis is a convenience that creates an instance of the {@link DeviceShadowEnrichActivity.Builder} avoiding the need to create one manually via {@link DeviceShadowEnrichActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeviceShadowEnrichActivity.Builder#build()} is called immediately and its result is passed to {@link #deviceShadowEnrich(DeviceShadowEnrichActivity)}.\n@param deviceShadowEnrich a consumer that will call methods on {@link DeviceShadowEnrichActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceShadowEnrich(DeviceShadowEnrichActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@return Adds information from the AWS IoT Device Shadows service to a message.\n@deprecated Use {@link #deviceShadowEnrich()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceShadowEnrich(DeviceShadowEnrichActivity)}\n", "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeviceShadowEnrich 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" : "hasDeviceShadowEnrich", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deviceShadowEnrich", "fluentSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deviceShadowEnrich", "getterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@return Adds information from the AWS IoT Device Shadows service to a message.", "getterModel" : { "returnType" : "DeviceShadowEnrichActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deviceShadowEnrich", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deviceShadowEnrich", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeviceShadowEnrich", "sensitive" : false, "setterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.", "setterMethodName" : "setDeviceShadowEnrich", "setterModel" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrich", "variableType" : "DeviceShadowEnrichActivity", "documentation" : null, "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrich", "variableType" : "DeviceShadowEnrichActivity", "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddAttributes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddAttributes", "beanStyleSetterMethodName" : "setAddAttributes", "c2jName" : "addAttributes", "c2jShape" : "AddAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\nThis is a convenience that creates an instance of the {@link AddAttributesActivity.Builder} avoiding the need to create one manually via {@link AddAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link AddAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #addAttributes(AddAttributesActivity)}.\n@param addAttributes a consumer that will call methods on {@link AddAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addAttributes(AddAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@return Adds other attributes based on existing attributes in the message.\n@deprecated Use {@link #addAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addAttributes(AddAttributesActivity)}\n", "documentation" : "

Adds other attributes based on existing attributes in the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AddAttributes 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" : "hasAddAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addAttributes", "fluentSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addAttributes", "getterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@return Adds other attributes based on existing attributes in the message.", "getterModel" : { "returnType" : "AddAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "addAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "addAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddAttributes", "sensitive" : false, "setterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.", "setterMethodName" : "setAddAttributes", "setterModel" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributes", "variableType" : "AddAttributesActivity", "documentation" : null, "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributes", "variableType" : "AddAttributesActivity", "documentation" : "

Adds other attributes based on existing attributes in the message.

", "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Channel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannel", "beanStyleSetterMethodName" : "setChannel", "c2jName" : "channel", "c2jShape" : "ChannelActivity", "defaultConsumerFluentSetterDocumentation" : "

Determines the source of the messages to be processed.

\nThis is a convenience that creates an instance of the {@link ChannelActivity.Builder} avoiding the need to create one manually via {@link ChannelActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelActivity.Builder#build()} is called immediately and its result is passed to {@link #channel(ChannelActivity)}.\n@param channel a consumer that will call methods on {@link ChannelActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channel(ChannelActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Determines the source of the messages to be processed.

\n@return Determines the source of the messages to be processed.\n@deprecated Use {@link #channel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channel(ChannelActivity)}\n", "documentation" : "

Determines the source of the messages to be processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Channel 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" : "hasChannel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channel", "fluentSetterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channel", "getterDocumentation" : "

Determines the source of the messages to be processed.

\n@return Determines the source of the messages to be processed.", "getterModel" : { "returnType" : "ChannelActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Channel", "sensitive" : false, "setterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.", "setterMethodName" : "setChannel", "setterModel" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channel", "variableType" : "ChannelActivity", "documentation" : null, "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channel", "variableType" : "ChannelActivity", "documentation" : "

Determines the source of the messages to be processed.

", "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Datastore" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastore", "beanStyleSetterMethodName" : "setDatastore", "c2jName" : "datastore", "c2jShape" : "DatastoreActivity", "defaultConsumerFluentSetterDocumentation" : "

Specifies where to store the processed message data.

\nThis is a convenience that creates an instance of the {@link DatastoreActivity.Builder} avoiding the need to create one manually via {@link DatastoreActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreActivity.Builder#build()} is called immediately and its result is passed to {@link #datastore(DatastoreActivity)}.\n@param datastore a consumer that will call methods on {@link DatastoreActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastore(DatastoreActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Specifies where to store the processed message data.

\n@return Specifies where to store the processed message data.\n@deprecated Use {@link #datastore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastore(DatastoreActivity)}\n", "documentation" : "

Specifies where to store the processed message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Datastore 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" : "hasDatastore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastore", "fluentSetterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastore", "getterDocumentation" : "

Specifies where to store the processed message data.

\n@return Specifies where to store the processed message data.", "getterModel" : { "returnType" : "DatastoreActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastore", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Datastore", "sensitive" : false, "setterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.", "setterMethodName" : "setDatastore", "setterModel" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastore", "variableType" : "DatastoreActivity", "documentation" : null, "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastore", "variableType" : "DatastoreActivity", "documentation" : "

Specifies where to store the processed message data.

", "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeviceRegistryEnrich" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeviceRegistryEnrich", "beanStyleSetterMethodName" : "setDeviceRegistryEnrich", "c2jName" : "deviceRegistryEnrich", "c2jShape" : "DeviceRegistryEnrichActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\nThis is a convenience that creates an instance of the {@link DeviceRegistryEnrichActivity.Builder} avoiding the need to create one manually via {@link DeviceRegistryEnrichActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeviceRegistryEnrichActivity.Builder#build()} is called immediately and its result is passed to {@link #deviceRegistryEnrich(DeviceRegistryEnrichActivity)}.\n@param deviceRegistryEnrich a consumer that will call methods on {@link DeviceRegistryEnrichActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceRegistryEnrich(DeviceRegistryEnrichActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@return Adds data from the AWS IoT device registry to your message.\n@deprecated Use {@link #deviceRegistryEnrich()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceRegistryEnrich(DeviceRegistryEnrichActivity)}\n", "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeviceRegistryEnrich 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" : "hasDeviceRegistryEnrich", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deviceRegistryEnrich", "fluentSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deviceRegistryEnrich", "getterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@return Adds data from the AWS IoT device registry to your message.", "getterModel" : { "returnType" : "DeviceRegistryEnrichActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deviceRegistryEnrich", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deviceRegistryEnrich", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeviceRegistryEnrich", "sensitive" : false, "setterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.", "setterMethodName" : "setDeviceRegistryEnrich", "setterModel" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrich", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : null, "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrich", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeviceShadowEnrich" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeviceShadowEnrich", "beanStyleSetterMethodName" : "setDeviceShadowEnrich", "c2jName" : "deviceShadowEnrich", "c2jShape" : "DeviceShadowEnrichActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\nThis is a convenience that creates an instance of the {@link DeviceShadowEnrichActivity.Builder} avoiding the need to create one manually via {@link DeviceShadowEnrichActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeviceShadowEnrichActivity.Builder#build()} is called immediately and its result is passed to {@link #deviceShadowEnrich(DeviceShadowEnrichActivity)}.\n@param deviceShadowEnrich a consumer that will call methods on {@link DeviceShadowEnrichActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceShadowEnrich(DeviceShadowEnrichActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@return Adds information from the AWS IoT Device Shadows service to a message.\n@deprecated Use {@link #deviceShadowEnrich()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceShadowEnrich(DeviceShadowEnrichActivity)}\n", "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeviceShadowEnrich 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" : "hasDeviceShadowEnrich", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deviceShadowEnrich", "fluentSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deviceShadowEnrich", "getterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@return Adds information from the AWS IoT Device Shadows service to a message.", "getterModel" : { "returnType" : "DeviceShadowEnrichActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deviceShadowEnrich", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deviceShadowEnrich", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeviceShadowEnrich", "sensitive" : false, "setterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.", "setterMethodName" : "setDeviceShadowEnrich", "setterModel" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrich", "variableType" : "DeviceShadowEnrichActivity", "documentation" : null, "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrich", "variableType" : "DeviceShadowEnrichActivity", "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "FilterActivity", "defaultConsumerFluentSetterDocumentation" : "

Filters a message based on its attributes.

\nThis is a convenience that creates an instance of the {@link FilterActivity.Builder} avoiding the need to create one manually via {@link FilterActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link FilterActivity.Builder#build()} is called immediately and its result is passed to {@link #filter(FilterActivity)}.\n@param filter a consumer that will call methods on {@link FilterActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(FilterActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters a message based on its attributes.

\n@return Filters a message based on its attributes.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(FilterActivity)}\n", "documentation" : "

Filters a message based on its attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter 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" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

Filters a message based on its attributes.

\n@return Filters a message based on its attributes.", "getterModel" : { "returnType" : "FilterActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filter", "variableType" : "FilterActivity", "documentation" : null, "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filter", "variableType" : "FilterActivity", "documentation" : "

Filters a message based on its attributes.

", "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Lambda" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambda", "beanStyleSetterMethodName" : "setLambda", "c2jName" : "lambda", "c2jShape" : "LambdaActivity", "defaultConsumerFluentSetterDocumentation" : "

Runs a Lambda function to modify the message.

\nThis is a convenience that creates an instance of the {@link LambdaActivity.Builder} avoiding the need to create one manually via {@link LambdaActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaActivity.Builder#build()} is called immediately and its result is passed to {@link #lambda(LambdaActivity)}.\n@param lambda a consumer that will call methods on {@link LambdaActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambda(LambdaActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@return Runs a Lambda function to modify the message.\n@deprecated Use {@link #lambda()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambda(LambdaActivity)}\n", "documentation" : "

Runs a Lambda function to modify the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Lambda 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" : "hasLambda", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambda", "fluentSetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambda", "getterDocumentation" : "

Runs a Lambda function to modify the message.

\n@return Runs a Lambda function to modify the message.", "getterModel" : { "returnType" : "LambdaActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambda", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lambda", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Lambda", "sensitive" : false, "setterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.", "setterMethodName" : "setLambda", "setterModel" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambda", "variableType" : "LambdaActivity", "documentation" : null, "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambda", "variableType" : "LambdaActivity", "documentation" : "

Runs a Lambda function to modify the message.

", "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Math" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMath", "beanStyleSetterMethodName" : "setMath", "c2jName" : "math", "c2jShape" : "MathActivity", "defaultConsumerFluentSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\nThis is a convenience that creates an instance of the {@link MathActivity.Builder} avoiding the need to create one manually via {@link MathActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link MathActivity.Builder#build()} is called immediately and its result is passed to {@link #math(MathActivity)}.\n@param math a consumer that will call methods on {@link MathActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #math(MathActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@return Computes an arithmetic expression using the message's attributes and adds it to the message.\n@deprecated Use {@link #math()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #math(MathActivity)}\n", "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Math 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" : "hasMath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "math", "fluentSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "math", "getterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@return Computes an arithmetic expression using the message's attributes and adds it to the message.", "getterModel" : { "returnType" : "MathActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "math", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "math", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Math", "sensitive" : false, "setterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.", "setterMethodName" : "setMath", "setterModel" : { "variableDeclarationType" : "MathActivity", "variableName" : "math", "variableType" : "MathActivity", "documentation" : null, "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MathActivity", "variableName" : "math", "variableType" : "MathActivity", "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RemoveAttributes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemoveAttributes", "beanStyleSetterMethodName" : "setRemoveAttributes", "c2jName" : "removeAttributes", "c2jShape" : "RemoveAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Removes attributes from a message.

\nThis is a convenience that creates an instance of the {@link RemoveAttributesActivity.Builder} avoiding the need to create one manually via {@link RemoveAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link RemoveAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #removeAttributes(RemoveAttributesActivity)}.\n@param removeAttributes a consumer that will call methods on {@link RemoveAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeAttributes(RemoveAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Removes attributes from a message.

\n@return Removes attributes from a message.\n@deprecated Use {@link #removeAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #removeAttributes(RemoveAttributesActivity)}\n", "documentation" : "

Removes attributes from a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RemoveAttributes 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" : "hasRemoveAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeAttributes", "fluentSetterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeAttributes", "getterDocumentation" : "

Removes attributes from a message.

\n@return Removes attributes from a message.", "getterModel" : { "returnType" : "RemoveAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "removeAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "removeAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveAttributes", "sensitive" : false, "setterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.", "setterMethodName" : "setRemoveAttributes", "setterModel" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributes", "variableType" : "RemoveAttributesActivity", "documentation" : null, "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributes", "variableType" : "RemoveAttributesActivity", "documentation" : "

Removes attributes from a message.

", "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SelectAttributes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSelectAttributes", "beanStyleSetterMethodName" : "setSelectAttributes", "c2jName" : "selectAttributes", "c2jShape" : "SelectAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\nThis is a convenience that creates an instance of the {@link SelectAttributesActivity.Builder} avoiding the need to create one manually via {@link SelectAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link SelectAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #selectAttributes(SelectAttributesActivity)}.\n@param selectAttributes a consumer that will call methods on {@link SelectAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectAttributes(SelectAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@return Creates a new message using only the specified attributes from the original message.\n@deprecated Use {@link #selectAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #selectAttributes(SelectAttributesActivity)}\n", "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SelectAttributes 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" : "hasSelectAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "selectAttributes", "fluentSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selectAttributes", "getterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@return Creates a new message using only the specified attributes from the original message.", "getterModel" : { "returnType" : "SelectAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "selectAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "selectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SelectAttributes", "sensitive" : false, "setterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.", "setterMethodName" : "setSelectAttributes", "setterModel" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributes", "variableType" : "SelectAttributesActivity", "documentation" : null, "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributes", "variableType" : "SelectAttributesActivity", "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannel", "beanStyleSetterMethodName" : "setChannel", "c2jName" : "channel", "c2jShape" : "ChannelActivity", "defaultConsumerFluentSetterDocumentation" : "

Determines the source of the messages to be processed.

\nThis is a convenience that creates an instance of the {@link ChannelActivity.Builder} avoiding the need to create one manually via {@link ChannelActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelActivity.Builder#build()} is called immediately and its result is passed to {@link #channel(ChannelActivity)}.\n@param channel a consumer that will call methods on {@link ChannelActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channel(ChannelActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Determines the source of the messages to be processed.

\n@return Determines the source of the messages to be processed.\n@deprecated Use {@link #channel()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channel(ChannelActivity)}\n", "documentation" : "

Determines the source of the messages to be processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Channel 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" : "hasChannel", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channel", "fluentSetterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channel", "getterDocumentation" : "

Determines the source of the messages to be processed.

\n@return Determines the source of the messages to be processed.", "getterModel" : { "returnType" : "ChannelActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Channel", "sensitive" : false, "setterDocumentation" : "

Determines the source of the messages to be processed.

\n@param channel Determines the source of the messages to be processed.", "setterMethodName" : "setChannel", "setterModel" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channel", "variableType" : "ChannelActivity", "documentation" : null, "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelActivity", "variableName" : "channel", "variableType" : "ChannelActivity", "documentation" : "

Determines the source of the messages to be processed.

", "simpleType" : "ChannelActivity", "variableSetterType" : "ChannelActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLambda", "beanStyleSetterMethodName" : "setLambda", "c2jName" : "lambda", "c2jShape" : "LambdaActivity", "defaultConsumerFluentSetterDocumentation" : "

Runs a Lambda function to modify the message.

\nThis is a convenience that creates an instance of the {@link LambdaActivity.Builder} avoiding the need to create one manually via {@link LambdaActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaActivity.Builder#build()} is called immediately and its result is passed to {@link #lambda(LambdaActivity)}.\n@param lambda a consumer that will call methods on {@link LambdaActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambda(LambdaActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@return Runs a Lambda function to modify the message.\n@deprecated Use {@link #lambda()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lambda(LambdaActivity)}\n", "documentation" : "

Runs a Lambda function to modify the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Lambda 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" : "hasLambda", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambda", "fluentSetterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambda", "getterDocumentation" : "

Runs a Lambda function to modify the message.

\n@return Runs a Lambda function to modify the message.", "getterModel" : { "returnType" : "LambdaActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambda", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lambda", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Lambda", "sensitive" : false, "setterDocumentation" : "

Runs a Lambda function to modify the message.

\n@param lambda Runs a Lambda function to modify the message.", "setterMethodName" : "setLambda", "setterModel" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambda", "variableType" : "LambdaActivity", "documentation" : null, "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaActivity", "variableName" : "lambda", "variableType" : "LambdaActivity", "documentation" : "

Runs a Lambda function to modify the message.

", "simpleType" : "LambdaActivity", "variableSetterType" : "LambdaActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastore", "beanStyleSetterMethodName" : "setDatastore", "c2jName" : "datastore", "c2jShape" : "DatastoreActivity", "defaultConsumerFluentSetterDocumentation" : "

Specifies where to store the processed message data.

\nThis is a convenience that creates an instance of the {@link DatastoreActivity.Builder} avoiding the need to create one manually via {@link DatastoreActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreActivity.Builder#build()} is called immediately and its result is passed to {@link #datastore(DatastoreActivity)}.\n@param datastore a consumer that will call methods on {@link DatastoreActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastore(DatastoreActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Specifies where to store the processed message data.

\n@return Specifies where to store the processed message data.\n@deprecated Use {@link #datastore()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastore(DatastoreActivity)}\n", "documentation" : "

Specifies where to store the processed message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Datastore 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" : "hasDatastore", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastore", "fluentSetterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastore", "getterDocumentation" : "

Specifies where to store the processed message data.

\n@return Specifies where to store the processed message data.", "getterModel" : { "returnType" : "DatastoreActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastore", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Datastore", "sensitive" : false, "setterDocumentation" : "

Specifies where to store the processed message data.

\n@param datastore Specifies where to store the processed message data.", "setterMethodName" : "setDatastore", "setterModel" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastore", "variableType" : "DatastoreActivity", "documentation" : null, "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreActivity", "variableName" : "datastore", "variableType" : "DatastoreActivity", "documentation" : "

Specifies where to store the processed message data.

", "simpleType" : "DatastoreActivity", "variableSetterType" : "DatastoreActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddAttributes", "beanStyleSetterMethodName" : "setAddAttributes", "c2jName" : "addAttributes", "c2jShape" : "AddAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\nThis is a convenience that creates an instance of the {@link AddAttributesActivity.Builder} avoiding the need to create one manually via {@link AddAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link AddAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #addAttributes(AddAttributesActivity)}.\n@param addAttributes a consumer that will call methods on {@link AddAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addAttributes(AddAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@return Adds other attributes based on existing attributes in the message.\n@deprecated Use {@link #addAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addAttributes(AddAttributesActivity)}\n", "documentation" : "

Adds other attributes based on existing attributes in the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AddAttributes 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" : "hasAddAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addAttributes", "fluentSetterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addAttributes", "getterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@return Adds other attributes based on existing attributes in the message.", "getterModel" : { "returnType" : "AddAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "addAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "addAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddAttributes", "sensitive" : false, "setterDocumentation" : "

Adds other attributes based on existing attributes in the message.

\n@param addAttributes Adds other attributes based on existing attributes in the message.", "setterMethodName" : "setAddAttributes", "setterModel" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributes", "variableType" : "AddAttributesActivity", "documentation" : null, "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AddAttributesActivity", "variableName" : "addAttributes", "variableType" : "AddAttributesActivity", "documentation" : "

Adds other attributes based on existing attributes in the message.

", "simpleType" : "AddAttributesActivity", "variableSetterType" : "AddAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemoveAttributes", "beanStyleSetterMethodName" : "setRemoveAttributes", "c2jName" : "removeAttributes", "c2jShape" : "RemoveAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Removes attributes from a message.

\nThis is a convenience that creates an instance of the {@link RemoveAttributesActivity.Builder} avoiding the need to create one manually via {@link RemoveAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link RemoveAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #removeAttributes(RemoveAttributesActivity)}.\n@param removeAttributes a consumer that will call methods on {@link RemoveAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeAttributes(RemoveAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Removes attributes from a message.

\n@return Removes attributes from a message.\n@deprecated Use {@link #removeAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #removeAttributes(RemoveAttributesActivity)}\n", "documentation" : "

Removes attributes from a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RemoveAttributes 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" : "hasRemoveAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeAttributes", "fluentSetterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeAttributes", "getterDocumentation" : "

Removes attributes from a message.

\n@return Removes attributes from a message.", "getterModel" : { "returnType" : "RemoveAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "removeAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "removeAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveAttributes", "sensitive" : false, "setterDocumentation" : "

Removes attributes from a message.

\n@param removeAttributes Removes attributes from a message.", "setterMethodName" : "setRemoveAttributes", "setterModel" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributes", "variableType" : "RemoveAttributesActivity", "documentation" : null, "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributes", "variableType" : "RemoveAttributesActivity", "documentation" : "

Removes attributes from a message.

", "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSelectAttributes", "beanStyleSetterMethodName" : "setSelectAttributes", "c2jName" : "selectAttributes", "c2jShape" : "SelectAttributesActivity", "defaultConsumerFluentSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\nThis is a convenience that creates an instance of the {@link SelectAttributesActivity.Builder} avoiding the need to create one manually via {@link SelectAttributesActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link SelectAttributesActivity.Builder#build()} is called immediately and its result is passed to {@link #selectAttributes(SelectAttributesActivity)}.\n@param selectAttributes a consumer that will call methods on {@link SelectAttributesActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectAttributes(SelectAttributesActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@return Creates a new message using only the specified attributes from the original message.\n@deprecated Use {@link #selectAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #selectAttributes(SelectAttributesActivity)}\n", "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SelectAttributes 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" : "hasSelectAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "selectAttributes", "fluentSetterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selectAttributes", "getterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@return Creates a new message using only the specified attributes from the original message.", "getterModel" : { "returnType" : "SelectAttributesActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "selectAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "selectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SelectAttributes", "sensitive" : false, "setterDocumentation" : "

Creates a new message using only the specified attributes from the original message.

\n@param selectAttributes Creates a new message using only the specified attributes from the original message.", "setterMethodName" : "setSelectAttributes", "setterModel" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributes", "variableType" : "SelectAttributesActivity", "documentation" : null, "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributes", "variableType" : "SelectAttributesActivity", "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "FilterActivity", "defaultConsumerFluentSetterDocumentation" : "

Filters a message based on its attributes.

\nThis is a convenience that creates an instance of the {@link FilterActivity.Builder} avoiding the need to create one manually via {@link FilterActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link FilterActivity.Builder#build()} is called immediately and its result is passed to {@link #filter(FilterActivity)}.\n@param filter a consumer that will call methods on {@link FilterActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(FilterActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters a message based on its attributes.

\n@return Filters a message based on its attributes.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(FilterActivity)}\n", "documentation" : "

Filters a message based on its attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter 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" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

Filters a message based on its attributes.

\n@return Filters a message based on its attributes.", "getterModel" : { "returnType" : "FilterActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

Filters a message based on its attributes.

\n@param filter Filters a message based on its attributes.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filter", "variableType" : "FilterActivity", "documentation" : null, "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FilterActivity", "variableName" : "filter", "variableType" : "FilterActivity", "documentation" : "

Filters a message based on its attributes.

", "simpleType" : "FilterActivity", "variableSetterType" : "FilterActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMath", "beanStyleSetterMethodName" : "setMath", "c2jName" : "math", "c2jShape" : "MathActivity", "defaultConsumerFluentSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\nThis is a convenience that creates an instance of the {@link MathActivity.Builder} avoiding the need to create one manually via {@link MathActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link MathActivity.Builder#build()} is called immediately and its result is passed to {@link #math(MathActivity)}.\n@param math a consumer that will call methods on {@link MathActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #math(MathActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@return Computes an arithmetic expression using the message's attributes and adds it to the message.\n@deprecated Use {@link #math()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #math(MathActivity)}\n", "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Math 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" : "hasMath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "math", "fluentSetterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "math", "getterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@return Computes an arithmetic expression using the message's attributes and adds it to the message.", "getterModel" : { "returnType" : "MathActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "math", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "math", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Math", "sensitive" : false, "setterDocumentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

\n@param math Computes an arithmetic expression using the message's attributes and adds it to the message.", "setterMethodName" : "setMath", "setterModel" : { "variableDeclarationType" : "MathActivity", "variableName" : "math", "variableType" : "MathActivity", "documentation" : null, "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MathActivity", "variableName" : "math", "variableType" : "MathActivity", "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "simpleType" : "MathActivity", "variableSetterType" : "MathActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeviceRegistryEnrich", "beanStyleSetterMethodName" : "setDeviceRegistryEnrich", "c2jName" : "deviceRegistryEnrich", "c2jShape" : "DeviceRegistryEnrichActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\nThis is a convenience that creates an instance of the {@link DeviceRegistryEnrichActivity.Builder} avoiding the need to create one manually via {@link DeviceRegistryEnrichActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeviceRegistryEnrichActivity.Builder#build()} is called immediately and its result is passed to {@link #deviceRegistryEnrich(DeviceRegistryEnrichActivity)}.\n@param deviceRegistryEnrich a consumer that will call methods on {@link DeviceRegistryEnrichActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceRegistryEnrich(DeviceRegistryEnrichActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@return Adds data from the AWS IoT device registry to your message.\n@deprecated Use {@link #deviceRegistryEnrich()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceRegistryEnrich(DeviceRegistryEnrichActivity)}\n", "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeviceRegistryEnrich 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" : "hasDeviceRegistryEnrich", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deviceRegistryEnrich", "fluentSetterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deviceRegistryEnrich", "getterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@return Adds data from the AWS IoT device registry to your message.", "getterModel" : { "returnType" : "DeviceRegistryEnrichActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deviceRegistryEnrich", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deviceRegistryEnrich", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeviceRegistryEnrich", "sensitive" : false, "setterDocumentation" : "

Adds data from the AWS IoT device registry to your message.

\n@param deviceRegistryEnrich Adds data from the AWS IoT device registry to your message.", "setterMethodName" : "setDeviceRegistryEnrich", "setterModel" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrich", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : null, "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeviceRegistryEnrichActivity", "variableName" : "deviceRegistryEnrich", "variableType" : "DeviceRegistryEnrichActivity", "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "simpleType" : "DeviceRegistryEnrichActivity", "variableSetterType" : "DeviceRegistryEnrichActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeviceShadowEnrich", "beanStyleSetterMethodName" : "setDeviceShadowEnrich", "c2jName" : "deviceShadowEnrich", "c2jShape" : "DeviceShadowEnrichActivity", "defaultConsumerFluentSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\nThis is a convenience that creates an instance of the {@link DeviceShadowEnrichActivity.Builder} avoiding the need to create one manually via {@link DeviceShadowEnrichActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeviceShadowEnrichActivity.Builder#build()} is called immediately and its result is passed to {@link #deviceShadowEnrich(DeviceShadowEnrichActivity)}.\n@param deviceShadowEnrich a consumer that will call methods on {@link DeviceShadowEnrichActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceShadowEnrich(DeviceShadowEnrichActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@return Adds information from the AWS IoT Device Shadows service to a message.\n@deprecated Use {@link #deviceShadowEnrich()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceShadowEnrich(DeviceShadowEnrichActivity)}\n", "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeviceShadowEnrich 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" : "hasDeviceShadowEnrich", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deviceShadowEnrich", "fluentSetterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deviceShadowEnrich", "getterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@return Adds information from the AWS IoT Device Shadows service to a message.", "getterModel" : { "returnType" : "DeviceShadowEnrichActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deviceShadowEnrich", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deviceShadowEnrich", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeviceShadowEnrich", "sensitive" : false, "setterDocumentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

\n@param deviceShadowEnrich Adds information from the AWS IoT Device Shadows service to a message.", "setterMethodName" : "setDeviceShadowEnrich", "setterModel" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrich", "variableType" : "DeviceShadowEnrichActivity", "documentation" : null, "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeviceShadowEnrichActivity", "variableName" : "deviceShadowEnrich", "variableType" : "DeviceShadowEnrichActivity", "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "simpleType" : "DeviceShadowEnrichActivity", "variableSetterType" : "DeviceShadowEnrichActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PipelineActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "wrapper" : false, "xmlNamespace" : null }, "PipelineSummary" : { "c2jName" : "PipelineSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A summary of information about a pipeline.

", "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" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReprocessingSummaries", "beanStyleSetterMethodName" : "setReprocessingSummaries", "c2jName" : "reprocessingSummaries", "c2jShape" : "ReprocessingSummaries", "defaultConsumerFluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\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 #reprocessingSummaries(List)}.\n@param reprocessingSummaries 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 #reprocessingSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.\n@deprecated Use {@link #reprocessingSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingSummaries(List)}\n", "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingSummaries 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" : "hasReprocessingSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingSummaries", "fluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingSummaries", "getterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.", "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" : "reprocessingSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingSummaries", "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" : "ReprocessingSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReprocessingSummary.Builder} avoiding the need to create one manually via {@link ReprocessingSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReprocessingSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ReprocessingSummary)}.\n@param member a consumer that will call methods on {@link ReprocessingSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReprocessingSummary)", "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(ReprocessingSummary)}\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" : "ReprocessingSummary", "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" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : "", "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReprocessingSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReprocessingSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReprocessingSummaries", "sensitive" : false, "setterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.", "setterMethodName" : "setReprocessingSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : "

A summary of information about the pipeline reprocessing.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was last updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was last updated.

\n@return When the pipeline was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

When the pipeline was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

When the pipeline was last updated.

\n@return When the pipeline was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was last updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was last updated.

\n@return When the pipeline was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

When the pipeline was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

When the pipeline was last updated.

\n@return When the pipeline was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReprocessingSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReprocessingSummaries", "beanStyleSetterMethodName" : "setReprocessingSummaries", "c2jName" : "reprocessingSummaries", "c2jShape" : "ReprocessingSummaries", "defaultConsumerFluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\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 #reprocessingSummaries(List)}.\n@param reprocessingSummaries 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 #reprocessingSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.\n@deprecated Use {@link #reprocessingSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingSummaries(List)}\n", "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingSummaries 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" : "hasReprocessingSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingSummaries", "fluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingSummaries", "getterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.", "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" : "reprocessingSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingSummaries", "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" : "ReprocessingSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReprocessingSummary.Builder} avoiding the need to create one manually via {@link ReprocessingSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReprocessingSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ReprocessingSummary)}.\n@param member a consumer that will call methods on {@link ReprocessingSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReprocessingSummary)", "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(ReprocessingSummary)}\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" : "ReprocessingSummary", "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" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : "", "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReprocessingSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReprocessingSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReprocessingSummaries", "sensitive" : false, "setterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.", "setterMethodName" : "setReprocessingSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : "

A summary of information about the pipeline reprocessing.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline.

\n@return The name of the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline.

\n@param pipelineName The name of the pipeline.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReprocessingSummaries", "beanStyleSetterMethodName" : "setReprocessingSummaries", "c2jName" : "reprocessingSummaries", "c2jShape" : "ReprocessingSummaries", "defaultConsumerFluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\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 #reprocessingSummaries(List)}.\n@param reprocessingSummaries 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 #reprocessingSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.\n@deprecated Use {@link #reprocessingSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingSummaries(List)}\n", "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingSummaries 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" : "hasReprocessingSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingSummaries", "fluentSetterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingSummaries", "getterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReprocessingSummaries()} to see if a value was sent in this field.\n

\n@return A summary of information about the pipeline reprocessing.", "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" : "reprocessingSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingSummaries", "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" : "ReprocessingSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReprocessingSummary.Builder} avoiding the need to create one manually via {@link ReprocessingSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReprocessingSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ReprocessingSummary)}.\n@param member a consumer that will call methods on {@link ReprocessingSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReprocessingSummary)", "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(ReprocessingSummary)}\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" : "ReprocessingSummary", "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" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "member", "variableType" : "ReprocessingSummary", "documentation" : "", "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReprocessingSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReprocessingSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReprocessingSummaries", "sensitive" : false, "setterDocumentation" : "

A summary of information about the pipeline reprocessing.

\n@param reprocessingSummaries A summary of information about the pipeline reprocessing.", "setterMethodName" : "setReprocessingSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reprocessingSummaries", "variableType" : "java.util.List", "documentation" : "

A summary of information about the pipeline reprocessing.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

When the pipeline was created.

\n@return When the pipeline was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was created.

\n@param creationTime When the pipeline was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "lastUpdateTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

When the pipeline was last updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the pipeline was last updated.

\n@return When the pipeline was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n", "documentation" : "

When the pipeline was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdateTime 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" : "hasLastUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

When the pipeline was last updated.

\n@return When the pipeline was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "sensitive" : false, "setterDocumentation" : "

When the pipeline was last updated.

\n@param lastUpdateTime When the pipeline was last updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

When the pipeline was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PipelineSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PipelineSummary", "variableName" : "pipelineSummary", "variableType" : "PipelineSummary", "documentation" : null, "simpleType" : "PipelineSummary", "variableSetterType" : "PipelineSummary" }, "wrapper" : false, "xmlNamespace" : null }, "PutLoggingOptionsRequest" : { "c2jName" : "PutLoggingOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutLoggingOptions", "locationName" : null, "requestUri" : "/logging", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoggingOptions", "beanStyleSetterMethodName" : "setLoggingOptions", "c2jName" : "loggingOptions", "c2jShape" : "LoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\nThis is a convenience that creates an instance of the {@link LoggingOptions.Builder} avoiding the need to create one manually via {@link LoggingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingOptions.Builder#build()} is called immediately and its result is passed to {@link #loggingOptions(LoggingOptions)}.\n@param loggingOptions a consumer that will call methods on {@link LoggingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loggingOptions(LoggingOptions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@return The new values of the AWS IoT Analytics logging options.\n@deprecated Use {@link #loggingOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loggingOptions(LoggingOptions)}\n", "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoggingOptions 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" : "hasLoggingOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loggingOptions", "fluentSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loggingOptions", "getterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@return The new values of the AWS IoT Analytics logging options.", "getterModel" : { "returnType" : "LoggingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "loggingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "loggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LoggingOptions", "sensitive" : false, "setterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.", "setterMethodName" : "setLoggingOptions", "setterModel" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoggingOptions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoggingOptions", "beanStyleSetterMethodName" : "setLoggingOptions", "c2jName" : "loggingOptions", "c2jShape" : "LoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\nThis is a convenience that creates an instance of the {@link LoggingOptions.Builder} avoiding the need to create one manually via {@link LoggingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingOptions.Builder#build()} is called immediately and its result is passed to {@link #loggingOptions(LoggingOptions)}.\n@param loggingOptions a consumer that will call methods on {@link LoggingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loggingOptions(LoggingOptions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@return The new values of the AWS IoT Analytics logging options.\n@deprecated Use {@link #loggingOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loggingOptions(LoggingOptions)}\n", "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoggingOptions 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" : "hasLoggingOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loggingOptions", "fluentSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loggingOptions", "getterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@return The new values of the AWS IoT Analytics logging options.", "getterModel" : { "returnType" : "LoggingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "loggingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "loggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LoggingOptions", "sensitive" : false, "setterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.", "setterMethodName" : "setLoggingOptions", "setterModel" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoggingOptions", "beanStyleSetterMethodName" : "setLoggingOptions", "c2jName" : "loggingOptions", "c2jShape" : "LoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\nThis is a convenience that creates an instance of the {@link LoggingOptions.Builder} avoiding the need to create one manually via {@link LoggingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoggingOptions.Builder#build()} is called immediately and its result is passed to {@link #loggingOptions(LoggingOptions)}.\n@param loggingOptions a consumer that will call methods on {@link LoggingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loggingOptions(LoggingOptions)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@return The new values of the AWS IoT Analytics logging options.\n@deprecated Use {@link #loggingOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loggingOptions(LoggingOptions)}\n", "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoggingOptions 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" : "hasLoggingOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loggingOptions", "fluentSetterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loggingOptions", "getterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@return The new values of the AWS IoT Analytics logging options.", "getterModel" : { "returnType" : "LoggingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "loggingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "loggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LoggingOptions", "sensitive" : false, "setterDocumentation" : "

The new values of the AWS IoT Analytics logging options.

\n@param loggingOptions The new values of the AWS IoT Analytics logging options.", "setterMethodName" : "setLoggingOptions", "setterModel" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : null, "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoggingOptions", "variableName" : "loggingOptions", "variableType" : "LoggingOptions", "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "simpleType" : "LoggingOptions", "variableSetterType" : "LoggingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "loggingOptions" ], "shapeName" : "PutLoggingOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutLoggingOptionsRequest", "variableName" : "putLoggingOptionsRequest", "variableType" : "PutLoggingOptionsRequest", "documentation" : null, "simpleType" : "PutLoggingOptionsRequest", "variableSetterType" : "PutLoggingOptionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutLoggingOptionsResponse" : { "c2jName" : "PutLoggingOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutLoggingOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutLoggingOptionsResponse", "variableName" : "putLoggingOptionsResponse", "variableType" : "PutLoggingOptionsResponse", "documentation" : null, "simpleType" : "PutLoggingOptionsResponse", "variableSetterType" : "PutLoggingOptionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "QueryFilter" : { "c2jName" : "QueryFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information which is used to filter message data, to segregate it according to the time frame in which it arrives.

", "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" : "getDeltaTime", "beanStyleSetterMethodName" : "setDeltaTime", "c2jName" : "deltaTime", "c2jShape" : "DeltaTime", "defaultConsumerFluentSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\nThis is a convenience that creates an instance of the {@link DeltaTime.Builder} avoiding the need to create one manually via {@link DeltaTime#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeltaTime.Builder#build()} is called immediately and its result is passed to {@link #deltaTime(DeltaTime)}.\n@param deltaTime a consumer that will call methods on {@link DeltaTime.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deltaTime(DeltaTime)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@return Used to limit data to that which has arrived since the last execution of the action.\n@deprecated Use {@link #deltaTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deltaTime(DeltaTime)}\n", "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeltaTime 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" : "hasDeltaTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deltaTime", "fluentSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deltaTime", "getterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@return Used to limit data to that which has arrived since the last execution of the action.", "getterModel" : { "returnType" : "DeltaTime", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deltaTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deltaTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeltaTime", "sensitive" : false, "setterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.", "setterMethodName" : "setDeltaTime", "setterModel" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : null, "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeltaTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeltaTime", "beanStyleSetterMethodName" : "setDeltaTime", "c2jName" : "deltaTime", "c2jShape" : "DeltaTime", "defaultConsumerFluentSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\nThis is a convenience that creates an instance of the {@link DeltaTime.Builder} avoiding the need to create one manually via {@link DeltaTime#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeltaTime.Builder#build()} is called immediately and its result is passed to {@link #deltaTime(DeltaTime)}.\n@param deltaTime a consumer that will call methods on {@link DeltaTime.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deltaTime(DeltaTime)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@return Used to limit data to that which has arrived since the last execution of the action.\n@deprecated Use {@link #deltaTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deltaTime(DeltaTime)}\n", "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeltaTime 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" : "hasDeltaTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deltaTime", "fluentSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deltaTime", "getterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@return Used to limit data to that which has arrived since the last execution of the action.", "getterModel" : { "returnType" : "DeltaTime", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deltaTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deltaTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeltaTime", "sensitive" : false, "setterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.", "setterMethodName" : "setDeltaTime", "setterModel" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : null, "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeltaTime", "beanStyleSetterMethodName" : "setDeltaTime", "c2jName" : "deltaTime", "c2jShape" : "DeltaTime", "defaultConsumerFluentSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\nThis is a convenience that creates an instance of the {@link DeltaTime.Builder} avoiding the need to create one manually via {@link DeltaTime#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeltaTime.Builder#build()} is called immediately and its result is passed to {@link #deltaTime(DeltaTime)}.\n@param deltaTime a consumer that will call methods on {@link DeltaTime.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deltaTime(DeltaTime)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@return Used to limit data to that which has arrived since the last execution of the action.\n@deprecated Use {@link #deltaTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deltaTime(DeltaTime)}\n", "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeltaTime 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" : "hasDeltaTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deltaTime", "fluentSetterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deltaTime", "getterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@return Used to limit data to that which has arrived since the last execution of the action.", "getterModel" : { "returnType" : "DeltaTime", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deltaTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deltaTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeltaTime", "sensitive" : false, "setterDocumentation" : "

Used to limit data to that which has arrived since the last execution of the action.

\n@param deltaTime Used to limit data to that which has arrived since the last execution of the action.", "setterMethodName" : "setDeltaTime", "setterModel" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : null, "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeltaTime", "variableName" : "deltaTime", "variableType" : "DeltaTime", "documentation" : "

Used to limit data to that which has arrived since the last execution of the action.

", "simpleType" : "DeltaTime", "variableSetterType" : "DeltaTime" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryFilter", "variableName" : "queryFilter", "variableType" : "QueryFilter", "documentation" : null, "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveAttributesActivity" : { "c2jName" : "RemoveAttributesActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An activity that removes attributes from a message.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@return The name of the 'removeAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'removeAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@return The name of the 'removeAttributes' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'removeAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNames", "defaultConsumerFluentSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of 1-50 attributes to remove from the message.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

A list of 1-50 attributes to remove from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of 1-50 attributes to remove from the message.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "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" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A list of 1-50 attributes to remove from the message.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNames", "defaultConsumerFluentSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of 1-50 attributes to remove from the message.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

A list of 1-50 attributes to remove from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of 1-50 attributes to remove from the message.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "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" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A list of 1-50 attributes to remove from the message.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@return The name of the 'removeAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'removeAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@return The name of the 'removeAttributes' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'removeAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@return The name of the 'removeAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'removeAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@return The name of the 'removeAttributes' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'removeAttributes' activity.

\n@param name The name of the 'removeAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'removeAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNames", "defaultConsumerFluentSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of 1-50 attributes to remove from the message.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

A list of 1-50 attributes to remove from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of 1-50 attributes to remove from the message.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "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" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of 1-50 attributes to remove from the message.

\n@param attributes A list of 1-50 attributes to remove from the message.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A list of 1-50 attributes to remove from the message.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "attributes" ], "shapeName" : "RemoveAttributesActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveAttributesActivity", "variableName" : "removeAttributesActivity", "variableType" : "RemoveAttributesActivity", "documentation" : null, "simpleType" : "RemoveAttributesActivity", "variableSetterType" : "RemoveAttributesActivity" }, "wrapper" : false, "xmlNamespace" : null }, "ReprocessingStatus" : { "c2jName" : "ReprocessingStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "CANCELLED", "value" : "CANCELLED" }, { "name" : "FAILED", "value" : "FAILED" } ], "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" : "ReprocessingStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReprocessingStatus", "variableName" : "reprocessingStatus", "variableType" : "ReprocessingStatus", "documentation" : null, "simpleType" : "ReprocessingStatus", "variableSetterType" : "ReprocessingStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ReprocessingSummary" : { "c2jName" : "ReprocessingSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about pipeline reprocessing.

", "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" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@return The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id 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" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@return The 'reprocessingId' returned by \"StartPipelineReprocessing\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ReprocessingStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the pipeline reprocessing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the pipeline reprocessing.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ReprocessingStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReprocessingStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : "ReprocessingStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReprocessingStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the pipeline reprocessing.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ReprocessingStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the pipeline reprocessing.\n@see ReprocessingStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the pipeline reprocessing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the pipeline reprocessing was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@return The time the pipeline reprocessing was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The time the pipeline reprocessing was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The time the pipeline reprocessing was created.

\n@return The time the pipeline reprocessing was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The time the pipeline reprocessing was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the pipeline reprocessing was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@return The time the pipeline reprocessing was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The time the pipeline reprocessing was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The time the pipeline reprocessing was created.

\n@return The time the pipeline reprocessing was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The time the pipeline reprocessing was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@return The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id 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" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@return The 'reprocessingId' returned by \"StartPipelineReprocessing\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ReprocessingStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the pipeline reprocessing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the pipeline reprocessing.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ReprocessingStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReprocessingStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : "ReprocessingStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReprocessingStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the pipeline reprocessing.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ReprocessingStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the pipeline reprocessing.\n@see ReprocessingStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the pipeline reprocessing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@return The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id 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" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@return The 'reprocessingId' returned by \"StartPipelineReprocessing\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

\n@param id The 'reprocessingId' returned by \"StartPipelineReprocessing\".", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ReprocessingStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the pipeline reprocessing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the pipeline reprocessing.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ReprocessingStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReprocessingStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : "ReprocessingStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReprocessingStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the pipeline reprocessing.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ReprocessingStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the pipeline reprocessing.\n@see ReprocessingStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the pipeline reprocessing.

\n@param status The status of the pipeline reprocessing.\n@see ReprocessingStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the pipeline reprocessing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the pipeline reprocessing was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@return The time the pipeline reprocessing was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

The time the pipeline reprocessing was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime 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" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The time the pipeline reprocessing was created.

\n@return The time the pipeline reprocessing was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The time the pipeline reprocessing was created.

\n@param creationTime The time the pipeline reprocessing was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

The time the pipeline reprocessing was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReprocessingSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReprocessingSummary", "variableName" : "reprocessingSummary", "variableType" : "ReprocessingSummary", "documentation" : null, "simpleType" : "ReprocessingSummary", "variableSetterType" : "ReprocessingSummary" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A resource with the same name already exists.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "resourceId", "c2jShape" : "resourceId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the resource.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the resource.

\n@return The ID of the resource.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

The ID of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId 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" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

The ID of the resource.

\n@return The ID of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The ID of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "resourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource.

\n@return The ARN of the resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource.

\n@return The ARN of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "resourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource.

\n@return The ARN of the resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource.

\n@return The ARN of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "resourceId", "c2jShape" : "resourceId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the resource.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the resource.

\n@return The ID of the resource.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

The ID of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId 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" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

The ID of the resource.

\n@return The ID of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The ID of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "resourceId", "c2jShape" : "resourceId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the resource.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the resource.

\n@return The ID of the resource.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

The ID of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId 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" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

The ID of the resource.

\n@return The ID of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

The ID of the resource.

\n@param resourceId The ID of the resource.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The ID of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "resourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource.

\n@return The ARN of the resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource.

\n@return The ARN of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource.

\n@param resourceArn The ARN of the resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceAlreadyExistsException", "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceConfiguration" : { "c2jName" : "ResourceConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The configuration of the resource used to execute the \"containerAction\".

", "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" : "getComputeType", "beanStyleSetterMethodName" : "setComputeType", "c2jName" : "computeType", "c2jShape" : "ComputeType", "defaultConsumerFluentSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #computeTypeAsString(String)}.\n@param computeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #computeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #computeType} will return {@link ComputeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #computeTypeAsString}.\n

\n@return The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@deprecated Use {@link #computeTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComputeType\n@deprecated Use {@link #computeType(String)}\n", "documentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

", "endpointDiscoveryId" : false, "enumType" : "ComputeType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComputeType 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" : "hasComputeType", "fluentEnumGetterMethodName" : "computeType", "fluentEnumSetterMethodName" : "computeType", "fluentGetterMethodName" : "computeTypeAsString", "fluentSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComputeType", "fluentSetterMethodName" : "computeType", "getterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #computeType} will return {@link ComputeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #computeTypeAsString}.\n

\n@return The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "computeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "computeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComputeType", "sensitive" : false, "setterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType", "setterMethodName" : "setComputeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "computeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "computeType", "variableType" : "String", "documentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVolumeSizeInGB", "beanStyleSetterMethodName" : "setVolumeSizeInGB", "c2jName" : "volumeSizeInGB", "c2jShape" : "VolumeSizeInGB", "defaultConsumerFluentSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\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 #volumeSizeInGB(Integer)}.\n@param volumeSizeInGB 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 #volumeSizeInGB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@return The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@deprecated Use {@link #volumeSizeInGB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #volumeSizeInGB(Integer)}\n", "documentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VolumeSizeInGB 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" : "hasVolumeSizeInGB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "volumeSizeInGB", "fluentSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "volumeSizeInGB", "getterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@return The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).", "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" : "volumeSizeInGB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "volumeSizeInGB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "VolumeSizeInGB", "sensitive" : false, "setterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).", "setterMethodName" : "setVolumeSizeInGB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSizeInGB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSizeInGB", "variableType" : "Integer", "documentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComputeType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComputeType", "beanStyleSetterMethodName" : "setComputeType", "c2jName" : "computeType", "c2jShape" : "ComputeType", "defaultConsumerFluentSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #computeTypeAsString(String)}.\n@param computeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #computeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #computeType} will return {@link ComputeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #computeTypeAsString}.\n

\n@return The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@deprecated Use {@link #computeTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComputeType\n@deprecated Use {@link #computeType(String)}\n", "documentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

", "endpointDiscoveryId" : false, "enumType" : "ComputeType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComputeType 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" : "hasComputeType", "fluentEnumGetterMethodName" : "computeType", "fluentEnumSetterMethodName" : "computeType", "fluentGetterMethodName" : "computeTypeAsString", "fluentSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComputeType", "fluentSetterMethodName" : "computeType", "getterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #computeType} will return {@link ComputeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #computeTypeAsString}.\n

\n@return The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "computeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "computeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComputeType", "sensitive" : false, "setterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType", "setterMethodName" : "setComputeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "computeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "computeType", "variableType" : "String", "documentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VolumeSizeInGB" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVolumeSizeInGB", "beanStyleSetterMethodName" : "setVolumeSizeInGB", "c2jName" : "volumeSizeInGB", "c2jShape" : "VolumeSizeInGB", "defaultConsumerFluentSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\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 #volumeSizeInGB(Integer)}.\n@param volumeSizeInGB 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 #volumeSizeInGB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@return The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@deprecated Use {@link #volumeSizeInGB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #volumeSizeInGB(Integer)}\n", "documentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VolumeSizeInGB 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" : "hasVolumeSizeInGB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "volumeSizeInGB", "fluentSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "volumeSizeInGB", "getterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@return The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).", "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" : "volumeSizeInGB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "volumeSizeInGB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "VolumeSizeInGB", "sensitive" : false, "setterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).", "setterMethodName" : "setVolumeSizeInGB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSizeInGB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSizeInGB", "variableType" : "Integer", "documentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComputeType", "beanStyleSetterMethodName" : "setComputeType", "c2jName" : "computeType", "c2jShape" : "ComputeType", "defaultConsumerFluentSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #computeTypeAsString(String)}.\n@param computeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #computeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #computeType} will return {@link ComputeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #computeTypeAsString}.\n

\n@return The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@deprecated Use {@link #computeTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComputeType\n@deprecated Use {@link #computeType(String)}\n", "documentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

", "endpointDiscoveryId" : false, "enumType" : "ComputeType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComputeType 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" : "hasComputeType", "fluentEnumGetterMethodName" : "computeType", "fluentEnumSetterMethodName" : "computeType", "fluentGetterMethodName" : "computeTypeAsString", "fluentSetterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComputeType", "fluentSetterMethodName" : "computeType", "getterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #computeType} will return {@link ComputeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #computeTypeAsString}.\n

\n@return The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "computeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "computeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComputeType", "sensitive" : false, "setterDocumentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

\n@param computeType The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).\n@see ComputeType", "setterMethodName" : "setComputeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "computeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "computeType", "variableType" : "String", "documentation" : "

The type of the compute resource used to execute the \"containerAction\". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVolumeSizeInGB", "beanStyleSetterMethodName" : "setVolumeSizeInGB", "c2jName" : "volumeSizeInGB", "c2jShape" : "VolumeSizeInGB", "defaultConsumerFluentSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\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 #volumeSizeInGB(Integer)}.\n@param volumeSizeInGB 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 #volumeSizeInGB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@return The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@deprecated Use {@link #volumeSizeInGB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #volumeSizeInGB(Integer)}\n", "documentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VolumeSizeInGB 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" : "hasVolumeSizeInGB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "volumeSizeInGB", "fluentSetterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "volumeSizeInGB", "getterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@return The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).", "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" : "volumeSizeInGB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "volumeSizeInGB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "VolumeSizeInGB", "sensitive" : false, "setterDocumentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

\n@param volumeSizeInGB The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).", "setterMethodName" : "setVolumeSizeInGB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSizeInGB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSizeInGB", "variableType" : "Integer", "documentation" : "

The size (in GB) of the persistent storage available to the resource instance used to execute the \"containerAction\" (min: 1, max: 50).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "computeType", "volumeSizeInGB" ], "shapeName" : "ResourceConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceConfiguration", "variableName" : "resourceConfiguration", "variableType" : "ResourceConfiguration", "documentation" : null, "simpleType" : "ResourceConfiguration", "variableSetterType" : "ResourceConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A resource with the specified name could not be found.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "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 }, "RetentionPeriod" : { "c2jName" : "RetentionPeriod", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

How long, in days, message data is kept.

", "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" : "getUnlimited", "beanStyleSetterMethodName" : "setUnlimited", "c2jName" : "unlimited", "c2jShape" : "UnlimitedRetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

If true, message data is kept indefinitely.

\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 #unlimited(Boolean)}.\n@param unlimited 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 #unlimited(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, message data is kept indefinitely.

\n@return If true, message data is kept indefinitely.\n@deprecated Use {@link #unlimited()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unlimited(Boolean)}\n", "documentation" : "

If true, message data is kept indefinitely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Unlimited 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" : "hasUnlimited", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unlimited", "fluentSetterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unlimited", "getterDocumentation" : "

If true, message data is kept indefinitely.

\n@return If true, message data is kept indefinitely.", "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" : "unlimited", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "unlimited", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Unlimited", "sensitive" : false, "setterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.", "setterMethodName" : "setUnlimited", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : "

If true, message data is kept indefinitely.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfDays", "beanStyleSetterMethodName" : "setNumberOfDays", "c2jName" : "numberOfDays", "c2jShape" : "RetentionPeriodInDays", "defaultConsumerFluentSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\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 #numberOfDays(Integer)}.\n@param numberOfDays 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 #numberOfDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@return The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@deprecated Use {@link #numberOfDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfDays(Integer)}\n", "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfDays 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" : "hasNumberOfDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfDays", "fluentSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfDays", "getterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@return The number of days that message data is kept. The \"unlimited\" parameter must be false.", "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" : "numberOfDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfDays", "sensitive" : false, "setterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.", "setterMethodName" : "setNumberOfDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfDays", "variableType" : "Integer", "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NumberOfDays" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfDays", "beanStyleSetterMethodName" : "setNumberOfDays", "c2jName" : "numberOfDays", "c2jShape" : "RetentionPeriodInDays", "defaultConsumerFluentSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\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 #numberOfDays(Integer)}.\n@param numberOfDays 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 #numberOfDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@return The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@deprecated Use {@link #numberOfDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfDays(Integer)}\n", "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfDays 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" : "hasNumberOfDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfDays", "fluentSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfDays", "getterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@return The number of days that message data is kept. The \"unlimited\" parameter must be false.", "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" : "numberOfDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfDays", "sensitive" : false, "setterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.", "setterMethodName" : "setNumberOfDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfDays", "variableType" : "Integer", "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Unlimited" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnlimited", "beanStyleSetterMethodName" : "setUnlimited", "c2jName" : "unlimited", "c2jShape" : "UnlimitedRetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

If true, message data is kept indefinitely.

\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 #unlimited(Boolean)}.\n@param unlimited 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 #unlimited(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, message data is kept indefinitely.

\n@return If true, message data is kept indefinitely.\n@deprecated Use {@link #unlimited()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unlimited(Boolean)}\n", "documentation" : "

If true, message data is kept indefinitely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Unlimited 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" : "hasUnlimited", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unlimited", "fluentSetterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unlimited", "getterDocumentation" : "

If true, message data is kept indefinitely.

\n@return If true, message data is kept indefinitely.", "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" : "unlimited", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "unlimited", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Unlimited", "sensitive" : false, "setterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.", "setterMethodName" : "setUnlimited", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : "

If true, message data is kept indefinitely.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnlimited", "beanStyleSetterMethodName" : "setUnlimited", "c2jName" : "unlimited", "c2jShape" : "UnlimitedRetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

If true, message data is kept indefinitely.

\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 #unlimited(Boolean)}.\n@param unlimited 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 #unlimited(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, message data is kept indefinitely.

\n@return If true, message data is kept indefinitely.\n@deprecated Use {@link #unlimited()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unlimited(Boolean)}\n", "documentation" : "

If true, message data is kept indefinitely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Unlimited 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" : "hasUnlimited", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unlimited", "fluentSetterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unlimited", "getterDocumentation" : "

If true, message data is kept indefinitely.

\n@return If true, message data is kept indefinitely.", "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" : "unlimited", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "unlimited", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Unlimited", "sensitive" : false, "setterDocumentation" : "

If true, message data is kept indefinitely.

\n@param unlimited If true, message data is kept indefinitely.", "setterMethodName" : "setUnlimited", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : "

If true, message data is kept indefinitely.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfDays", "beanStyleSetterMethodName" : "setNumberOfDays", "c2jName" : "numberOfDays", "c2jShape" : "RetentionPeriodInDays", "defaultConsumerFluentSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\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 #numberOfDays(Integer)}.\n@param numberOfDays 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 #numberOfDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@return The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@deprecated Use {@link #numberOfDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfDays(Integer)}\n", "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfDays 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" : "hasNumberOfDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfDays", "fluentSetterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfDays", "getterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@return The number of days that message data is kept. The \"unlimited\" parameter must be false.", "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" : "numberOfDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfDays", "sensitive" : false, "setterDocumentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

\n@param numberOfDays The number of days that message data is kept. The \"unlimited\" parameter must be false.", "setterMethodName" : "setNumberOfDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfDays", "variableType" : "Integer", "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RetentionPeriod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "wrapper" : false, "xmlNamespace" : null }, "RunPipelineActivityRequest" : { "c2jName" : "RunPipelineActivityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RunPipelineActivity", "locationName" : null, "requestUri" : "/pipelineactivities/run", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineActivity", "beanStyleSetterMethodName" : "setPipelineActivity", "c2jName" : "pipelineActivity", "c2jShape" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #pipelineActivity(PipelineActivity)}.\n@param pipelineActivity a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineActivity(PipelineActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@return The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@deprecated Use {@link #pipelineActivity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivity(PipelineActivity)}\n", "documentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivity 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" : "hasPipelineActivity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivity", "fluentSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivity", "getterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@return The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.", "getterModel" : { "returnType" : "PipelineActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipelineActivity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PipelineActivity", "sensitive" : false, "setterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.", "setterMethodName" : "setPipelineActivity", "setterModel" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The sample message payloads on which the pipeline activity is run.\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The sample message payloads on which the pipeline activity is run.", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Payloads" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The sample message payloads on which the pipeline activity is run.\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The sample message payloads on which the pipeline activity is run.", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineActivity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineActivity", "beanStyleSetterMethodName" : "setPipelineActivity", "c2jName" : "pipelineActivity", "c2jShape" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #pipelineActivity(PipelineActivity)}.\n@param pipelineActivity a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineActivity(PipelineActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@return The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@deprecated Use {@link #pipelineActivity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivity(PipelineActivity)}\n", "documentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivity 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" : "hasPipelineActivity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivity", "fluentSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivity", "getterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@return The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.", "getterModel" : { "returnType" : "PipelineActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipelineActivity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PipelineActivity", "sensitive" : false, "setterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.", "setterMethodName" : "setPipelineActivity", "setterModel" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineActivity", "beanStyleSetterMethodName" : "setPipelineActivity", "c2jName" : "pipelineActivity", "c2jShape" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #pipelineActivity(PipelineActivity)}.\n@param pipelineActivity a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineActivity(PipelineActivity)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@return The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@deprecated Use {@link #pipelineActivity()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivity(PipelineActivity)}\n", "documentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivity 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" : "hasPipelineActivity", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivity", "fluentSetterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivity", "getterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@return The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.", "getterModel" : { "returnType" : "PipelineActivity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "pipelineActivity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PipelineActivity", "sensitive" : false, "setterDocumentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

\n@param pipelineActivity The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.", "setterMethodName" : "setPipelineActivity", "setterModel" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "pipelineActivity", "variableType" : "PipelineActivity", "documentation" : "

The pipeline activity that is run. This must not be a 'channel' activity or a 'datastore' activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a 'lambda' activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The sample message payloads on which the pipeline activity is run.\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The sample message payloads on which the pipeline activity is run.", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The sample message payloads on which the pipeline activity is run.

\n@param payloads The sample message payloads on which the pipeline activity is run.", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineActivity", "payloads" ], "shapeName" : "RunPipelineActivityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RunPipelineActivityRequest", "variableName" : "runPipelineActivityRequest", "variableType" : "RunPipelineActivityRequest", "documentation" : null, "simpleType" : "RunPipelineActivityRequest", "variableSetterType" : "RunPipelineActivityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RunPipelineActivityResponse" : { "c2jName" : "RunPipelineActivityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogResult", "beanStyleSetterMethodName" : "setLogResult", "c2jName" : "logResult", "c2jShape" : "LogResult", "defaultConsumerFluentSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logResult(String)}.\n@param logResult a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logResult(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@return In case the pipeline activity fails, the log message that is generated.\n@deprecated Use {@link #logResult()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logResult(String)}\n", "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogResult 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" : "hasLogResult", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logResult", "fluentSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logResult", "getterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@return In case the pipeline activity fails, the log message that is generated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logResult", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logResult", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogResult", "sensitive" : false, "setterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.", "setterMethodName" : "setLogResult", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogResult" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogResult", "beanStyleSetterMethodName" : "setLogResult", "c2jName" : "logResult", "c2jShape" : "LogResult", "defaultConsumerFluentSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logResult(String)}.\n@param logResult a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logResult(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@return In case the pipeline activity fails, the log message that is generated.\n@deprecated Use {@link #logResult()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logResult(String)}\n", "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogResult 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" : "hasLogResult", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logResult", "fluentSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logResult", "getterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@return In case the pipeline activity fails, the log message that is generated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logResult", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logResult", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogResult", "sensitive" : false, "setterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.", "setterMethodName" : "setLogResult", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Payloads" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

\n@param payloads The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogResult", "beanStyleSetterMethodName" : "setLogResult", "c2jName" : "logResult", "c2jShape" : "LogResult", "defaultConsumerFluentSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logResult(String)}.\n@param logResult a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logResult(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@return In case the pipeline activity fails, the log message that is generated.\n@deprecated Use {@link #logResult()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logResult(String)}\n", "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogResult 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" : "hasLogResult", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logResult", "fluentSetterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logResult", "getterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@return In case the pipeline activity fails, the log message that is generated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logResult", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logResult", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogResult", "sensitive" : false, "setterDocumentation" : "

In case the pipeline activity fails, the log message that is generated.

\n@param logResult In case the pipeline activity fails, the log message that is generated.", "setterMethodName" : "setLogResult", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RunPipelineActivityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RunPipelineActivityResponse", "variableName" : "runPipelineActivityResponse", "variableType" : "RunPipelineActivityResponse", "documentation" : null, "simpleType" : "RunPipelineActivityResponse", "variableSetterType" : "RunPipelineActivityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "S3DestinationConfiguration" : { "c2jName" : "S3DestinationConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "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" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@return The name of the Amazon S3 bucket to which data set contents are delivered.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@return The name of the Amazon S3 bucket to which data set contents are delivered.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "BucketKeyExpression", "defaultConsumerFluentSetterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@return The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

", "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@return The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".", "getterModel" : { "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".", "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGlueConfiguration", "beanStyleSetterMethodName" : "setGlueConfiguration", "c2jName" : "glueConfiguration", "c2jShape" : "GlueConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\nThis is a convenience that creates an instance of the {@link GlueConfiguration.Builder} avoiding the need to create one manually via {@link GlueConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlueConfiguration.Builder#build()} is called immediately and its result is passed to {@link #glueConfiguration(GlueConfiguration)}.\n@param glueConfiguration a consumer that will call methods on {@link GlueConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #glueConfiguration(GlueConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@return Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@deprecated Use {@link #glueConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #glueConfiguration(GlueConfiguration)}\n", "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GlueConfiguration 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" : "hasGlueConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "glueConfiguration", "fluentSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "glueConfiguration", "getterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@return Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.", "getterModel" : { "returnType" : "GlueConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "glueConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "glueConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GlueConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.", "setterMethodName" : "setGlueConfiguration", "setterModel" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : null, "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@return The name of the Amazon S3 bucket to which data set contents are delivered.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@return The name of the Amazon S3 bucket to which data set contents are delivered.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "GlueConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGlueConfiguration", "beanStyleSetterMethodName" : "setGlueConfiguration", "c2jName" : "glueConfiguration", "c2jShape" : "GlueConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\nThis is a convenience that creates an instance of the {@link GlueConfiguration.Builder} avoiding the need to create one manually via {@link GlueConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlueConfiguration.Builder#build()} is called immediately and its result is passed to {@link #glueConfiguration(GlueConfiguration)}.\n@param glueConfiguration a consumer that will call methods on {@link GlueConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #glueConfiguration(GlueConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@return Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@deprecated Use {@link #glueConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #glueConfiguration(GlueConfiguration)}\n", "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GlueConfiguration 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" : "hasGlueConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "glueConfiguration", "fluentSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "glueConfiguration", "getterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@return Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.", "getterModel" : { "returnType" : "GlueConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "glueConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "glueConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GlueConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.", "setterMethodName" : "setGlueConfiguration", "setterModel" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : null, "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "BucketKeyExpression", "defaultConsumerFluentSetterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@return The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

", "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@return The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".", "getterModel" : { "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".", "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@return The name of the Amazon S3 bucket to which data set contents are delivered.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket 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" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@return The name of the Amazon S3 bucket to which data set contents are delivered.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

\n@param bucket The name of the Amazon S3 bucket to which data set contents are delivered.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "BucketKeyExpression", "defaultConsumerFluentSetterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@return The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

", "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@return The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".", "getterModel" : { "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

\n@param key The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".", "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" : "

The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use \"!{iotanalytics:scheduledTime}\" to insert the time of the scheduled SQL query run, or \"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: \"/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGlueConfiguration", "beanStyleSetterMethodName" : "setGlueConfiguration", "c2jName" : "glueConfiguration", "c2jShape" : "GlueConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\nThis is a convenience that creates an instance of the {@link GlueConfiguration.Builder} avoiding the need to create one manually via {@link GlueConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlueConfiguration.Builder#build()} is called immediately and its result is passed to {@link #glueConfiguration(GlueConfiguration)}.\n@param glueConfiguration a consumer that will call methods on {@link GlueConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #glueConfiguration(GlueConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@return Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@deprecated Use {@link #glueConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #glueConfiguration(GlueConfiguration)}\n", "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GlueConfiguration 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" : "hasGlueConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "glueConfiguration", "fluentSetterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "glueConfiguration", "getterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@return Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.", "getterModel" : { "returnType" : "GlueConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "glueConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "glueConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GlueConfiguration", "sensitive" : false, "setterDocumentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

\n@param glueConfiguration Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.", "setterMethodName" : "setGlueConfiguration", "setterModel" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : null, "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "GlueConfiguration", "variableName" : "glueConfiguration", "variableType" : "GlueConfiguration", "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "simpleType" : "GlueConfiguration", "variableSetterType" : "GlueConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn 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" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@return The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

\n@param roleArn The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "bucket", "key", "roleArn" ], "shapeName" : "S3DestinationConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3DestinationConfiguration", "variableName" : "s3DestinationConfiguration", "variableType" : "S3DestinationConfiguration", "documentation" : null, "simpleType" : "S3DestinationConfiguration", "variableSetterType" : "S3DestinationConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "SampleChannelDataRequest" : { "c2jName" : "SampleChannelDataRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SampleChannelData", "locationName" : null, "requestUri" : "/channels/{channelName}/sample", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@return The name of the channel whose message samples are retrieved.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel whose message samples are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@return The name of the channel whose message samples are retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel whose message samples are retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxMessages", "beanStyleSetterMethodName" : "setMaxMessages", "c2jName" : "maxMessages", "c2jShape" : "MaxMessages", "defaultConsumerFluentSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\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 #maxMessages(Integer)}.\n@param maxMessages 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 #maxMessages(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@return The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@deprecated Use {@link #maxMessages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxMessages(Integer)}\n", "documentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxMessages 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" : "hasMaxMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxMessages", "fluentSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxMessages", "getterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@return The number of sample messages to be retrieved. The limit is 10, the default is also 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxMessages", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxMessages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxMessages", "sensitive" : false, "setterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.", "setterMethodName" : "setMaxMessages", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxMessages", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxMessages", "variableType" : "Integer", "documentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@return The start of the time window from which sample messages are retrieved.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The start of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime 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" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@return The start of the time window from which sample messages are retrieved.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "startTime", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The start of the time window from which sample messages are retrieved.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@return The end of the time window from which sample messages are retrieved.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The end of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime 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" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@return The end of the time window from which sample messages are retrieved.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "endTime", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The end of the time window from which sample messages are retrieved.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@return The name of the channel whose message samples are retrieved.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel whose message samples are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@return The name of the channel whose message samples are retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel whose message samples are retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@return The end of the time window from which sample messages are retrieved.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The end of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime 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" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@return The end of the time window from which sample messages are retrieved.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "endTime", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The end of the time window from which sample messages are retrieved.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxMessages" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxMessages", "beanStyleSetterMethodName" : "setMaxMessages", "c2jName" : "maxMessages", "c2jShape" : "MaxMessages", "defaultConsumerFluentSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\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 #maxMessages(Integer)}.\n@param maxMessages 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 #maxMessages(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@return The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@deprecated Use {@link #maxMessages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxMessages(Integer)}\n", "documentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxMessages 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" : "hasMaxMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxMessages", "fluentSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxMessages", "getterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@return The number of sample messages to be retrieved. The limit is 10, the default is also 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxMessages", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxMessages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxMessages", "sensitive" : false, "setterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.", "setterMethodName" : "setMaxMessages", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxMessages", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxMessages", "variableType" : "Integer", "documentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@return The start of the time window from which sample messages are retrieved.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The start of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime 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" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@return The start of the time window from which sample messages are retrieved.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "startTime", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The start of the time window from which sample messages are retrieved.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@return The name of the channel whose message samples are retrieved.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel whose message samples are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@return The name of the channel whose message samples are retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel whose message samples are retrieved.

\n@param channelName The name of the channel whose message samples are retrieved.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel whose message samples are retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxMessages", "beanStyleSetterMethodName" : "setMaxMessages", "c2jName" : "maxMessages", "c2jShape" : "MaxMessages", "defaultConsumerFluentSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\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 #maxMessages(Integer)}.\n@param maxMessages 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 #maxMessages(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@return The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@deprecated Use {@link #maxMessages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxMessages(Integer)}\n", "documentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxMessages 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" : "hasMaxMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxMessages", "fluentSetterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxMessages", "getterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@return The number of sample messages to be retrieved. The limit is 10, the default is also 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxMessages", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxMessages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxMessages", "sensitive" : false, "setterDocumentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

\n@param maxMessages The number of sample messages to be retrieved. The limit is 10, the default is also 10.", "setterMethodName" : "setMaxMessages", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxMessages", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxMessages", "variableType" : "Integer", "documentation" : "

The number of sample messages to be retrieved. The limit is 10, the default is also 10.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@return The start of the time window from which sample messages are retrieved.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The start of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime 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" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@return The start of the time window from which sample messages are retrieved.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "startTime", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time window from which sample messages are retrieved.

\n@param startTime The start of the time window from which sample messages are retrieved.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The start of the time window from which sample messages are retrieved.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@return The end of the time window from which sample messages are retrieved.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The end of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime 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" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@return The end of the time window from which sample messages are retrieved.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "endTime", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time window from which sample messages are retrieved.

\n@param endTime The end of the time window from which sample messages are retrieved.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The end of the time window from which sample messages are retrieved.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "channelName" ], "shapeName" : "SampleChannelDataRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SampleChannelDataRequest", "variableName" : "sampleChannelDataRequest", "variableType" : "SampleChannelDataRequest", "documentation" : null, "simpleType" : "SampleChannelDataRequest", "variableSetterType" : "SampleChannelDataRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SampleChannelDataResponse" : { "c2jName" : "SampleChannelDataResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The list of message samples. Each sample message is returned as a base64-encoded string.\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The list of message samples. Each sample message is returned as a base64-encoded string.", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Payloads" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The list of message samples. Each sample message is returned as a base64-encoded string.\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The list of message samples. Each sample message is returned as a base64-encoded string.", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPayloads", "beanStyleSetterMethodName" : "setPayloads", "c2jName" : "payloads", "c2jShape" : "MessagePayloads", "defaultConsumerFluentSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\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 #payloads(SdkBytes>)}.\n@param payloads 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 #payloads(SdkBytes>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The list of message samples. Each sample message is returned as a base64-encoded string.\n@deprecated Use {@link #payloads()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #payloads(SdkBytes>)}\n", "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Payloads 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" : "hasPayloads", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "payloads", "fluentSetterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payloads", "getterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPayloads()} to see if a value was sent in this field.\n

\n@return The list of message samples. Each sample message is returned as a base64-encoded string.", "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" : "payloads", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "payloads", "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" : "MessagePayload", "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" : "Payloads", "sensitive" : false, "setterDocumentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

\n@param payloads The list of message samples. Each sample message is returned as a base64-encoded string.", "setterMethodName" : "setPayloads", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "payloads", "variableType" : "java.util.List", "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "simpleType" : "SdkBytes>", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SampleChannelDataResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SampleChannelDataResponse", "variableName" : "sampleChannelDataResponse", "variableType" : "SampleChannelDataResponse", "documentation" : null, "simpleType" : "SampleChannelDataResponse", "variableSetterType" : "SampleChannelDataResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Schedule" : { "c2jName" : "Schedule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The schedule for when to trigger an update.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpression", "beanStyleSetterMethodName" : "setExpression", "c2jName" : "expression", "c2jShape" : "ScheduleExpression", "defaultConsumerFluentSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expression(String)}.\n@param expression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@return The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@deprecated Use {@link #expression()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expression(String)}\n", "documentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Expression 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" : "hasExpression", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expression", "fluentSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expression", "getterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@return The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expression", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Expression", "sensitive" : false, "setterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expression", "variableType" : "String", "documentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Expression" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpression", "beanStyleSetterMethodName" : "setExpression", "c2jName" : "expression", "c2jShape" : "ScheduleExpression", "defaultConsumerFluentSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expression(String)}.\n@param expression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@return The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@deprecated Use {@link #expression()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expression(String)}\n", "documentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Expression 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" : "hasExpression", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expression", "fluentSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expression", "getterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@return The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expression", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Expression", "sensitive" : false, "setterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expression", "variableType" : "String", "documentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpression", "beanStyleSetterMethodName" : "setExpression", "c2jName" : "expression", "c2jShape" : "ScheduleExpression", "defaultConsumerFluentSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expression(String)}.\n@param expression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@return The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@deprecated Use {@link #expression()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expression(String)}\n", "documentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Expression 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" : "hasExpression", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expression", "fluentSetterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expression", "getterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@return The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expression", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Expression", "sensitive" : false, "setterDocumentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

\n@param expression The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expression", "variableType" : "String", "documentation" : "

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Schedule", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Schedule", "variableName" : "schedule", "variableType" : "Schedule", "documentation" : null, "simpleType" : "Schedule", "variableSetterType" : "Schedule" }, "wrapper" : false, "xmlNamespace" : null }, "SelectAttributesActivity" : { "c2jName" : "SelectAttributesActivity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@return The name of the 'selectAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'selectAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@return The name of the 'selectAttributes' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'selectAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNames", "defaultConsumerFluentSetterDocumentation" : "

A list of the attributes to select from the message.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of the attributes to select from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of the attributes to select from the message.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

A list of the attributes to select from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A list of the attributes to select from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of the attributes to select from the message.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "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" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A list of the attributes to select from the message.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNames", "defaultConsumerFluentSetterDocumentation" : "

A list of the attributes to select from the message.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of the attributes to select from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of the attributes to select from the message.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

A list of the attributes to select from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A list of the attributes to select from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of the attributes to select from the message.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "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" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A list of the attributes to select from the message.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@return The name of the 'selectAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'selectAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@return The name of the 'selectAttributes' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'selectAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Next" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@return The name of the 'selectAttributes' activity.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the 'selectAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@return The name of the 'selectAttributes' activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the 'selectAttributes' activity.

\n@param name The name of the 'selectAttributes' activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the 'selectAttributes' activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeNames", "defaultConsumerFluentSetterDocumentation" : "

A list of the attributes to select from the message.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of the attributes to select from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of the attributes to select from the message.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

A list of the attributes to select from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes 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" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A list of the attributes to select from the message.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

\n@return A list of the attributes to select from the message.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "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" : "AttributeName", "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" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A list of the attributes to select from the message.

\n@param attributes A list of the attributes to select from the message.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A list of the attributes to select from the message.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNext", "beanStyleSetterMethodName" : "setNext", "c2jName" : "next", "c2jShape" : "ActivityName", "defaultConsumerFluentSetterDocumentation" : "

The next activity in the pipeline.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n", "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Next 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" : "hasNext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "next", "fluentSetterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "next", "getterDocumentation" : "

The next activity in the pipeline.

\n@return The next activity in the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "next", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "next", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Next", "sensitive" : false, "setterDocumentation" : "

The next activity in the pipeline.

\n@param next The next activity in the pipeline.", "setterMethodName" : "setNext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "next", "variableType" : "String", "documentation" : "

The next activity in the pipeline.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "attributes" ], "shapeName" : "SelectAttributesActivity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SelectAttributesActivity", "variableName" : "selectAttributesActivity", "variableType" : "SelectAttributesActivity", "documentation" : null, "simpleType" : "SelectAttributesActivity", "variableSetterType" : "SelectAttributesActivity" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceManagedChannelS3Storage" : { "c2jName" : "ServiceManagedChannelS3Storage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.

", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceManagedChannelS3Storage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3Storage", "variableName" : "serviceManagedChannelS3Storage", "variableType" : "ServiceManagedChannelS3Storage", "documentation" : null, "simpleType" : "ServiceManagedChannelS3Storage", "variableSetterType" : "ServiceManagedChannelS3Storage" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceManagedChannelS3StorageSummary" : { "c2jName" : "ServiceManagedChannelS3StorageSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceManagedChannelS3StorageSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceManagedChannelS3StorageSummary", "variableName" : "serviceManagedChannelS3StorageSummary", "variableType" : "ServiceManagedChannelS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedChannelS3StorageSummary", "variableSetterType" : "ServiceManagedChannelS3StorageSummary" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceManagedDatastoreS3Storage" : { "c2jName" : "ServiceManagedDatastoreS3Storage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.

", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceManagedDatastoreS3Storage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3Storage", "variableName" : "serviceManagedDatastoreS3Storage", "variableType" : "ServiceManagedDatastoreS3Storage", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3Storage", "variableSetterType" : "ServiceManagedDatastoreS3Storage" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceManagedDatastoreS3StorageSummary" : { "c2jName" : "ServiceManagedDatastoreS3StorageSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Used to store data store data in an S3 bucket managed by the AWS IoT Analytics service.

", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceManagedDatastoreS3StorageSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceManagedDatastoreS3StorageSummary", "variableName" : "serviceManagedDatastoreS3StorageSummary", "variableType" : "ServiceManagedDatastoreS3StorageSummary", "documentation" : null, "simpleType" : "ServiceManagedDatastoreS3StorageSummary", "variableSetterType" : "ServiceManagedDatastoreS3StorageSummary" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The service is temporarily unavailable.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceUnavailableException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 503, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceUnavailableException", "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "wrapper" : false, "xmlNamespace" : null }, "SqlQueryDatasetAction" : { "c2jName" : "SqlQueryDatasetAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The SQL query to modify the message.

", "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" : "getSqlQuery", "beanStyleSetterMethodName" : "setSqlQuery", "c2jName" : "sqlQuery", "c2jShape" : "SqlQuery", "defaultConsumerFluentSetterDocumentation" : "

A SQL query string.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sqlQuery(String)}.\n@param sqlQuery a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sqlQuery(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A SQL query string.

\n@return A SQL query string.\n@deprecated Use {@link #sqlQuery()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sqlQuery(String)}\n", "documentation" : "

A SQL query string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SqlQuery 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" : "hasSqlQuery", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sqlQuery", "fluentSetterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sqlQuery", "getterDocumentation" : "

A SQL query string.

\n@return A SQL query string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sqlQuery", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sqlQuery", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SqlQuery", "sensitive" : false, "setterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.", "setterMethodName" : "setSqlQuery", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sqlQuery", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sqlQuery", "variableType" : "String", "documentation" : "

A SQL query string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "QueryFilters", "defaultConsumerFluentSetterDocumentation" : "

Pre-filters applied to message data.

\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 #filters(List)}.\n@param filters 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 #filters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pre-filters applied to message data.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFilters()} to see if a value was sent in this field.\n

\n@return Pre-filters applied to message data.\n@deprecated Use {@link #filters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filters(List)}\n", "documentation" : "

Pre-filters applied to message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filters 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" : "hasFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Pre-filters applied to message data.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFilters()} to see if a value was sent in this field.\n

\n@return Pre-filters applied to message data.", "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" : "filters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filters", "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" : "QueryFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryFilter.Builder} avoiding the need to create one manually via {@link QueryFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryFilter.Builder#build()} is called immediately and its result is passed to {@link #member(QueryFilter)}.\n@param member a consumer that will call methods on {@link QueryFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryFilter)", "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(QueryFilter)}\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" : "QueryFilter", "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" : "QueryFilter", "variableName" : "member", "variableType" : "QueryFilter", "documentation" : null, "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryFilter", "variableName" : "member", "variableType" : "QueryFilter", "documentation" : "", "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

Pre-filters applied to message data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "QueryFilters", "defaultConsumerFluentSetterDocumentation" : "

Pre-filters applied to message data.

\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 #filters(List)}.\n@param filters 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 #filters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pre-filters applied to message data.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFilters()} to see if a value was sent in this field.\n

\n@return Pre-filters applied to message data.\n@deprecated Use {@link #filters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filters(List)}\n", "documentation" : "

Pre-filters applied to message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filters 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" : "hasFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Pre-filters applied to message data.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFilters()} to see if a value was sent in this field.\n

\n@return Pre-filters applied to message data.", "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" : "filters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filters", "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" : "QueryFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryFilter.Builder} avoiding the need to create one manually via {@link QueryFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryFilter.Builder#build()} is called immediately and its result is passed to {@link #member(QueryFilter)}.\n@param member a consumer that will call methods on {@link QueryFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryFilter)", "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(QueryFilter)}\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" : "QueryFilter", "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" : "QueryFilter", "variableName" : "member", "variableType" : "QueryFilter", "documentation" : null, "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryFilter", "variableName" : "member", "variableType" : "QueryFilter", "documentation" : "", "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

Pre-filters applied to message data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SqlQuery" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSqlQuery", "beanStyleSetterMethodName" : "setSqlQuery", "c2jName" : "sqlQuery", "c2jShape" : "SqlQuery", "defaultConsumerFluentSetterDocumentation" : "

A SQL query string.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sqlQuery(String)}.\n@param sqlQuery a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sqlQuery(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A SQL query string.

\n@return A SQL query string.\n@deprecated Use {@link #sqlQuery()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sqlQuery(String)}\n", "documentation" : "

A SQL query string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SqlQuery 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" : "hasSqlQuery", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sqlQuery", "fluentSetterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sqlQuery", "getterDocumentation" : "

A SQL query string.

\n@return A SQL query string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sqlQuery", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sqlQuery", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SqlQuery", "sensitive" : false, "setterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.", "setterMethodName" : "setSqlQuery", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sqlQuery", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sqlQuery", "variableType" : "String", "documentation" : "

A SQL query string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSqlQuery", "beanStyleSetterMethodName" : "setSqlQuery", "c2jName" : "sqlQuery", "c2jShape" : "SqlQuery", "defaultConsumerFluentSetterDocumentation" : "

A SQL query string.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sqlQuery(String)}.\n@param sqlQuery a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sqlQuery(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A SQL query string.

\n@return A SQL query string.\n@deprecated Use {@link #sqlQuery()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sqlQuery(String)}\n", "documentation" : "

A SQL query string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SqlQuery 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" : "hasSqlQuery", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sqlQuery", "fluentSetterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sqlQuery", "getterDocumentation" : "

A SQL query string.

\n@return A SQL query string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sqlQuery", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sqlQuery", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SqlQuery", "sensitive" : false, "setterDocumentation" : "

A SQL query string.

\n@param sqlQuery A SQL query string.", "setterMethodName" : "setSqlQuery", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sqlQuery", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sqlQuery", "variableType" : "String", "documentation" : "

A SQL query string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "QueryFilters", "defaultConsumerFluentSetterDocumentation" : "

Pre-filters applied to message data.

\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 #filters(List)}.\n@param filters 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 #filters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pre-filters applied to message data.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFilters()} to see if a value was sent in this field.\n

\n@return Pre-filters applied to message data.\n@deprecated Use {@link #filters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filters(List)}\n", "documentation" : "

Pre-filters applied to message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filters 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" : "hasFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Pre-filters applied to message data.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFilters()} to see if a value was sent in this field.\n

\n@return Pre-filters applied to message data.", "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" : "filters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filters", "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" : "QueryFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryFilter.Builder} avoiding the need to create one manually via {@link QueryFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryFilter.Builder#build()} is called immediately and its result is passed to {@link #member(QueryFilter)}.\n@param member a consumer that will call methods on {@link QueryFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryFilter)", "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(QueryFilter)}\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" : "QueryFilter", "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" : "QueryFilter", "variableName" : "member", "variableType" : "QueryFilter", "documentation" : null, "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryFilter", "variableName" : "member", "variableType" : "QueryFilter", "documentation" : "", "simpleType" : "QueryFilter", "variableSetterType" : "QueryFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Pre-filters applied to message data.

\n@param filters Pre-filters applied to message data.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

Pre-filters applied to message data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "sqlQuery" ], "shapeName" : "SqlQueryDatasetAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SqlQueryDatasetAction", "variableName" : "sqlQueryDatasetAction", "variableType" : "SqlQueryDatasetAction", "documentation" : null, "simpleType" : "SqlQueryDatasetAction", "variableSetterType" : "SqlQueryDatasetAction" }, "wrapper" : false, "xmlNamespace" : null }, "StartPipelineReprocessingRequest" : { "c2jName" : "StartPipelineReprocessingRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartPipelineReprocessing", "locationName" : null, "requestUri" : "/pipelines/{pipelineName}/reprocessing", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@return The name of the pipeline on which to start reprocessing.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline on which to start reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@return The name of the pipeline on which to start reprocessing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline on which to start reprocessing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@return The start time (inclusive) of raw message data that is reprocessed.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime 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" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@return The start time (inclusive) of raw message data that is reprocessed.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@return The end time (exclusive) of raw message data that is reprocessed.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime 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" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@return The end time (exclusive) of raw message data that is reprocessed.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@return The end time (exclusive) of raw message data that is reprocessed.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime 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" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@return The end time (exclusive) of raw message data that is reprocessed.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@return The name of the pipeline on which to start reprocessing.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline on which to start reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@return The name of the pipeline on which to start reprocessing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline on which to start reprocessing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@return The start time (inclusive) of raw message data that is reprocessed.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime 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" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@return The start time (inclusive) of raw message data that is reprocessed.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@return The name of the pipeline on which to start reprocessing.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline on which to start reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@return The name of the pipeline on which to start reprocessing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline on which to start reprocessing.

\n@param pipelineName The name of the pipeline on which to start reprocessing.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline on which to start reprocessing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@return The start time (inclusive) of raw message data that is reprocessed.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime 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" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@return The start time (inclusive) of raw message data that is reprocessed.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start time (inclusive) of raw message data that is reprocessed.

\n@param startTime The start time (inclusive) of raw message data that is reprocessed.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@return The end time (exclusive) of raw message data that is reprocessed.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime 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" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@return The end time (exclusive) of raw message data that is reprocessed.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end time (exclusive) of raw message data that is reprocessed.

\n@param endTime The end time (exclusive) of raw message data that is reprocessed.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineName" ], "shapeName" : "StartPipelineReprocessingRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartPipelineReprocessingRequest", "variableName" : "startPipelineReprocessingRequest", "variableType" : "StartPipelineReprocessingRequest", "documentation" : null, "simpleType" : "StartPipelineReprocessingRequest", "variableSetterType" : "StartPipelineReprocessingRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartPipelineReprocessingResponse" : { "c2jName" : "StartPipelineReprocessingResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReprocessingId", "beanStyleSetterMethodName" : "setReprocessingId", "c2jName" : "reprocessingId", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reprocessingId(String)}.\n@param reprocessingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reprocessingId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@return The ID of the pipeline reprocessing activity that was started.\n@deprecated Use {@link #reprocessingId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n", "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingId 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" : "hasReprocessingId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingId", "fluentSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingId", "getterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@return The ID of the pipeline reprocessing activity that was started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reprocessingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReprocessingId", "sensitive" : false, "setterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.", "setterMethodName" : "setReprocessingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReprocessingId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReprocessingId", "beanStyleSetterMethodName" : "setReprocessingId", "c2jName" : "reprocessingId", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reprocessingId(String)}.\n@param reprocessingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reprocessingId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@return The ID of the pipeline reprocessing activity that was started.\n@deprecated Use {@link #reprocessingId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n", "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingId 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" : "hasReprocessingId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingId", "fluentSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingId", "getterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@return The ID of the pipeline reprocessing activity that was started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reprocessingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReprocessingId", "sensitive" : false, "setterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.", "setterMethodName" : "setReprocessingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReprocessingId", "beanStyleSetterMethodName" : "setReprocessingId", "c2jName" : "reprocessingId", "c2jShape" : "ReprocessingId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reprocessingId(String)}.\n@param reprocessingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reprocessingId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@return The ID of the pipeline reprocessing activity that was started.\n@deprecated Use {@link #reprocessingId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n", "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReprocessingId 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" : "hasReprocessingId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reprocessingId", "fluentSetterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reprocessingId", "getterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@return The ID of the pipeline reprocessing activity that was started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reprocessingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "reprocessingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReprocessingId", "sensitive" : false, "setterDocumentation" : "

The ID of the pipeline reprocessing activity that was started.

\n@param reprocessingId The ID of the pipeline reprocessing activity that was started.", "setterMethodName" : "setReprocessingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reprocessingId", "variableType" : "String", "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartPipelineReprocessingResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartPipelineReprocessingResponse", "variableName" : "startPipelineReprocessingResponse", "variableType" : "StartPipelineReprocessingResponse", "documentation" : null, "simpleType" : "StartPipelineReprocessingResponse", "variableSetterType" : "StartPipelineReprocessingResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A set of key/value pairs which are used to manage the resource.

", "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" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

The tag's key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The tag's key.

\n@return The tag's key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tag's key.

\n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

The tag's key.

", "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" : "

The tag's key.

\n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The tag's key.

\n@return The tag's key.", "getterModel" : { "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" : "

The tag's key.

\n@param key The tag's key.", "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" : "

The tag's key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The tag's value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tag's value.

\n@return The tag's value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tag's value.

\n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

The tag's value.

", "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" : "

The tag's value.

\n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The tag's value.

\n@return The tag's value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The tag's value.

\n@param value The tag's value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The tag's value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

The tag's key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The tag's key.

\n@return The tag's key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tag's key.

\n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

The tag's key.

", "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" : "

The tag's key.

\n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The tag's key.

\n@return The tag's key.", "getterModel" : { "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" : "

The tag's key.

\n@param key The tag's key.", "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" : "

The tag's key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The tag's value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tag's value.

\n@return The tag's value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tag's value.

\n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

The tag's value.

", "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" : "

The tag's value.

\n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The tag's value.

\n@return The tag's value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The tag's value.

\n@param value The tag's value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The tag's value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

The tag's key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The tag's key.

\n@return The tag's key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tag's key.

\n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

The tag's key.

", "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" : "

The tag's key.

\n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The tag's key.

\n@return The tag's key.", "getterModel" : { "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" : "

The tag's key.

\n@param key The tag's key.", "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" : "

The tag's key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The tag's value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tag's value.

\n@return The tag's value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tag's value.

\n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

The tag's value.

", "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" : "

The tag's value.

\n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The tag's value.

\n@return The tag's value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The tag's value.

\n@param value The tag's value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The tag's value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "key", "value" ], "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/tags", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@return The ARN of the resource whose tags you want to modify.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to modify.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@return The ARN of the resource whose tags you want to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The new or modified tags for the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new or modified tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The new or modified tags for the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

The new or modified tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The new or modified tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The new or modified tags for the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The new or modified tags for the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@return The ARN of the resource whose tags you want to modify.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to modify.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@return The ARN of the resource whose tags you want to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The new or modified tags for the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new or modified tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The new or modified tags for the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

The new or modified tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The new or modified tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The new or modified tags for the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The new or modified tags for the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@return The ARN of the resource whose tags you want to modify.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to modify.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@return The ARN of the resource whose tags you want to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to modify.

\n@param resourceArn The ARN of the resource whose tags you want to modify.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The new or modified tags for the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new or modified tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The new or modified tags for the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

The new or modified tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags 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" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The new or modified tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The new or modified tags for the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "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" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "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(Tag)}\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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The new or modified tags for the resource.

\n@param tags The new or modified tags for the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The new or modified tags for the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request was denied due to request throttling.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ThrottlingException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 429, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ThrottlingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ThrottlingException", "variableName" : "throttlingException", "variableType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "wrapper" : false, "xmlNamespace" : null }, "TriggeringDataset" : { "c2jName" : "TriggeringDataset", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about the data set whose content generation triggers the new data set content generation.

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@return The name of the data set whose content generation triggers the new data set content generation.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the data set whose content generation triggers the new data set content generation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@return The name of the data set whose content generation triggers the new data set content generation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the data set whose content generation triggers the new data set content generation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@return The name of the data set whose content generation triggers the new data set content generation.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the data set whose content generation triggers the new data set content generation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@return The name of the data set whose content generation triggers the new data set content generation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the data set whose content generation triggers the new data set content generation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@return The name of the data set whose content generation triggers the new data set content generation.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the data set whose content generation triggers the new data set content generation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@return The name of the data set whose content generation triggers the new data set content generation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the data set whose content generation triggers the new data set content generation.

\n@param name The name of the data set whose content generation triggers the new data set content generation.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the data set whose content generation triggers the new data set content generation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "TriggeringDataset", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TriggeringDataset", "variableName" : "triggeringDataset", "variableType" : "TriggeringDataset", "documentation" : null, "simpleType" : "TriggeringDataset", "variableSetterType" : "TriggeringDataset" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/tags", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@return The ARN of the resource whose tags you want to remove.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@return The ARN of the resource whose tags you want to remove.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

The keys of those tags which you want to remove.

\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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The keys of those tags which you want to remove.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return The keys of those tags which you want to remove.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

The keys of those tags which you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys 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" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

The keys of those tags which you want to remove.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return The keys of those tags which you want to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "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" : "TagKey", "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" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The keys of those tags which you want to remove.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@return The ARN of the resource whose tags you want to remove.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@return The ARN of the resource whose tags you want to remove.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

The keys of those tags which you want to remove.

\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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The keys of those tags which you want to remove.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return The keys of those tags which you want to remove.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

The keys of those tags which you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys 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" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

The keys of those tags which you want to remove.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return The keys of those tags which you want to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "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" : "TagKey", "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" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The keys of those tags which you want to remove.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@return The ARN of the resource whose tags you want to remove.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The ARN of the resource whose tags you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn 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" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@return The ARN of the resource whose tags you want to remove.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "resourceArn", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the resource whose tags you want to remove.

\n@param resourceArn The ARN of the resource whose tags you want to remove.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The ARN of the resource whose tags you want to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

The keys of those tags which you want to remove.

\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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The keys of those tags which you want to remove.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return The keys of those tags which you want to remove.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

The keys of those tags which you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys 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" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

The keys of those tags which you want to remove.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return The keys of those tags which you want to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "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" : "TagKey", "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" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

The keys of those tags which you want to remove.

\n@param tagKeys The keys of those tags which you want to remove.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The keys of those tags which you want to remove.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateChannelRequest" : { "c2jName" : "UpdateChannelRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateChannel", "locationName" : null, "requestUri" : "/channels/{channelName}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel to be updated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel to be updated.

\n@return The name of the channel to be updated.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel to be updated.

\n@return The name of the channel to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorage)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel to be updated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel to be updated.

\n@return The name of the channel to be updated.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel to be updated.

\n@return The name of the channel to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ChannelStorage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorage)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelName", "beanStyleSetterMethodName" : "setChannelName", "c2jName" : "channelName", "c2jShape" : "ChannelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the channel to be updated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the channel to be updated.

\n@return The name of the channel to be updated.\n@deprecated Use {@link #channelName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n", "documentation" : "

The name of the channel to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelName 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" : "hasChannelName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelName", "fluentSetterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelName", "getterDocumentation" : "

The name of the channel to be updated.

\n@return The name of the channel to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "channelName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChannelName", "sensitive" : false, "setterDocumentation" : "

The name of the channel to be updated.

\n@param channelName The name of the channel to be updated.", "setterMethodName" : "setChannelName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "channelName", "variableType" : "String", "documentation" : "

The name of the channel to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelStorage", "beanStyleSetterMethodName" : "setChannelStorage", "c2jName" : "channelStorage", "c2jShape" : "ChannelStorage", "defaultConsumerFluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorage)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelStorage 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" : "hasChannelStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelStorage", "fluentSetterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelStorage", "getterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "getterModel" : { "returnType" : "ChannelStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "channelStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "channelStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChannelStorage", "sensitive" : false, "setterDocumentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.", "setterMethodName" : "setChannelStorage", "setterModel" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : null, "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ChannelStorage", "variableName" : "channelStorage", "variableType" : "ChannelStorage", "documentation" : "

Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.

", "simpleType" : "ChannelStorage", "variableSetterType" : "ChannelStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the channel. The retention period cannot be updated if the channel's S3 storage is customer-managed.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "channelName" ], "shapeName" : "UpdateChannelRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateChannelRequest", "variableName" : "updateChannelRequest", "variableType" : "UpdateChannelRequest", "documentation" : null, "simpleType" : "UpdateChannelRequest", "variableSetterType" : "UpdateChannelRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateChannelResponse" : { "c2jName" : "UpdateChannelResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateChannelResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateChannelResponse", "variableName" : "updateChannelResponse", "variableType" : "UpdateChannelResponse", "documentation" : null, "simpleType" : "UpdateChannelResponse", "variableSetterType" : "UpdateChannelResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDatasetRequest" : { "c2jName" : "UpdateDatasetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateDataset", "locationName" : null, "requestUri" : "/datasets/{datasetName}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set to update.

\n@return The name of the data set to update.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set to update.

\n@return The name of the data set to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetAction\" objects.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

A list of \"DatasetAction\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of \"DatasetAction\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetAction\" objects.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetAction\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTriggers()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTriggers()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasContentDeliveryRules()} to see if a value was sent in this field.\n

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasContentDeliveryRules()} to see if a value was sent in this field.\n

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\nThis is a convenience that creates an instance of the {@link VersioningConfiguration.Builder} avoiding the need to create one manually via {@link VersioningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link VersioningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #versioningConfiguration(VersioningConfiguration)}.\n@param versioningConfiguration a consumer that will call methods on {@link VersioningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versioningConfiguration(VersioningConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetAction\" objects.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

A list of \"DatasetAction\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of \"DatasetAction\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetAction\" objects.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetAction\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentDeliveryRules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasContentDeliveryRules()} to see if a value was sent in this field.\n

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasContentDeliveryRules()} to see if a value was sent in this field.\n

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatasetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set to update.

\n@return The name of the data set to update.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set to update.

\n@return The name of the data set to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Triggers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTriggers()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTriggers()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VersioningConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\nThis is a convenience that creates an instance of the {@link VersioningConfiguration.Builder} avoiding the need to create one manually via {@link VersioningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link VersioningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #versioningConfiguration(VersioningConfiguration)}.\n@param versioningConfiguration a consumer that will call methods on {@link VersioningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versioningConfiguration(VersioningConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetName", "beanStyleSetterMethodName" : "setDatasetName", "c2jName" : "datasetName", "c2jShape" : "DatasetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data set to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data set to update.

\n@return The name of the data set to update.\n@deprecated Use {@link #datasetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n", "documentation" : "

The name of the data set to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetName 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" : "hasDatasetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetName", "fluentSetterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetName", "getterDocumentation" : "

The name of the data set to update.

\n@return The name of the data set to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datasetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatasetName", "sensitive" : false, "setterDocumentation" : "

The name of the data set to update.

\n@param datasetName The name of the data set to update.", "setterMethodName" : "setDatasetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datasetName", "variableType" : "String", "documentation" : "

The name of the data set to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "actions", "c2jShape" : "DatasetActions", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\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 #actions(List)}.\n@param actions 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 #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetAction\" objects.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

A list of \"DatasetAction\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions 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" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

A list of \"DatasetAction\" objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetAction\" objects.", "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" : "actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "actions", "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" : "DatasetAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)", "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(DatasetAction)}\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" : "DatasetAction", "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" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : null, "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetAction", "variableName" : "member", "variableType" : "DatasetAction", "documentation" : "", "simpleType" : "DatasetAction", "variableSetterType" : "DatasetAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetAction\" objects.

\n@param actions A list of \"DatasetAction\" objects.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetAction\" objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTriggers", "beanStyleSetterMethodName" : "setTriggers", "c2jName" : "triggers", "c2jShape" : "DatasetTriggers", "defaultConsumerFluentSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\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 #triggers(List)}.\n@param triggers 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 #triggers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTriggers()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@deprecated Use {@link #triggers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #triggers(List)}\n", "documentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Triggers 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" : "hasTriggers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "triggers", "fluentSetterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "triggers", "getterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTriggers()} to see if a value was sent in this field.\n

\n@return A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.", "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" : "triggers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "triggers", "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" : "DatasetTrigger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetTrigger.Builder} avoiding the need to create one manually via {@link DatasetTrigger#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetTrigger.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetTrigger)}.\n@param member a consumer that will call methods on {@link DatasetTrigger.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetTrigger)", "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(DatasetTrigger)}\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" : "DatasetTrigger", "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" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : null, "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetTrigger", "variableName" : "member", "variableType" : "DatasetTrigger", "documentation" : "", "simpleType" : "DatasetTrigger", "variableSetterType" : "DatasetTrigger" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetTrigger", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetTrigger", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Triggers", "sensitive" : false, "setterDocumentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

\n@param triggers A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.", "setterMethodName" : "setTriggers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "triggers", "variableType" : "java.util.List", "documentation" : "

A list of \"DatasetTrigger\" objects. The list can be empty or can contain up to five DataSetTrigger objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getContentDeliveryRules", "beanStyleSetterMethodName" : "setContentDeliveryRules", "c2jName" : "contentDeliveryRules", "c2jShape" : "DatasetContentDeliveryRules", "defaultConsumerFluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\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 #contentDeliveryRules(List)}.\n@param contentDeliveryRules 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 #contentDeliveryRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasContentDeliveryRules()} to see if a value was sent in this field.\n

\n@return When data set contents are created they are delivered to destinations specified here.\n@deprecated Use {@link #contentDeliveryRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentDeliveryRules(List)}\n", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentDeliveryRules 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" : "hasContentDeliveryRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentDeliveryRules", "fluentSetterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentDeliveryRules", "getterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasContentDeliveryRules()} to see if a value was sent in this field.\n

\n@return When data set contents are created they are delivered to destinations specified here.", "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" : "contentDeliveryRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "contentDeliveryRules", "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" : "DatasetContentDeliveryRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetContentDeliveryRule.Builder} avoiding the need to create one manually via {@link DatasetContentDeliveryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentDeliveryRule.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetContentDeliveryRule)}.\n@param member a consumer that will call methods on {@link DatasetContentDeliveryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetContentDeliveryRule)", "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(DatasetContentDeliveryRule)}\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" : "DatasetContentDeliveryRule", "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" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : null, "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentDeliveryRule", "variableName" : "member", "variableType" : "DatasetContentDeliveryRule", "documentation" : "", "simpleType" : "DatasetContentDeliveryRule", "variableSetterType" : "DatasetContentDeliveryRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DatasetContentDeliveryRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DatasetContentDeliveryRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ContentDeliveryRules", "sensitive" : false, "setterDocumentation" : "

When data set contents are created they are delivered to destinations specified here.

\n@param contentDeliveryRules When data set contents are created they are delivered to destinations specified here.", "setterMethodName" : "setContentDeliveryRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "contentDeliveryRules", "variableType" : "java.util.List", "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@return How long, in days, data set contents are kept for the data set.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, data set contents are kept for the data set.

\n@param retentionPeriod How long, in days, data set contents are kept for the data set.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, data set contents are kept for the data set.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersioningConfiguration", "beanStyleSetterMethodName" : "setVersioningConfiguration", "c2jName" : "versioningConfiguration", "c2jShape" : "VersioningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\nThis is a convenience that creates an instance of the {@link VersioningConfiguration.Builder} avoiding the need to create one manually via {@link VersioningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link VersioningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #versioningConfiguration(VersioningConfiguration)}.\n@param versioningConfiguration a consumer that will call methods on {@link VersioningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versioningConfiguration(VersioningConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@deprecated Use {@link #versioningConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versioningConfiguration(VersioningConfiguration)}\n", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VersioningConfiguration 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" : "hasVersioningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "versioningConfiguration", "fluentSetterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "versioningConfiguration", "getterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@return [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "getterModel" : { "returnType" : "VersioningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "versioningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "versioningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VersioningConfiguration", "sensitive" : false, "setterDocumentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

\n@param versioningConfiguration [Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)", "setterMethodName" : "setVersioningConfiguration", "setterModel" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : "

[Optional] How many versions of data set contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the \"retentionPeriod\" parameter. (For more information, see https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)

", "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datasetName", "actions" ], "shapeName" : "UpdateDatasetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateDatasetRequest", "variableName" : "updateDatasetRequest", "variableType" : "UpdateDatasetRequest", "documentation" : null, "simpleType" : "UpdateDatasetRequest", "variableSetterType" : "UpdateDatasetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDatasetResponse" : { "c2jName" : "UpdateDatasetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateDatasetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateDatasetResponse", "variableName" : "updateDatasetResponse", "variableType" : "UpdateDatasetResponse", "documentation" : null, "simpleType" : "UpdateDatasetResponse", "variableSetterType" : "UpdateDatasetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDatastoreRequest" : { "c2jName" : "UpdateDatastoreRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateDatastore", "locationName" : null, "requestUri" : "/datastores/{datastoreName}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store to be updated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store to be updated.

\n@return The name of the data store to be updated.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store to be updated.

\n@return The name of the data store to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\nThis is a convenience that creates an instance of the {@link DatastoreStorage.Builder} avoiding the need to create one manually via {@link DatastoreStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorage.Builder#build()} is called immediately and its result is passed to {@link #datastoreStorage(DatastoreStorage)}.\n@param datastoreStorage a consumer that will call methods on {@link DatastoreStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreStorage(DatastoreStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store to be updated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store to be updated.

\n@return The name of the data store to be updated.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store to be updated.

\n@return The name of the data store to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DatastoreStorage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\nThis is a convenience that creates an instance of the {@link DatastoreStorage.Builder} avoiding the need to create one manually via {@link DatastoreStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorage.Builder#build()} is called immediately and its result is passed to {@link #datastoreStorage(DatastoreStorage)}.\n@param datastoreStorage a consumer that will call methods on {@link DatastoreStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreStorage(DatastoreStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreName", "beanStyleSetterMethodName" : "setDatastoreName", "c2jName" : "datastoreName", "c2jShape" : "DatastoreName", "defaultConsumerFluentSetterDocumentation" : "

The name of the data store to be updated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datastoreName(String)}.\n@param datastoreName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the data store to be updated.

\n@return The name of the data store to be updated.\n@deprecated Use {@link #datastoreName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreName(String)}\n", "documentation" : "

The name of the data store to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreName 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" : "hasDatastoreName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreName", "fluentSetterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreName", "getterDocumentation" : "

The name of the data store to be updated.

\n@return The name of the data store to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "datastoreName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DatastoreName", "sensitive" : false, "setterDocumentation" : "

The name of the data store to be updated.

\n@param datastoreName The name of the data store to be updated.", "setterMethodName" : "setDatastoreName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "datastoreName", "variableType" : "String", "documentation" : "

The name of the data store to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionPeriod", "beanStyleSetterMethodName" : "setRetentionPeriod", "c2jName" : "retentionPeriod", "c2jShape" : "RetentionPeriod", "defaultConsumerFluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@deprecated Use {@link #retentionPeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n", "documentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionPeriod 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" : "hasRetentionPeriod", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriod", "fluentSetterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionPeriod", "getterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@return How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.", "getterModel" : { "returnType" : "RetentionPeriod", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionPeriod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionPeriod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RetentionPeriod", "sensitive" : false, "setterDocumentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

\n@param retentionPeriod How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.", "setterMethodName" : "setRetentionPeriod", "setterModel" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : null, "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RetentionPeriod", "variableName" : "retentionPeriod", "variableType" : "RetentionPeriod", "documentation" : "

How long, in days, message data is kept for the data store. The retention period cannot be updated if the data store's S3 storage is customer-managed.

", "simpleType" : "RetentionPeriod", "variableSetterType" : "RetentionPeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatastoreStorage", "beanStyleSetterMethodName" : "setDatastoreStorage", "c2jName" : "datastoreStorage", "c2jShape" : "DatastoreStorage", "defaultConsumerFluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\nThis is a convenience that creates an instance of the {@link DatastoreStorage.Builder} avoiding the need to create one manually via {@link DatastoreStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatastoreStorage.Builder#build()} is called immediately and its result is passed to {@link #datastoreStorage(DatastoreStorage)}.\n@param datastoreStorage a consumer that will call methods on {@link DatastoreStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datastoreStorage(DatastoreStorage)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@deprecated Use {@link #datastoreStorage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datastoreStorage(DatastoreStorage)}\n", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatastoreStorage 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" : "hasDatastoreStorage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datastoreStorage", "fluentSetterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datastoreStorage", "getterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@return Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "getterModel" : { "returnType" : "DatastoreStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datastoreStorage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datastoreStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatastoreStorage", "sensitive" : false, "setterDocumentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

\n@param datastoreStorage Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.", "setterMethodName" : "setDatastoreStorage", "setterModel" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : null, "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatastoreStorage", "variableName" : "datastoreStorage", "variableType" : "DatastoreStorage", "documentation" : "

Where data store data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after the data store is created.

", "simpleType" : "DatastoreStorage", "variableSetterType" : "DatastoreStorage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "datastoreName" ], "shapeName" : "UpdateDatastoreRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateDatastoreRequest", "variableName" : "updateDatastoreRequest", "variableType" : "UpdateDatastoreRequest", "documentation" : null, "simpleType" : "UpdateDatastoreRequest", "variableSetterType" : "UpdateDatastoreRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDatastoreResponse" : { "c2jName" : "UpdateDatastoreResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateDatastoreResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateDatastoreResponse", "variableName" : "updateDatastoreResponse", "variableType" : "UpdateDatastoreResponse", "documentation" : null, "simpleType" : "UpdateDatastoreResponse", "variableSetterType" : "UpdateDatastoreResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdatePipelineRequest" : { "c2jName" : "UpdatePipelineRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdatePipeline", "locationName" : null, "requestUri" : "/pipelines/{pipelineName}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline to update.

\n@return The name of the pipeline to update.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline to update.

\n@return The name of the pipeline to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineActivities", "beanStyleSetterMethodName" : "setPipelineActivities", "c2jName" : "pipelineActivities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\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 #pipelineActivities(List)}.\n@param pipelineActivities 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 #pipelineActivities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineActivities()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@deprecated Use {@link #pipelineActivities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivities(List)}\n", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivities 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" : "hasPipelineActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivities", "fluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivities", "getterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineActivities()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "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" : "pipelineActivities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineActivities", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "setterMethodName" : "setPipelineActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineActivities" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineActivities", "beanStyleSetterMethodName" : "setPipelineActivities", "c2jName" : "pipelineActivities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\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 #pipelineActivities(List)}.\n@param pipelineActivities 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 #pipelineActivities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineActivities()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@deprecated Use {@link #pipelineActivities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivities(List)}\n", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivities 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" : "hasPipelineActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivities", "fluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivities", "getterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineActivities()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "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" : "pipelineActivities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineActivities", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "setterMethodName" : "setPipelineActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PipelineName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline to update.

\n@return The name of the pipeline to update.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline to update.

\n@return The name of the pipeline to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPipelineName", "beanStyleSetterMethodName" : "setPipelineName", "c2jName" : "pipelineName", "c2jShape" : "PipelineName", "defaultConsumerFluentSetterDocumentation" : "

The name of the pipeline to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the pipeline to update.

\n@return The name of the pipeline to update.\n@deprecated Use {@link #pipelineName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n", "documentation" : "

The name of the pipeline to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineName 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" : "hasPipelineName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineName", "fluentSetterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineName", "getterDocumentation" : "

The name of the pipeline to update.

\n@return The name of the pipeline to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "pipelineName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PipelineName", "sensitive" : false, "setterDocumentation" : "

The name of the pipeline to update.

\n@param pipelineName The name of the pipeline to update.", "setterMethodName" : "setPipelineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineName", "variableType" : "String", "documentation" : "

The name of the pipeline to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPipelineActivities", "beanStyleSetterMethodName" : "setPipelineActivities", "c2jName" : "pipelineActivities", "c2jShape" : "PipelineActivities", "defaultConsumerFluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\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 #pipelineActivities(List)}.\n@param pipelineActivities 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 #pipelineActivities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineActivities()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@deprecated Use {@link #pipelineActivities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineActivities(List)}\n", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PipelineActivities 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" : "hasPipelineActivities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineActivities", "fluentSetterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineActivities", "getterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasPipelineActivities()} to see if a value was sent in this field.\n

\n@return A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "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" : "pipelineActivities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pipelineActivities", "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" : "PipelineActivity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PipelineActivity.Builder} avoiding the need to create one manually via {@link PipelineActivity#builder()}.\n\nWhen the {@link Consumer} completes, {@link PipelineActivity.Builder#build()} is called immediately and its result is passed to {@link #member(PipelineActivity)}.\n@param member a consumer that will call methods on {@link PipelineActivity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PipelineActivity)", "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(PipelineActivity)}\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" : "PipelineActivity", "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" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : null, "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PipelineActivity", "variableName" : "member", "variableType" : "PipelineActivity", "documentation" : "", "simpleType" : "PipelineActivity", "variableSetterType" : "PipelineActivity" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PipelineActivity", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PipelineActivity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PipelineActivities", "sensitive" : false, "setterDocumentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

\n@param pipelineActivities A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]", "setterMethodName" : "setPipelineActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelineActivities", "variableType" : "java.util.List", "documentation" : "

A list of \"PipelineActivity\" objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:

pipelineActivities = [ { \"channel\": { ... } }, { \"lambda\": { ... } }, ... ]

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "pipelineName", "pipelineActivities" ], "shapeName" : "UpdatePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePipelineRequest", "variableName" : "updatePipelineRequest", "variableType" : "UpdatePipelineRequest", "documentation" : null, "simpleType" : "UpdatePipelineRequest", "variableSetterType" : "UpdatePipelineRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdatePipelineResponse" : { "c2jName" : "UpdatePipelineResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePipelineResponse", "variableName" : "updatePipelineResponse", "variableType" : "UpdatePipelineResponse", "documentation" : null, "simpleType" : "UpdatePipelineResponse", "variableSetterType" : "UpdatePipelineResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Variable" : { "c2jName" : "Variable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An instance of a variable to be passed to the \"containerAction\" execution. Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".

", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "VariableName", "defaultConsumerFluentSetterDocumentation" : "

The name of the variable.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the variable.

\n@return The name of the variable.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the variable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the variable.

\n@return The name of the variable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the variable.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStringValue", "beanStyleSetterMethodName" : "setStringValue", "c2jName" : "stringValue", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a string.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stringValue(String)}.\n@param stringValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stringValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a string.

\n@return The value of the variable as a string.\n@deprecated Use {@link #stringValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stringValue(String)}\n", "documentation" : "

The value of the variable as a string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StringValue 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" : "hasStringValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stringValue", "fluentSetterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stringValue", "getterDocumentation" : "

The value of the variable as a string.

\n@return The value of the variable as a string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stringValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stringValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StringValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.", "setterMethodName" : "setStringValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

The value of the variable as a string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDoubleValue", "beanStyleSetterMethodName" : "setDoubleValue", "c2jName" : "doubleValue", "c2jShape" : "DoubleValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a double (numeric).

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #doubleValue(Double)}.\n@param doubleValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleValue(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a double (numeric).

\n@return The value of the variable as a double (numeric).\n@deprecated Use {@link #doubleValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #doubleValue(Double)}\n", "documentation" : "

The value of the variable as a double (numeric).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DoubleValue 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" : "hasDoubleValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleValue", "fluentSetterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleValue", "getterDocumentation" : "

The value of the variable as a double (numeric).

\n@return The value of the variable as a double (numeric).", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "doubleValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "doubleValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DoubleValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).", "setterMethodName" : "setDoubleValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "doubleValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "doubleValue", "variableType" : "Double", "documentation" : "

The value of the variable as a double (numeric).

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetContentVersionValue", "beanStyleSetterMethodName" : "setDatasetContentVersionValue", "c2jName" : "datasetContentVersionValue", "c2jShape" : "DatasetContentVersionValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\nThis is a convenience that creates an instance of the {@link DatasetContentVersionValue.Builder} avoiding the need to create one manually via {@link DatasetContentVersionValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentVersionValue.Builder#build()} is called immediately and its result is passed to {@link #datasetContentVersionValue(DatasetContentVersionValue)}.\n@param datasetContentVersionValue a consumer that will call methods on {@link DatasetContentVersionValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetContentVersionValue(DatasetContentVersionValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@return The value of the variable as a structure that specifies a data set content version.\n@deprecated Use {@link #datasetContentVersionValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetContentVersionValue(DatasetContentVersionValue)}\n", "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetContentVersionValue 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" : "hasDatasetContentVersionValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetContentVersionValue", "fluentSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetContentVersionValue", "getterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@return The value of the variable as a structure that specifies a data set content version.", "getterModel" : { "returnType" : "DatasetContentVersionValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datasetContentVersionValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetContentVersionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatasetContentVersionValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.", "setterMethodName" : "setDatasetContentVersionValue", "setterModel" : { "variableDeclarationType" : "DatasetContentVersionValue", "variableName" : "datasetContentVersionValue", "variableType" : "DatasetContentVersionValue", "documentation" : null, "simpleType" : "DatasetContentVersionValue", "variableSetterType" : "DatasetContentVersionValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentVersionValue", "variableName" : "datasetContentVersionValue", "variableType" : "DatasetContentVersionValue", "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "simpleType" : "DatasetContentVersionValue", "variableSetterType" : "DatasetContentVersionValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputFileUriValue", "beanStyleSetterMethodName" : "setOutputFileUriValue", "c2jName" : "outputFileUriValue", "c2jShape" : "OutputFileUriValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\nThis is a convenience that creates an instance of the {@link OutputFileUriValue.Builder} avoiding the need to create one manually via {@link OutputFileUriValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputFileUriValue.Builder#build()} is called immediately and its result is passed to {@link #outputFileUriValue(OutputFileUriValue)}.\n@param outputFileUriValue a consumer that will call methods on {@link OutputFileUriValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputFileUriValue(OutputFileUriValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@return The value of the variable as a structure that specifies an output file URI.\n@deprecated Use {@link #outputFileUriValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputFileUriValue(OutputFileUriValue)}\n", "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputFileUriValue 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" : "hasOutputFileUriValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputFileUriValue", "fluentSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputFileUriValue", "getterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@return The value of the variable as a structure that specifies an output file URI.", "getterModel" : { "returnType" : "OutputFileUriValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "outputFileUriValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "outputFileUriValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputFileUriValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.", "setterMethodName" : "setOutputFileUriValue", "setterModel" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : null, "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetContentVersionValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetContentVersionValue", "beanStyleSetterMethodName" : "setDatasetContentVersionValue", "c2jName" : "datasetContentVersionValue", "c2jShape" : "DatasetContentVersionValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\nThis is a convenience that creates an instance of the {@link DatasetContentVersionValue.Builder} avoiding the need to create one manually via {@link DatasetContentVersionValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentVersionValue.Builder#build()} is called immediately and its result is passed to {@link #datasetContentVersionValue(DatasetContentVersionValue)}.\n@param datasetContentVersionValue a consumer that will call methods on {@link DatasetContentVersionValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetContentVersionValue(DatasetContentVersionValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@return The value of the variable as a structure that specifies a data set content version.\n@deprecated Use {@link #datasetContentVersionValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetContentVersionValue(DatasetContentVersionValue)}\n", "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetContentVersionValue 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" : "hasDatasetContentVersionValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetContentVersionValue", "fluentSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetContentVersionValue", "getterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@return The value of the variable as a structure that specifies a data set content version.", "getterModel" : { "returnType" : "DatasetContentVersionValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datasetContentVersionValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetContentVersionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatasetContentVersionValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.", "setterMethodName" : "setDatasetContentVersionValue", "setterModel" : { "variableDeclarationType" : "DatasetContentVersionValue", "variableName" : "datasetContentVersionValue", "variableType" : "DatasetContentVersionValue", "documentation" : null, "simpleType" : "DatasetContentVersionValue", "variableSetterType" : "DatasetContentVersionValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentVersionValue", "variableName" : "datasetContentVersionValue", "variableType" : "DatasetContentVersionValue", "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "simpleType" : "DatasetContentVersionValue", "variableSetterType" : "DatasetContentVersionValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DoubleValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDoubleValue", "beanStyleSetterMethodName" : "setDoubleValue", "c2jName" : "doubleValue", "c2jShape" : "DoubleValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a double (numeric).

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #doubleValue(Double)}.\n@param doubleValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleValue(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a double (numeric).

\n@return The value of the variable as a double (numeric).\n@deprecated Use {@link #doubleValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #doubleValue(Double)}\n", "documentation" : "

The value of the variable as a double (numeric).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DoubleValue 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" : "hasDoubleValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleValue", "fluentSetterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleValue", "getterDocumentation" : "

The value of the variable as a double (numeric).

\n@return The value of the variable as a double (numeric).", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "doubleValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "doubleValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DoubleValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).", "setterMethodName" : "setDoubleValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "doubleValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "doubleValue", "variableType" : "Double", "documentation" : "

The value of the variable as a double (numeric).

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "VariableName", "defaultConsumerFluentSetterDocumentation" : "

The name of the variable.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the variable.

\n@return The name of the variable.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the variable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the variable.

\n@return The name of the variable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the variable.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputFileUriValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputFileUriValue", "beanStyleSetterMethodName" : "setOutputFileUriValue", "c2jName" : "outputFileUriValue", "c2jShape" : "OutputFileUriValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\nThis is a convenience that creates an instance of the {@link OutputFileUriValue.Builder} avoiding the need to create one manually via {@link OutputFileUriValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputFileUriValue.Builder#build()} is called immediately and its result is passed to {@link #outputFileUriValue(OutputFileUriValue)}.\n@param outputFileUriValue a consumer that will call methods on {@link OutputFileUriValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputFileUriValue(OutputFileUriValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@return The value of the variable as a structure that specifies an output file URI.\n@deprecated Use {@link #outputFileUriValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputFileUriValue(OutputFileUriValue)}\n", "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputFileUriValue 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" : "hasOutputFileUriValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputFileUriValue", "fluentSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputFileUriValue", "getterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@return The value of the variable as a structure that specifies an output file URI.", "getterModel" : { "returnType" : "OutputFileUriValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "outputFileUriValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "outputFileUriValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputFileUriValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.", "setterMethodName" : "setOutputFileUriValue", "setterModel" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : null, "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StringValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStringValue", "beanStyleSetterMethodName" : "setStringValue", "c2jName" : "stringValue", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a string.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stringValue(String)}.\n@param stringValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stringValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a string.

\n@return The value of the variable as a string.\n@deprecated Use {@link #stringValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stringValue(String)}\n", "documentation" : "

The value of the variable as a string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StringValue 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" : "hasStringValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stringValue", "fluentSetterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stringValue", "getterDocumentation" : "

The value of the variable as a string.

\n@return The value of the variable as a string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stringValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stringValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StringValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.", "setterMethodName" : "setStringValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

The value of the variable as a string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "VariableName", "defaultConsumerFluentSetterDocumentation" : "

The name of the variable.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the variable.

\n@return The name of the variable.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the variable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the variable.

\n@return The name of the variable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the variable.

\n@param name The name of the variable.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the variable.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStringValue", "beanStyleSetterMethodName" : "setStringValue", "c2jName" : "stringValue", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a string.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stringValue(String)}.\n@param stringValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stringValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a string.

\n@return The value of the variable as a string.\n@deprecated Use {@link #stringValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stringValue(String)}\n", "documentation" : "

The value of the variable as a string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StringValue 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" : "hasStringValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stringValue", "fluentSetterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stringValue", "getterDocumentation" : "

The value of the variable as a string.

\n@return The value of the variable as a string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stringValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stringValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StringValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a string.

\n@param stringValue The value of the variable as a string.", "setterMethodName" : "setStringValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

The value of the variable as a string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDoubleValue", "beanStyleSetterMethodName" : "setDoubleValue", "c2jName" : "doubleValue", "c2jShape" : "DoubleValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a double (numeric).

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #doubleValue(Double)}.\n@param doubleValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleValue(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a double (numeric).

\n@return The value of the variable as a double (numeric).\n@deprecated Use {@link #doubleValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #doubleValue(Double)}\n", "documentation" : "

The value of the variable as a double (numeric).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DoubleValue 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" : "hasDoubleValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleValue", "fluentSetterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleValue", "getterDocumentation" : "

The value of the variable as a double (numeric).

\n@return The value of the variable as a double (numeric).", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "doubleValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "doubleValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DoubleValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a double (numeric).

\n@param doubleValue The value of the variable as a double (numeric).", "setterMethodName" : "setDoubleValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "doubleValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "doubleValue", "variableType" : "Double", "documentation" : "

The value of the variable as a double (numeric).

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDatasetContentVersionValue", "beanStyleSetterMethodName" : "setDatasetContentVersionValue", "c2jName" : "datasetContentVersionValue", "c2jShape" : "DatasetContentVersionValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\nThis is a convenience that creates an instance of the {@link DatasetContentVersionValue.Builder} avoiding the need to create one manually via {@link DatasetContentVersionValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetContentVersionValue.Builder#build()} is called immediately and its result is passed to {@link #datasetContentVersionValue(DatasetContentVersionValue)}.\n@param datasetContentVersionValue a consumer that will call methods on {@link DatasetContentVersionValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetContentVersionValue(DatasetContentVersionValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@return The value of the variable as a structure that specifies a data set content version.\n@deprecated Use {@link #datasetContentVersionValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetContentVersionValue(DatasetContentVersionValue)}\n", "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DatasetContentVersionValue 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" : "hasDatasetContentVersionValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datasetContentVersionValue", "fluentSetterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datasetContentVersionValue", "getterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@return The value of the variable as a structure that specifies a data set content version.", "getterModel" : { "returnType" : "DatasetContentVersionValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "datasetContentVersionValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "datasetContentVersionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DatasetContentVersionValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a structure that specifies a data set content version.

\n@param datasetContentVersionValue The value of the variable as a structure that specifies a data set content version.", "setterMethodName" : "setDatasetContentVersionValue", "setterModel" : { "variableDeclarationType" : "DatasetContentVersionValue", "variableName" : "datasetContentVersionValue", "variableType" : "DatasetContentVersionValue", "documentation" : null, "simpleType" : "DatasetContentVersionValue", "variableSetterType" : "DatasetContentVersionValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DatasetContentVersionValue", "variableName" : "datasetContentVersionValue", "variableType" : "DatasetContentVersionValue", "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "simpleType" : "DatasetContentVersionValue", "variableSetterType" : "DatasetContentVersionValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputFileUriValue", "beanStyleSetterMethodName" : "setOutputFileUriValue", "c2jName" : "outputFileUriValue", "c2jShape" : "OutputFileUriValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\nThis is a convenience that creates an instance of the {@link OutputFileUriValue.Builder} avoiding the need to create one manually via {@link OutputFileUriValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputFileUriValue.Builder#build()} is called immediately and its result is passed to {@link #outputFileUriValue(OutputFileUriValue)}.\n@param outputFileUriValue a consumer that will call methods on {@link OutputFileUriValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputFileUriValue(OutputFileUriValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@return The value of the variable as a structure that specifies an output file URI.\n@deprecated Use {@link #outputFileUriValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputFileUriValue(OutputFileUriValue)}\n", "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputFileUriValue 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" : "hasOutputFileUriValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputFileUriValue", "fluentSetterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputFileUriValue", "getterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@return The value of the variable as a structure that specifies an output file URI.", "getterModel" : { "returnType" : "OutputFileUriValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "outputFileUriValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "outputFileUriValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputFileUriValue", "sensitive" : false, "setterDocumentation" : "

The value of the variable as a structure that specifies an output file URI.

\n@param outputFileUriValue The value of the variable as a structure that specifies an output file URI.", "setterMethodName" : "setOutputFileUriValue", "setterModel" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : null, "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputFileUriValue", "variableName" : "outputFileUriValue", "variableType" : "OutputFileUriValue", "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "simpleType" : "OutputFileUriValue", "variableSetterType" : "OutputFileUriValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "Variable", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Variable", "variableName" : "variable", "variableType" : "Variable", "documentation" : null, "simpleType" : "Variable", "variableSetterType" : "Variable" }, "wrapper" : false, "xmlNamespace" : null }, "VersioningConfiguration" : { "c2jName" : "VersioningConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about the versioning of data set contents.

", "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" : "getUnlimited", "beanStyleSetterMethodName" : "setUnlimited", "c2jName" : "unlimited", "c2jShape" : "UnlimitedVersioning", "defaultConsumerFluentSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\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 #unlimited(Boolean)}.\n@param unlimited 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 #unlimited(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@return If true, unlimited versions of data set contents will be kept.\n@deprecated Use {@link #unlimited()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unlimited(Boolean)}\n", "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Unlimited 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" : "hasUnlimited", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unlimited", "fluentSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unlimited", "getterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@return If true, unlimited versions of data set contents will be kept.", "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" : "unlimited", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "unlimited", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Unlimited", "sensitive" : false, "setterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.", "setterMethodName" : "setUnlimited", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxVersions", "beanStyleSetterMethodName" : "setMaxVersions", "c2jName" : "maxVersions", "c2jShape" : "MaxVersions", "defaultConsumerFluentSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\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 #maxVersions(Integer)}.\n@param maxVersions 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 #maxVersions(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@return How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@deprecated Use {@link #maxVersions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxVersions(Integer)}\n", "documentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxVersions 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" : "hasMaxVersions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxVersions", "fluentSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxVersions", "getterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@return How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.", "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" : "maxVersions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxVersions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxVersions", "sensitive" : false, "setterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.", "setterMethodName" : "setMaxVersions", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxVersions", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxVersions", "variableType" : "Integer", "documentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxVersions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxVersions", "beanStyleSetterMethodName" : "setMaxVersions", "c2jName" : "maxVersions", "c2jShape" : "MaxVersions", "defaultConsumerFluentSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\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 #maxVersions(Integer)}.\n@param maxVersions 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 #maxVersions(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@return How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@deprecated Use {@link #maxVersions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxVersions(Integer)}\n", "documentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxVersions 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" : "hasMaxVersions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxVersions", "fluentSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxVersions", "getterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@return How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.", "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" : "maxVersions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxVersions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxVersions", "sensitive" : false, "setterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.", "setterMethodName" : "setMaxVersions", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxVersions", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxVersions", "variableType" : "Integer", "documentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Unlimited" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnlimited", "beanStyleSetterMethodName" : "setUnlimited", "c2jName" : "unlimited", "c2jShape" : "UnlimitedVersioning", "defaultConsumerFluentSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\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 #unlimited(Boolean)}.\n@param unlimited 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 #unlimited(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@return If true, unlimited versions of data set contents will be kept.\n@deprecated Use {@link #unlimited()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unlimited(Boolean)}\n", "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Unlimited 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" : "hasUnlimited", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unlimited", "fluentSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unlimited", "getterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@return If true, unlimited versions of data set contents will be kept.", "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" : "unlimited", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "unlimited", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Unlimited", "sensitive" : false, "setterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.", "setterMethodName" : "setUnlimited", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnlimited", "beanStyleSetterMethodName" : "setUnlimited", "c2jName" : "unlimited", "c2jShape" : "UnlimitedVersioning", "defaultConsumerFluentSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\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 #unlimited(Boolean)}.\n@param unlimited 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 #unlimited(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@return If true, unlimited versions of data set contents will be kept.\n@deprecated Use {@link #unlimited()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unlimited(Boolean)}\n", "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Unlimited 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" : "hasUnlimited", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unlimited", "fluentSetterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unlimited", "getterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@return If true, unlimited versions of data set contents will be kept.", "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" : "unlimited", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "unlimited", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Unlimited", "sensitive" : false, "setterDocumentation" : "

If true, unlimited versions of data set contents will be kept.

\n@param unlimited If true, unlimited versions of data set contents will be kept.", "setterMethodName" : "setUnlimited", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "unlimited", "variableType" : "Boolean", "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxVersions", "beanStyleSetterMethodName" : "setMaxVersions", "c2jName" : "maxVersions", "c2jShape" : "MaxVersions", "defaultConsumerFluentSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\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 #maxVersions(Integer)}.\n@param maxVersions 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 #maxVersions(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@return How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@deprecated Use {@link #maxVersions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxVersions(Integer)}\n", "documentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxVersions 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" : "hasMaxVersions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxVersions", "fluentSetterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxVersions", "getterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@return How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.", "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" : "maxVersions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxVersions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxVersions", "sensitive" : false, "setterDocumentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

\n@param maxVersions How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.", "setterMethodName" : "setMaxVersions", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxVersions", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxVersions", "variableType" : "Integer", "documentation" : "

How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VersioningConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VersioningConfiguration", "variableName" : "versioningConfiguration", "variableType" : "VersioningConfiguration", "documentation" : null, "simpleType" : "VersioningConfiguration", "variableSetterType" : "VersioningConfiguration" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "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" : "IoTAnalyticsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsException", "sdkRequestBaseClassName" : "IoTAnalyticsRequest", "sdkResponseBaseClassName" : "IoTAnalyticsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy