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" : [ ],
    "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", "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.

", "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.

", "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.

", "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.

", "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).

", "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.

", "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 one or more channels 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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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.

", "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" : [ { "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, "documentation" : "

The name of the 'addAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "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" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "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" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'addAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'addAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "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" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The code associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The message associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "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, "documentation" : "

The code associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "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, "documentation" : "

The message associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "MessageId" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The code associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The message associated with the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel where the messages are sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel where the messages are sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Messages" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel where the messages are sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchPutMessageErrorEntries" : { "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, "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A list of any errors encountered when sending the messages to the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineName" : { "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, "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ReprocessingId" : { "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, "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of pipeline for which data reprocessing is canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the channel was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "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, "documentation" : "

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

When the channel was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the channel was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'channel' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the channel from which the messages are processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel from which the messages are processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'channel' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'channel' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the channel from which the messages are processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The estimated size of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Size" : { "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, "documentation" : "

The estimated size of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The estimated size of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the channel was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

The last time the channel was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the channel.

", "endpointDiscoveryId" : false, "enumType" : "ChannelStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the channel was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the channel was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionRoleArn" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Image" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "ResourceConfiguration" : { "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, "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Variables" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Configuration of the resource which executes the \"containerAction\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "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, "documentation" : "

Metadata which can be used to manage the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelArn" : { "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, "documentation" : "

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ChannelName" : { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The version ID of the data set contents which are being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VersionId" : { "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, "documentation" : "

The version ID of the data set contents which are being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The version ID of the data set contents which are being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of actions that create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "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, "documentation" : "

A list of actions that create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "ContentDeliveryRules" : { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "DatasetName" : { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "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, "documentation" : "

Metadata which can be used to manage the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "Triggers" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "VersioningConfiguration" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of actions that create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetArn" : { "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, "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DatasetName" : { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "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, "documentation" : "

Metadata which can be used to manage the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreArn" : { "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, "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DatastoreName" : { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineActivities" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "PipelineName" : { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "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, "documentation" : "

Metadata which can be used to manage the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Metadata which can be used to manage the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineArn" : { "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, "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "PipelineName" : { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "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, "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "Arn" : { "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, "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ContentDeliveryRules" : { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

When the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Triggers" : { "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, "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "VersioningConfiguration" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The \"DatasetAction\" objects that automatically create the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The \"DatasetTrigger\" objects that specify when the data set is automatically updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

[Optional] How long, in days, message data is kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActionName" : { "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, "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ContainerAction" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "QueryAction" : { "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, "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set action by which data set contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An \"SqlQueryDatasetAction\" object that uses an SQL query to automatically create data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the action which automatically creates the data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionTypeAsString", "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, "documentation" : "

The type of action by which the data set's contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : "DatasetActionType", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActionName" : { "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, "documentation" : "

The name of the action which automatically creates the data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ActionType" : { "beanStyleGetterMethodName" : "getActionTypeAsString", "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, "documentation" : "

The type of action by which the data set's contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : "DatasetActionType", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the action which automatically creates the data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionTypeAsString", "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, "documentation" : "

The type of action by which the data set's contents are automatically created.

", "endpointDiscoveryId" : false, "enumType" : "DatasetActionType", "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IotEventsDestinationConfiguration" : { "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, "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "S3DestinationConfiguration" : { "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, "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

Configuration information for delivery of data set contents to AWS IoT Events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Configuration information for delivery of data set contents to Amazon S3.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set content delivery rules entry.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The destination to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destination" : { "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, "documentation" : "

The destination to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "EntryName" : { "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, "documentation" : "

The name of the data set content delivery rules entry.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set content delivery rules entry.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The destination to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "beanStyleGetterMethodName" : "getStateAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The reason the data set contents are in this state.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "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, "documentation" : "

The reason the data set contents are in this state.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getStateAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The reason the data set contents are in this state.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The version of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The status of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The actual time the creation of the data set contents was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "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, "documentation" : "

The actual time the creation of the data set contents was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ScheduleTime" : { "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, "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "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, "documentation" : "

The status of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Version" : { "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, "documentation" : "

The version of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The version of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The status of the data set contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The actual time the creation of the data set contents was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time the creation of the data set contents was scheduled to start.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The pre-signed URI of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DataURI" : { "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, "documentation" : "

The pre-signed URI of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "EntryName" : { "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, "documentation" : "

The name of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The pre-signed URI of the data set item.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of \"DataActionSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "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, "documentation" : "

A list of \"DataActionSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

The time the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DatasetName" : { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Triggers" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data set.

", "endpointDiscoveryId" : false, "enumType" : "DatasetStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time the data set was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data set was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of \"DataActionSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Dataset" : { "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, "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Schedule" : { "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, "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The \"Schedule\" when the trigger is initiated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The data set whose content creation triggers the creation of this data set's contents.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "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, "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'datastore' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the data store where processed messages are stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "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, "documentation" : "

The name of the data store where processed messages are stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'datastore' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'datastore' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the data store where processed messages are stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The estimated size of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Size" : { "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, "documentation" : "

The estimated size of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The estimated size of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data store.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "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, "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DatastoreName" : { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data store.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the data store.

", "endpointDiscoveryId" : false, "enumType" : "DatastoreStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the data store was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the data store was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set whose content is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "documentation" : "

The name of the data set whose content is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "VersionId" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set whose content is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "documentation" : "

The name of the data set to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "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, "documentation" : "

The name of the data store to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineName" : { "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, "documentation" : "

The name of the pipeline to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OffsetSeconds" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "TimeExpression" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response.

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

If true, additional statistical information about the channel is included in the response.

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

If true, additional statistical information about the channel is included in the response.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response.\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.

\n@return If true, additional statistical information about the channel is included in the response.", "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.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response.", "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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "IncludeStatistics" : { "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response.

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

If true, additional statistical information about the channel is included in the response.

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

If true, additional statistical information about the channel is included in the response.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response.\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.

\n@return If true, additional statistical information about the channel is included in the response.", "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.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response.", "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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the channel is included in the response.

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

If true, additional statistical information about the channel is included in the response.

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

If true, additional statistical information about the channel is included in the response.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response.\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.

\n@return If true, additional statistical information about the channel is included in the response.", "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.

\n@param includeStatistics If true, additional statistical information about the channel is included in the response.", "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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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 }, "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" : [ { "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, "documentation" : "

An object that contains information about the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Channel" : { "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, "documentation" : "

An object that contains information about the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Statistics" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

An object that contains information about the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "documentation" : "

The name of the data set whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

An object that contains information about the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Dataset" : { "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, "documentation" : "

An object that contains information about the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

An object that contains information about the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the datastore is included in the response.

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

If true, additional statistical information about the datastore is included in the response.

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

If true, additional statistical information about the datastore is included in the response.

\n@param includeStatistics If true, additional statistical information about the datastore is included in the response.\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 datastore is included in the response.

\n@return If true, additional statistical information about the datastore is included in the response.", "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 datastore is included in the response.

\n@param includeStatistics If true, additional statistical information about the datastore is included in the response.", "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 datastore is included in the response.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "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, "documentation" : "

The name of the data store

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "IncludeStatistics" : { "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the datastore is included in the response.

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

If true, additional statistical information about the datastore is included in the response.

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

If true, additional statistical information about the datastore is included in the response.

\n@param includeStatistics If true, additional statistical information about the datastore is included in the response.\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 datastore is included in the response.

\n@return If true, additional statistical information about the datastore is included in the response.", "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 datastore is included in the response.

\n@param includeStatistics If true, additional statistical information about the datastore is included in the response.", "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 datastore is included in the response.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeStatistics", "beanStyleSetterMethodName" : "setIncludeStatistics", "c2jName" : "includeStatistics", "c2jShape" : "IncludeStatisticsFlag", "defaultConsumerFluentSetterDocumentation" : "

If true, additional statistical information about the datastore is included in the response.

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

If true, additional statistical information about the datastore is included in the response.

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

If true, additional statistical information about the datastore is included in the response.

\n@param includeStatistics If true, additional statistical information about the datastore is included in the response.\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 datastore is included in the response.

\n@return If true, additional statistical information about the datastore is included in the response.", "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 datastore is included in the response.

\n@param includeStatistics If true, additional statistical information about the datastore is included in the response.", "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 datastore is included in the response.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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 }, "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" : [ { "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, "documentation" : "

Information about the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Datastore" : { "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, "documentation" : "

Information about the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Statistics" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

Information about the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoggingOptions" : { "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, "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The current settings of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineName" : { "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, "documentation" : "

The name of the pipeline whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline whose information is retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "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, "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A \"Pipeline\" object that contains information about the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "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, "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "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, "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ThingName" : { "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, "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'deviceRegistryEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the IoT device whose registry information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the role that allows access to the device's registry information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "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, "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "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, "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ThingName" : { "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, "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'deviceShadowEnrich' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the attribute that is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the IoT device whose shadow information is added to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the role that allows access to the device's shadow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The estimated size of the resource in bytes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time when the estimate of the size of the resource was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EstimatedOn" : { "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, "documentation" : "

The time when the estimate of the size of the resource was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "EstimatedSizeInBytes" : { "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, "documentation" : "

The estimated size of the resource in bytes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The estimated size of the resource in bytes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time when the estimate of the size of the resource was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'filter' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "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, "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'filter' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'filter' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An expression that looks like a SQL WHERE clause that must return a Boolean value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set whose contents are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "documentation" : "

The name of the data set whose contents are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "VersionId" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set whose contents are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A list of \"DatasetEntry\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time when the request was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The status of the data set content.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Entries" : { "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, "documentation" : "

A list of \"DatasetEntry\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "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, "documentation" : "

The status of the data set content.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "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, "documentation" : "

The time when the request was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A list of \"DatasetEntry\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time when the request was made.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The status of the data set content.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatabaseName" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "TableName" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputName" : { "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, "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the AWS IoT Events input to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'lambda' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the Lambda function that is run on the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "LambdaName" : { "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, "documentation" : "

The name of the Lambda function that is run on the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'lambda' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'lambda' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the Lambda function that is run on the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A list of \"ChannelSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelSummaries" : { "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, "documentation" : "

A list of \"ChannelSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A list of \"ChannelSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set whose contents information you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetName" : { "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, "documentation" : "

The name of the data set whose contents information you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "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, "documentation" : "

The maximum number of results to return in this request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ScheduledBefore" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "ScheduledOnOrAfter" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set whose contents information you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

Summary information about data set contents that have been created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetContentSummaries" : { "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, "documentation" : "

Summary information about data set contents that have been created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

Summary information about data set contents that have been created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A list of \"DatasetSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetSummaries" : { "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, "documentation" : "

A list of \"DatasetSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A list of \"DatasetSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A list of \"DatastoreSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreSummaries" : { "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, "documentation" : "

A list of \"DatastoreSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A list of \"DatastoreSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The maximum number of results to return in this request.

The default value is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

A list of \"PipelineSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "PipelineSummaries" : { "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, "documentation" : "

A list of \"PipelineSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A list of \"PipelineSummary\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The ARN of the resource whose tags you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "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, "documentation" : "

The ARN of the resource whose tags you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The ARN of the resource whose tags you want to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLevelAsString", "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, "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "endpointDiscoveryId" : false, "enumType" : "LoggingLevel", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "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, "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Level" : { "beanStyleGetterMethodName" : "getLevelAsString", "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, "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "endpointDiscoveryId" : false, "enumType" : "LoggingLevel", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "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, "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLevelAsString", "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, "documentation" : "

The logging level. Currently, only \"ERROR\" is supported.

", "endpointDiscoveryId" : false, "enumType" : "LoggingLevel", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If true, logging is enabled for AWS IoT Analytics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'math' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the attribute that contains the result of the math operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attribute" : { "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, "documentation" : "

The name of the attribute that contains the result of the math operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Math" : { "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, "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'math' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'math' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The name of the attribute that contains the result of the math operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An expression that uses one or more existing attributes and must return an integer value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Payload" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FileName" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The activities that perform transformations on the messages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the pipeline was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "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, "documentation" : "

The activities that perform transformations on the messages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "Arn" : { "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, "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

The last time the pipeline was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ReprocessingSummaries" : { "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, "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The activities that perform transformations on the messages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The last time the pipeline was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

Determines the source of the messages to be processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Runs a Lambda function to modify the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Specifies where to store the processed message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Adds other attributes based on existing attributes in the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Removes attributes from a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Filters a message based on its attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddAttributes" : { "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, "documentation" : "

Adds other attributes based on existing attributes in the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Channel" : { "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, "documentation" : "

Determines the source of the messages to be processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Datastore" : { "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, "documentation" : "

Specifies where to store the processed message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DeviceRegistryEnrich" : { "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, "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DeviceShadowEnrich" : { "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, "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Filter" : { "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, "documentation" : "

Filters a message based on its attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Lambda" : { "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, "documentation" : "

Runs a Lambda function to modify the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Math" : { "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, "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RemoveAttributes" : { "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, "documentation" : "

Removes attributes from a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "SelectAttributes" : { "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, "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

Determines the source of the messages to be processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Runs a Lambda function to modify the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Specifies where to store the processed message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Adds other attributes based on existing attributes in the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Removes attributes from a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Creates a new message using only the specified attributes from the original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Filters a message based on its attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Computes an arithmetic expression using the message's attributes and adds it to the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Adds data from the AWS IoT device registry to your message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Adds information from the AWS IoT Device Shadows service to a message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the pipeline was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "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, "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "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, "documentation" : "

When the pipeline was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "PipelineName" : { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ReprocessingSummaries" : { "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, "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A summary of information about the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the pipeline was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When the pipeline was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoggingOptions" : { "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, "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The new values of the AWS IoT Analytics logging options.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeltaTime" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'removeAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of 1-50 attributes to remove from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "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, "documentation" : "

A list of 1-50 attributes to remove from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'removeAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'removeAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of 1-50 attributes to remove from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : "ReprocessingStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time the pipeline reprocessing was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "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, "documentation" : "

The time the pipeline reprocessing was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Id" : { "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, "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : "ReprocessingStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The 'reprocessingId' returned by \"StartPipelineReprocessing\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The status of the pipeline reprocessing.

", "endpointDiscoveryId" : false, "enumType" : "ReprocessingStatus", "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The time the pipeline reprocessing was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The ID of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "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, "documentation" : "

The ARN of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "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, "documentation" : "

The ID of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The ID of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ARN of the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "beanStyleGetterMethodName" : "getComputeTypeAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComputeType" : { "beanStyleGetterMethodName" : "getComputeTypeAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, "VolumeSizeInGB" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getComputeTypeAsString", "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

If true, message data is kept indefinitely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NumberOfDays" : { "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, "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Unlimited" : { "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, "documentation" : "

If true, message data is kept indefinitely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

If true, message data is kept indefinitely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The number of days that message data is kept. The \"unlimited\" parameter must be false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Payloads" : { "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, "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "PipelineActivity" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The sample message payloads on which the pipeline activity is run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogResult" : { "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, "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Payloads" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

In case the pipeline activity fails, the log message that is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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).

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

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).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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).

\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).\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).

\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).", "getterModel" : { "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).

\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).", "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).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "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, "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "GlueConfiguration" : { "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, "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Key" : { "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).

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

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).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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).

\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).\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).

\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).", "getterModel" : { "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).

\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).", "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).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the Amazon S3 bucket to which data set contents are delivered.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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).

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

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).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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).

\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).\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).

\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).", "getterModel" : { "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).

\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).", "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).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel whose message samples are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The start of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The end of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel whose message samples are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "EndTime" : { "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, "documentation" : "

The end of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "MaxMessages" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "StartTime" : { "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, "documentation" : "

The start of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel whose message samples are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The start of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The end of the time window from which sample messages are retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Payloads" : { "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, "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The list of message samples. Each sample message is returned as a base64-encoded string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Expression" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the 'selectAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of the attributes to select from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "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, "documentation" : "

A list of the attributes to select from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the 'selectAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Next" : { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the 'selectAttributes' activity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of the attributes to select from the message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The next activity in the pipeline.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

A SQL query string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Pre-filters applied to message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "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, "documentation" : "

Pre-filters applied to message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "SqlQuery" : { "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, "documentation" : "

A SQL query string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

A SQL query string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

Pre-filters applied to message data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline on which to start reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "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, "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "PipelineName" : { "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, "documentation" : "

The name of the pipeline on which to start reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "StartTime" : { "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, "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline on which to start reprocessing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The start time (inclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The end time (exclusive) of raw message data that is reprocessed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReprocessingId" : { "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, "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The ID of the pipeline reprocessing activity that was started.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The tag's key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The tag's value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "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, "documentation" : "

The tag's key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Value" : { "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, "documentation" : "

The tag's value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The tag's key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The tag's value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The ARN of the resource whose tags you want to modify.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The new or modified tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "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, "documentation" : "

The ARN of the resource whose tags you want to modify.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Tags" : { "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, "documentation" : "

The new or modified tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The ARN of the resource whose tags you want to modify.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The new or modified tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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 }, "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 }, "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" : [ { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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" }, "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 }, "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" : [ { "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, "documentation" : "

The ARN of the resource whose tags you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The keys of those tags which you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "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, "documentation" : "

The ARN of the resource whose tags you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "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, "documentation" : "

The keys of those tags which you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The ARN of the resource whose tags you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The keys of those tags which you want to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the channel to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelName" : { "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, "documentation" : "

The name of the channel to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the channel to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the channel.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data set to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of \"DatasetAction\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "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, "documentation" : "

A list of \"DatasetAction\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "ContentDeliveryRules" : { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "DatasetName" : { "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, "documentation" : "

The name of the data set to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Triggers" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "VersioningConfiguration" : { "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data set to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of \"DatasetAction\" objects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

When data set contents are created they are delivered to destinations specified here.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, data set contents are kept for the data set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the data store to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatastoreName" : { "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, "documentation" : "

The name of the data store to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "RetentionPeriod" : { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the data store to be updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

How long, in days, message data is kept for the data store.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the pipeline to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PipelineActivities" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "xmlNameSpaceUri" : null }, "PipelineName" : { "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, "documentation" : "

The name of the pipeline to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the pipeline to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "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" }, "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 }, "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 }, "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" : [ { "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, "documentation" : "

The name of the variable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a double (numeric).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DatasetContentVersionValue" : { "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, "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "DoubleValue" : { "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, "documentation" : "

The value of the variable as a double (numeric).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "Name" : { "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, "documentation" : "

The name of the variable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "OutputFileUriValue" : { "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, "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, "StringValue" : { "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, "documentation" : "

The value of the variable as a string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the variable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a double (numeric).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a structure that specifies a data set content version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The value of the variable as a structure that specifies an output file URI.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "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 }, "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" : [ { "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, "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxVersions" : { "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Unlimited" : { "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, "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

If true, unlimited versions of data set contents will be kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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" }, "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 } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "IoTAnalyticsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsException", "sdkRequestBaseClassName" : "IoTAnalyticsRequest", "sdkResponseBaseClassName" : "IoTAnalyticsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy