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

models.iotthingsgraph-2018-09-06-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "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" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2018-09-06",
    "asyncBuilder" : "DefaultIoTThingsGraphAsyncClientBuilder",
    "asyncBuilderInterface" : "IoTThingsGraphAsyncClientBuilder",
    "asyncClient" : "DefaultIoTThingsGraphAsyncClient",
    "asyncInterface" : "IoTThingsGraphAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultIoTThingsGraphBaseClientBuilder",
    "baseBuilderInterface" : "IoTThingsGraphBaseClientBuilder",
    "baseExceptionName" : "IoTThingsGraphException",
    "baseRequestName" : "IoTThingsGraphRequest",
    "baseResponseName" : "IoTThingsGraphResponse",
    "cborProtocol" : false,
    "clientPackageName" : "iotthingsgraph",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS IoT Things Graph",
    "documentation" : "AWS IoT Things Graph 

AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services and defining how they interact at an abstract level.

For more information about how AWS IoT Things Graph works, see the User Guide.

", "endpointPrefix" : "iotthingsgraph", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.iotthingsgraph", "fullModelPackageName" : "software.amazon.awssdk.services.iotthingsgraph.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.iotthingsgraph.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.iotthingsgraph.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.iotthingsgraph.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "iotthingsgraph.model", "paginatorsPackageName" : "iotthingsgraph.paginators", "protocol" : "json", "requestTransformPackageName" : "iotthingsgraph.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "IoTThingsGraph", "serviceName" : "IoTThingsGraph", "signingName" : "iotthingsgraph", "syncBuilder" : "DefaultIoTThingsGraphClientBuilder", "syncBuilderInterface" : "IoTThingsGraphClientBuilder", "syncClient" : "DefaultIoTThingsGraphClient", "syncInterface" : "IoTThingsGraphClient", "transformPackageName" : "iotthingsgraph.transform", "uid" : "iotthingsgraph-2018-09-06", "xmlProtocol" : false }, "operations" : { "AssociateEntityToThing" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Associates a device with a concrete thing that is in the user's registry.

A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AssociateEntityToThingRequest", "variableName" : "associateEntityToThingRequest", "variableType" : "AssociateEntityToThingRequest", "documentation" : "", "simpleType" : "AssociateEntityToThingRequest", "variableSetterType" : "AssociateEntityToThingRequest" }, "methodName" : "associateEntityToThing", "operationName" : "AssociateEntityToThing", "paginated" : false, "returnType" : { "returnType" : "AssociateEntityToThingResponse", "documentation" : null }, "syncReturnType" : "AssociateEntityToThingResponse" }, "CreateFlowTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.

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

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateFlowTemplateRequest", "variableName" : "createFlowTemplateRequest", "variableType" : "CreateFlowTemplateRequest", "documentation" : "", "simpleType" : "CreateFlowTemplateRequest", "variableSetterType" : "CreateFlowTemplateRequest" }, "methodName" : "createFlowTemplate", "operationName" : "CreateFlowTemplate", "paginated" : false, "returnType" : { "returnType" : "CreateFlowTemplateResponse", "documentation" : null }, "syncReturnType" : "CreateFlowTemplateResponse" }, "CreateSystemInstance" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a system instance.

This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is specified by the greengrassGroupName parameter. It also adds a file to the S3 bucket specified by the s3BucketName parameter. You need to call DeploySystemInstance after running this action.

For Greengrass deployments, since this action modifies and adds resources to a Greengrass group and an S3 bucket on the caller's behalf, the calling identity must have write permissions to both the specified Greengrass group and S3 bucket. Otherwise, the call will fail with an authorization error.

For cloud deployments, this action requires a flowActionsRoleArn value. This is an IAM role that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.

If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.

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

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSystemInstanceRequest", "variableName" : "createSystemInstanceRequest", "variableType" : "CreateSystemInstanceRequest", "documentation" : "", "simpleType" : "CreateSystemInstanceRequest", "variableSetterType" : "CreateSystemInstanceRequest" }, "methodName" : "createSystemInstance", "operationName" : "CreateSystemInstance", "paginated" : false, "returnType" : { "returnType" : "CreateSystemInstanceResponse", "documentation" : null }, "syncReturnType" : "CreateSystemInstanceResponse" }, "CreateSystemTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a system. The system is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSystemTemplateRequest", "variableName" : "createSystemTemplateRequest", "variableType" : "CreateSystemTemplateRequest", "documentation" : "", "simpleType" : "CreateSystemTemplateRequest", "variableSetterType" : "CreateSystemTemplateRequest" }, "methodName" : "createSystemTemplate", "operationName" : "CreateSystemTemplate", "paginated" : false, "returnType" : { "returnType" : "CreateSystemTemplateResponse", "documentation" : null }, "syncReturnType" : "CreateSystemTemplateResponse" }, "DeleteFlowTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteFlowTemplateRequest", "variableName" : "deleteFlowTemplateRequest", "variableType" : "DeleteFlowTemplateRequest", "documentation" : "", "simpleType" : "DeleteFlowTemplateRequest", "variableSetterType" : "DeleteFlowTemplateRequest" }, "methodName" : "deleteFlowTemplate", "operationName" : "DeleteFlowTemplate", "paginated" : false, "returnType" : { "returnType" : "DeleteFlowTemplateResponse", "documentation" : null }, "syncReturnType" : "DeleteFlowTemplateResponse" }, "DeleteNamespace" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action.

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteNamespaceRequest", "variableName" : "deleteNamespaceRequest", "variableType" : "DeleteNamespaceRequest", "documentation" : "", "simpleType" : "DeleteNamespaceRequest", "variableSetterType" : "DeleteNamespaceRequest" }, "methodName" : "deleteNamespace", "operationName" : "DeleteNamespace", "paginated" : false, "returnType" : { "returnType" : "DeleteNamespaceResponse", "documentation" : null }, "syncReturnType" : "DeleteNamespaceResponse" }, "DeleteSystemInstance" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a system instance. Only system instances that have never been deployed, or that have been undeployed can be deleted.

Users can create a new system instance that has the same ID as a deleted system instance.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSystemInstanceRequest", "variableName" : "deleteSystemInstanceRequest", "variableType" : "DeleteSystemInstanceRequest", "documentation" : "", "simpleType" : "DeleteSystemInstanceRequest", "variableSetterType" : "DeleteSystemInstanceRequest" }, "methodName" : "deleteSystemInstance", "operationName" : "DeleteSystemInstance", "paginated" : false, "returnType" : { "returnType" : "DeleteSystemInstanceResponse", "documentation" : null }, "syncReturnType" : "DeleteSystemInstanceResponse" }, "DeleteSystemTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSystemTemplateRequest", "variableName" : "deleteSystemTemplateRequest", "variableType" : "DeleteSystemTemplateRequest", "documentation" : "", "simpleType" : "DeleteSystemTemplateRequest", "variableSetterType" : "DeleteSystemTemplateRequest" }, "methodName" : "deleteSystemTemplate", "operationName" : "DeleteSystemTemplate", "paginated" : false, "returnType" : { "returnType" : "DeleteSystemTemplateResponse", "documentation" : null }, "syncReturnType" : "DeleteSystemTemplateResponse" }, "DeploySystemInstance" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Greengrass and Cloud Deployments

Deploys the system instance to the target specified in CreateSystemInstance.

Greengrass Deployments

If the system or any workflows and entities have been updated before this action is called, then the deployment will create a new Amazon Simple Storage Service resource file and then deploy it.

Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions to the specified Greengrass group. Otherwise, the call will fail with an authorization error.

For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.

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

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeploySystemInstanceRequest", "variableName" : "deploySystemInstanceRequest", "variableType" : "DeploySystemInstanceRequest", "documentation" : "", "simpleType" : "DeploySystemInstanceRequest", "variableSetterType" : "DeploySystemInstanceRequest" }, "methodName" : "deploySystemInstance", "operationName" : "DeploySystemInstance", "paginated" : false, "returnType" : { "returnType" : "DeploySystemInstanceResponse", "documentation" : null }, "syncReturnType" : "DeploySystemInstanceResponse" }, "DeprecateFlowTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeprecateFlowTemplateRequest", "variableName" : "deprecateFlowTemplateRequest", "variableType" : "DeprecateFlowTemplateRequest", "documentation" : "", "simpleType" : "DeprecateFlowTemplateRequest", "variableSetterType" : "DeprecateFlowTemplateRequest" }, "methodName" : "deprecateFlowTemplate", "operationName" : "DeprecateFlowTemplate", "paginated" : false, "returnType" : { "returnType" : "DeprecateFlowTemplateResponse", "documentation" : null }, "syncReturnType" : "DeprecateFlowTemplateResponse" }, "DeprecateSystemTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deprecates the specified system.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeprecateSystemTemplateRequest", "variableName" : "deprecateSystemTemplateRequest", "variableType" : "DeprecateSystemTemplateRequest", "documentation" : "", "simpleType" : "DeprecateSystemTemplateRequest", "variableSetterType" : "DeprecateSystemTemplateRequest" }, "methodName" : "deprecateSystemTemplate", "operationName" : "DeprecateSystemTemplate", "paginated" : false, "returnType" : { "returnType" : "DeprecateSystemTemplateResponse", "documentation" : null }, "syncReturnType" : "DeprecateSystemTemplateResponse" }, "DescribeNamespace" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets the latest version of the user's namespace and the public version that it is tracking.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeNamespaceRequest", "variableName" : "describeNamespaceRequest", "variableType" : "DescribeNamespaceRequest", "documentation" : "", "simpleType" : "DescribeNamespaceRequest", "variableSetterType" : "DescribeNamespaceRequest" }, "methodName" : "describeNamespace", "operationName" : "DescribeNamespace", "paginated" : false, "returnType" : { "returnType" : "DescribeNamespaceResponse", "documentation" : null }, "syncReturnType" : "DescribeNamespaceResponse" }, "DissociateEntityFromThing" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DissociateEntityFromThingRequest", "variableName" : "dissociateEntityFromThingRequest", "variableType" : "DissociateEntityFromThingRequest", "documentation" : "", "simpleType" : "DissociateEntityFromThingRequest", "variableSetterType" : "DissociateEntityFromThingRequest" }, "methodName" : "dissociateEntityFromThing", "operationName" : "DissociateEntityFromThing", "paginated" : false, "returnType" : { "returnType" : "DissociateEntityFromThingResponse", "documentation" : null }, "syncReturnType" : "DissociateEntityFromThingResponse" }, "GetEntities" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the following TDM entities.

  • Properties

  • States

  • Events

  • Actions

  • Capabilities

  • Mappings

  • Devices

  • Device Models

  • Services

This action doesn't return definitions for systems, flows, and deployments.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetEntitiesRequest", "variableName" : "getEntitiesRequest", "variableType" : "GetEntitiesRequest", "documentation" : "", "simpleType" : "GetEntitiesRequest", "variableSetterType" : "GetEntitiesRequest" }, "methodName" : "getEntities", "operationName" : "GetEntities", "paginated" : false, "returnType" : { "returnType" : "GetEntitiesResponse", "documentation" : null }, "syncReturnType" : "GetEntitiesResponse" }, "GetFlowTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFlowTemplateRequest", "variableName" : "getFlowTemplateRequest", "variableType" : "GetFlowTemplateRequest", "documentation" : "", "simpleType" : "GetFlowTemplateRequest", "variableSetterType" : "GetFlowTemplateRequest" }, "methodName" : "getFlowTemplate", "operationName" : "GetFlowTemplate", "paginated" : false, "returnType" : { "returnType" : "GetFlowTemplateResponse", "documentation" : null }, "syncReturnType" : "GetFlowTemplateResponse" }, "GetFlowTemplateRevisions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFlowTemplateRevisionsRequest", "variableName" : "getFlowTemplateRevisionsRequest", "variableType" : "GetFlowTemplateRevisionsRequest", "documentation" : "", "simpleType" : "GetFlowTemplateRevisionsRequest", "variableSetterType" : "GetFlowTemplateRevisionsRequest" }, "methodName" : "getFlowTemplateRevisions", "operationName" : "GetFlowTemplateRevisions", "paginated" : true, "returnType" : { "returnType" : "GetFlowTemplateRevisionsResponse", "documentation" : null }, "syncReturnType" : "GetFlowTemplateRevisionsResponse" }, "GetNamespaceDeletionStatus" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets the status of a namespace deletion task.

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetNamespaceDeletionStatusRequest", "variableName" : "getNamespaceDeletionStatusRequest", "variableType" : "GetNamespaceDeletionStatusRequest", "documentation" : "", "simpleType" : "GetNamespaceDeletionStatusRequest", "variableSetterType" : "GetNamespaceDeletionStatusRequest" }, "methodName" : "getNamespaceDeletionStatus", "operationName" : "GetNamespaceDeletionStatus", "paginated" : false, "returnType" : { "returnType" : "GetNamespaceDeletionStatusResponse", "documentation" : null }, "syncReturnType" : "GetNamespaceDeletionStatusResponse" }, "GetSystemInstance" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets a system instance.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSystemInstanceRequest", "variableName" : "getSystemInstanceRequest", "variableType" : "GetSystemInstanceRequest", "documentation" : "", "simpleType" : "GetSystemInstanceRequest", "variableSetterType" : "GetSystemInstanceRequest" }, "methodName" : "getSystemInstance", "operationName" : "GetSystemInstance", "paginated" : false, "returnType" : { "returnType" : "GetSystemInstanceResponse", "documentation" : null }, "syncReturnType" : "GetSystemInstanceResponse" }, "GetSystemTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets a system.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSystemTemplateRequest", "variableName" : "getSystemTemplateRequest", "variableType" : "GetSystemTemplateRequest", "documentation" : "", "simpleType" : "GetSystemTemplateRequest", "variableSetterType" : "GetSystemTemplateRequest" }, "methodName" : "getSystemTemplate", "operationName" : "GetSystemTemplate", "paginated" : false, "returnType" : { "returnType" : "GetSystemTemplateResponse", "documentation" : null }, "syncReturnType" : "GetSystemTemplateResponse" }, "GetSystemTemplateRevisions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSystemTemplateRevisionsRequest", "variableName" : "getSystemTemplateRevisionsRequest", "variableType" : "GetSystemTemplateRevisionsRequest", "documentation" : "", "simpleType" : "GetSystemTemplateRevisionsRequest", "variableSetterType" : "GetSystemTemplateRevisionsRequest" }, "methodName" : "getSystemTemplateRevisions", "operationName" : "GetSystemTemplateRevisions", "paginated" : true, "returnType" : { "returnType" : "GetSystemTemplateRevisionsResponse", "documentation" : null }, "syncReturnType" : "GetSystemTemplateRevisionsResponse" }, "GetUploadStatus" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets the status of the specified upload.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetUploadStatusRequest", "variableName" : "getUploadStatusRequest", "variableType" : "GetUploadStatusRequest", "documentation" : "", "simpleType" : "GetUploadStatusRequest", "variableSetterType" : "GetUploadStatusRequest" }, "methodName" : "getUploadStatus", "operationName" : "GetUploadStatus", "paginated" : false, "returnType" : { "returnType" : "GetUploadStatusResponse", "documentation" : null }, "syncReturnType" : "GetUploadStatusResponse" }, "ListFlowExecutionMessages" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of objects that contain information about events in a flow execution.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListFlowExecutionMessagesRequest", "variableName" : "listFlowExecutionMessagesRequest", "variableType" : "ListFlowExecutionMessagesRequest", "documentation" : "", "simpleType" : "ListFlowExecutionMessagesRequest", "variableSetterType" : "ListFlowExecutionMessagesRequest" }, "methodName" : "listFlowExecutionMessages", "operationName" : "ListFlowExecutionMessages", "paginated" : true, "returnType" : { "returnType" : "ListFlowExecutionMessagesResponse", "documentation" : null }, "syncReturnType" : "ListFlowExecutionMessagesResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all tags on an AWS IoT Things Graph resource.

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

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

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

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

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

Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SearchEntitiesRequest", "variableName" : "searchEntitiesRequest", "variableType" : "SearchEntitiesRequest", "documentation" : "", "simpleType" : "SearchEntitiesRequest", "variableSetterType" : "SearchEntitiesRequest" }, "methodName" : "searchEntities", "operationName" : "SearchEntities", "paginated" : true, "returnType" : { "returnType" : "SearchEntitiesResponse", "documentation" : null }, "syncReturnType" : "SearchEntitiesResponse" }, "SearchFlowExecutions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Searches for AWS IoT Things Graph workflow execution instances.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SearchFlowExecutionsRequest", "variableName" : "searchFlowExecutionsRequest", "variableType" : "SearchFlowExecutionsRequest", "documentation" : "", "simpleType" : "SearchFlowExecutionsRequest", "variableSetterType" : "SearchFlowExecutionsRequest" }, "methodName" : "searchFlowExecutions", "operationName" : "SearchFlowExecutions", "paginated" : true, "returnType" : { "returnType" : "SearchFlowExecutionsResponse", "documentation" : null }, "syncReturnType" : "SearchFlowExecutionsResponse" }, "SearchFlowTemplates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Searches for summary information about workflows.

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SearchFlowTemplatesRequest", "variableName" : "searchFlowTemplatesRequest", "variableType" : "SearchFlowTemplatesRequest", "documentation" : "", "simpleType" : "SearchFlowTemplatesRequest", "variableSetterType" : "SearchFlowTemplatesRequest" }, "methodName" : "searchFlowTemplates", "operationName" : "SearchFlowTemplates", "paginated" : true, "returnType" : { "returnType" : "SearchFlowTemplatesResponse", "documentation" : null }, "syncReturnType" : "SearchFlowTemplatesResponse" }, "SearchSystemInstances" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Searches for system instances in the user's account.

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SearchSystemInstancesRequest", "variableName" : "searchSystemInstancesRequest", "variableType" : "SearchSystemInstancesRequest", "documentation" : "", "simpleType" : "SearchSystemInstancesRequest", "variableSetterType" : "SearchSystemInstancesRequest" }, "methodName" : "searchSystemInstances", "operationName" : "SearchSystemInstances", "paginated" : true, "returnType" : { "returnType" : "SearchSystemInstancesResponse", "documentation" : null }, "syncReturnType" : "SearchSystemInstancesResponse" }, "SearchSystemTemplates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SearchSystemTemplatesRequest", "variableName" : "searchSystemTemplatesRequest", "variableType" : "SearchSystemTemplatesRequest", "documentation" : "", "simpleType" : "SearchSystemTemplatesRequest", "variableSetterType" : "SearchSystemTemplatesRequest" }, "methodName" : "searchSystemTemplates", "operationName" : "SearchSystemTemplates", "paginated" : true, "returnType" : { "returnType" : "SearchSystemTemplatesResponse", "documentation" : null }, "syncReturnType" : "SearchSystemTemplatesResponse" }, "SearchThings" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Searches for things associated with the specified entity. You can search by both device and device model.

For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2. SearchThings(camera2) will return only thing2, but SearchThings(camera) will return both thing1 and thing2.

This action searches for exact matches and doesn't perform partial text matching.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SearchThingsRequest", "variableName" : "searchThingsRequest", "variableType" : "SearchThingsRequest", "documentation" : "", "simpleType" : "SearchThingsRequest", "variableSetterType" : "SearchThingsRequest" }, "methodName" : "searchThings", "operationName" : "SearchThings", "paginated" : true, "returnType" : { "returnType" : "SearchThingsResponse", "documentation" : null }, "syncReturnType" : "SearchThingsResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a tag for the specified resource.

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

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

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

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

", "httpStatusCode" : null } ], "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" }, "UndeploySystemInstance" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes a system instance from its target (Cloud or Greengrass).

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

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UndeploySystemInstanceRequest", "variableName" : "undeploySystemInstanceRequest", "variableType" : "UndeploySystemInstanceRequest", "documentation" : "", "simpleType" : "UndeploySystemInstanceRequest", "variableSetterType" : "UndeploySystemInstanceRequest" }, "methodName" : "undeploySystemInstance", "operationName" : "UndeploySystemInstance", "paginated" : false, "returnType" : { "returnType" : "UndeploySystemInstanceResponse", "documentation" : null }, "syncReturnType" : "UndeploySystemInstanceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes a tag from the specified resource.

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

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

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

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

", "httpStatusCode" : null } ], "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" }, "UpdateFlowTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFlowTemplateRequest", "variableName" : "updateFlowTemplateRequest", "variableType" : "UpdateFlowTemplateRequest", "documentation" : "", "simpleType" : "UpdateFlowTemplateRequest", "variableSetterType" : "UpdateFlowTemplateRequest" }, "methodName" : "updateFlowTemplate", "operationName" : "UpdateFlowTemplate", "paginated" : false, "returnType" : { "returnType" : "UpdateFlowTemplateResponse", "documentation" : null }, "syncReturnType" : "UpdateFlowTemplateResponse" }, "UpdateSystemTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateSystemTemplateRequest", "variableName" : "updateSystemTemplateRequest", "variableType" : "UpdateSystemTemplateRequest", "documentation" : "", "simpleType" : "UpdateSystemTemplateRequest", "variableSetterType" : "UpdateSystemTemplateRequest" }, "methodName" : "updateSystemTemplate", "operationName" : "UpdateSystemTemplate", "paginated" : false, "returnType" : { "returnType" : "UpdateSystemTemplateResponse", "documentation" : null }, "syncReturnType" : "UpdateSystemTemplateResponse" }, "UploadEntityDefinitions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Asynchronously uploads one or more entity definitions to the user's namespace. The document parameter is required if syncWithPublicNamespace and deleteExistingEntites are false. If the syncWithPublicNamespace parameter is set to true, the user's namespace will synchronize with the latest version of the public namespace. If deprecateExistingEntities is set to true, all entities in the latest version will be deleted before the new DefinitionDocument is uploaded.

When a user uploads entity definitions for the first time, the service creates a new namespace for the user. The new namespace tracks the public namespace. Currently users can have only one namespace. The namespace version increments whenever a user uploads entity definitions that are backwards-incompatible and whenever a user sets the syncWithPublicNamespace parameter or the deprecateExistingEntities parameter to true.

The IDs for all of the entities should be in URN format. Each entity must be in the user's namespace. Users can't create entities in the public namespace, but entity definitions can refer to entities in the public namespace.

Valid entities are Device, DeviceModel, Service, Capability, State, Action, Event, Property, Mapping, Enum.

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UploadEntityDefinitionsRequest", "variableName" : "uploadEntityDefinitionsRequest", "variableType" : "UploadEntityDefinitionsRequest", "documentation" : "", "simpleType" : "UploadEntityDefinitionsRequest", "variableSetterType" : "UploadEntityDefinitionsRequest" }, "methodName" : "uploadEntityDefinitions", "operationName" : "UploadEntityDefinitions", "paginated" : false, "returnType" : { "returnType" : "UploadEntityDefinitionsResponse", "documentation" : null }, "syncReturnType" : "UploadEntityDefinitionsResponse" } }, "shapes" : { "AssociateEntityToThingRequest" : { "c2jName" : "AssociateEntityToThingRequest", "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" : "AssociateEntityToThing", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.AssociateEntityToThing", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing to which the entity is to be associated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 thing to which the entity is to be associated.

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

The name of the thing to which the entity is to be associated.

\n@param thingName The name of the thing to which the entity is to be associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the thing to which the entity is to be associated.

\n@return The name of the thing to which the entity is to be associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 thing to which the entity is to be associated.

\n@param thingName The name of the thing to which the entity is to be associated.", "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 thing to which the entity is to be associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEntityId", "beanStyleSetterMethodName" : "setEntityId", "c2jName" : "entityId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityId", "getterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@return The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityId", "sensitive" : false, "setterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setEntityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EntityId" : { "beanStyleGetterMethodName" : "getEntityId", "beanStyleSetterMethodName" : "setEntityId", "c2jName" : "entityId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityId", "getterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@return The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityId", "sensitive" : false, "setterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setEntityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceVersion" : { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThingName" : { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing to which the entity is to be associated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 thing to which the entity is to be associated.

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

The name of the thing to which the entity is to be associated.

\n@param thingName The name of the thing to which the entity is to be associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the thing to which the entity is to be associated.

\n@return The name of the thing to which the entity is to be associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 thing to which the entity is to be associated.

\n@param thingName The name of the thing to which the entity is to be associated.", "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 thing to which the entity is to be associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing to which the entity is to be associated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 thing to which the entity is to be associated.

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

The name of the thing to which the entity is to be associated.

\n@param thingName The name of the thing to which the entity is to be associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the thing to which the entity is to be associated.

\n@return The name of the thing to which the entity is to be associated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 thing to which the entity is to be associated.

\n@param thingName The name of the thing to which the entity is to be associated.", "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 thing to which the entity is to be associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEntityId", "beanStyleSetterMethodName" : "setEntityId", "c2jName" : "entityId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityId", "getterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@return The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityId", "sensitive" : false, "setterDocumentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setEntityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : "

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "thingName", "entityId" ], "shapeName" : "AssociateEntityToThingRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AssociateEntityToThingRequest", "variableName" : "associateEntityToThingRequest", "variableType" : "AssociateEntityToThingRequest", "documentation" : null, "simpleType" : "AssociateEntityToThingRequest", "variableSetterType" : "AssociateEntityToThingRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AssociateEntityToThingResponse" : { "c2jName" : "AssociateEntityToThingResponse", "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" : "AssociateEntityToThingResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AssociateEntityToThingResponse", "variableName" : "associateEntityToThingResponse", "variableType" : "AssociateEntityToThingResponse", "documentation" : null, "simpleType" : "AssociateEntityToThingResponse", "variableSetterType" : "AssociateEntityToThingResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateFlowTemplateRequest" : { "c2jName" : "CreateFlowTemplateRequest", "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" : "CreateFlowTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.CreateFlowTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

\n@return The workflow DefinitionDocument.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The workflow DefinitionDocument.

\n@param definition The workflow DefinitionDocument.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The workflow DefinitionDocument.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@return The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompatibleNamespaceVersion" : { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@return The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

\n@return The workflow DefinitionDocument.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The workflow DefinitionDocument.

\n@param definition The workflow DefinitionDocument.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The workflow DefinitionDocument.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

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

The workflow DefinitionDocument.

\n@return The workflow DefinitionDocument.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The workflow DefinitionDocument.

\n@param definition The workflow DefinitionDocument.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The workflow DefinitionDocument.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@return The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "definition" ], "shapeName" : "CreateFlowTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateFlowTemplateRequest", "variableName" : "createFlowTemplateRequest", "variableType" : "CreateFlowTemplateRequest", "documentation" : null, "simpleType" : "CreateFlowTemplateRequest", "variableSetterType" : "CreateFlowTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateFlowTemplateResponse" : { "c2jName" : "CreateFlowTemplateResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the created workflow.

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

The summary object that describes the created workflow.

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

The summary object that describes the created workflow.

\n@param summary The summary object that describes the created workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the created workflow.

\n@return The summary object that describes the created workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the created workflow.

\n@param summary The summary object that describes the created workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

The summary object that describes the created workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the created workflow.

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

The summary object that describes the created workflow.

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

The summary object that describes the created workflow.

\n@param summary The summary object that describes the created workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the created workflow.

\n@return The summary object that describes the created workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the created workflow.

\n@param summary The summary object that describes the created workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

The summary object that describes the created workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the created workflow.

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

The summary object that describes the created workflow.

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

The summary object that describes the created workflow.

\n@param summary The summary object that describes the created workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the created workflow.

\n@return The summary object that describes the created workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the created workflow.

\n@param summary The summary object that describes the created workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

The summary object that describes the created workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateFlowTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateFlowTemplateResponse", "variableName" : "createFlowTemplateResponse", "variableType" : "CreateFlowTemplateResponse", "documentation" : null, "simpleType" : "CreateFlowTemplateResponse", "variableSetterType" : "CreateFlowTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSystemInstanceRequest" : { "c2jName" : "CreateSystemInstanceRequest", "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" : "CreateSystemInstance", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.CreateSystemInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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, consisting of key-value pairs, that can be used to categorize your system instances.

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

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n

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

\n@return Metadata, consisting of key-value pairs, that can be used to categorize your system instances.", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.", "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, consisting of key-value pairs, that can be used to categorize your system instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetAsString", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "DeploymentTarget", "defaultConsumerFluentSetterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

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

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

", "endpointDiscoveryId" : false, "enumType" : "DeploymentTarget", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "target", "fluentEnumSetterMethodName" : "target", "fluentGetterMethodName" : "targetAsString", "fluentSetterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n@param target The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n

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

\n@return The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n@param target The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupName", "beanStyleSetterMethodName" : "setGreengrassGroupName", "c2jName" : "greengrassGroupName", "c2jShape" : "GroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupName", "getterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@return The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.", "setterMethodName" : "setGreengrassGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3BucketName", "beanStyleSetterMethodName" : "setS3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3BucketName", "getterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@return The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3BucketName", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.", "setterMethodName" : "setS3BucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetricsConfiguration", "beanStyleSetterMethodName" : "setMetricsConfiguration", "c2jName" : "metricsConfiguration", "c2jShape" : "MetricsConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricsConfiguration", "fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricsConfiguration", "getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.", "getterModel" : { "returnType" : "MetricsConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricsConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricsConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MetricsConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.", "setterMethodName" : "setMetricsConfiguration", "setterModel" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : "", "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowActionsRoleArn", "beanStyleSetterMethodName" : "setFlowActionsRoleArn", "c2jName" : "flowActionsRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

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

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

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

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowActionsRoleArn", "getterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@return The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowActionsRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowActionsRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowActionsRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.", "setterMethodName" : "setFlowActionsRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowActionsRoleArn" : { "beanStyleGetterMethodName" : "getFlowActionsRoleArn", "beanStyleSetterMethodName" : "setFlowActionsRoleArn", "c2jName" : "flowActionsRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

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

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

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

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowActionsRoleArn", "getterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@return The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowActionsRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowActionsRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowActionsRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.", "setterMethodName" : "setFlowActionsRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "GreengrassGroupName" : { "beanStyleGetterMethodName" : "getGreengrassGroupName", "beanStyleSetterMethodName" : "setGreengrassGroupName", "c2jName" : "greengrassGroupName", "c2jShape" : "GroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupName", "getterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@return The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.", "setterMethodName" : "setGreengrassGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricsConfiguration" : { "beanStyleGetterMethodName" : "getMetricsConfiguration", "beanStyleSetterMethodName" : "setMetricsConfiguration", "c2jName" : "metricsConfiguration", "c2jShape" : "MetricsConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricsConfiguration", "fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricsConfiguration", "getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.", "getterModel" : { "returnType" : "MetricsConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricsConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricsConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MetricsConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.", "setterMethodName" : "setMetricsConfiguration", "setterModel" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : "", "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3BucketName" : { "beanStyleGetterMethodName" : "getS3BucketName", "beanStyleSetterMethodName" : "setS3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3BucketName", "getterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@return The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3BucketName", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.", "setterMethodName" : "setS3BucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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, consisting of key-value pairs, that can be used to categorize your system instances.

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

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n

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

\n@return Metadata, consisting of key-value pairs, that can be used to categorize your system instances.", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.", "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, consisting of key-value pairs, that can be used to categorize your system instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "beanStyleGetterMethodName" : "getTargetAsString", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "DeploymentTarget", "defaultConsumerFluentSetterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

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

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

", "endpointDiscoveryId" : false, "enumType" : "DeploymentTarget", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "target", "fluentEnumSetterMethodName" : "target", "fluentGetterMethodName" : "targetAsString", "fluentSetterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n@param target The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n

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

\n@return The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n@param target The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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, consisting of key-value pairs, that can be used to categorize your system instances.

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

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n

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

\n@return Metadata, consisting of key-value pairs, that can be used to categorize your system instances.", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.", "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, consisting of key-value pairs, that can be used to categorize your system instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetAsString", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "DeploymentTarget", "defaultConsumerFluentSetterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

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

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

", "endpointDiscoveryId" : false, "enumType" : "DeploymentTarget", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "target", "fluentEnumSetterMethodName" : "target", "fluentGetterMethodName" : "targetAsString", "fluentSetterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n@param target The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n

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

\n@return The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

\n@param target The target type of the deployment. Valid values are GREENGRASS and CLOUD.\n@see DeploymentTarget", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupName", "beanStyleSetterMethodName" : "setGreengrassGroupName", "c2jName" : "greengrassGroupName", "c2jShape" : "GroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupName", "getterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@return The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.", "setterMethodName" : "setGreengrassGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : "

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3BucketName", "beanStyleSetterMethodName" : "setS3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

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

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3BucketName", "getterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@return The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3BucketName", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.", "setterMethodName" : "setS3BucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetricsConfiguration", "beanStyleSetterMethodName" : "setMetricsConfiguration", "c2jName" : "metricsConfiguration", "c2jShape" : "MetricsConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricsConfiguration", "fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricsConfiguration", "getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.", "getterModel" : { "returnType" : "MetricsConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricsConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricsConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MetricsConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.", "setterMethodName" : "setMetricsConfiguration", "setterModel" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : "", "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowActionsRoleArn", "beanStyleSetterMethodName" : "setFlowActionsRoleArn", "c2jName" : "flowActionsRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

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

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

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

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowActionsRoleArn", "getterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@return The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowActionsRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowActionsRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowActionsRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.", "setterMethodName" : "setFlowActionsRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : "

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "definition", "target" ], "shapeName" : "CreateSystemInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSystemInstanceRequest", "variableName" : "createSystemInstanceRequest", "variableType" : "CreateSystemInstanceRequest", "documentation" : null, "simpleType" : "CreateSystemInstanceRequest", "variableSetterType" : "CreateSystemInstanceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSystemInstanceResponse" : { "c2jName" : "CreateSystemInstanceResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the new system instance.

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

The summary object that describes the new system instance.

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

The summary object that describes the new system instance.

\n@param summary The summary object that describes the new system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the new system instance.

\n@return The summary object that describes the new system instance.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the new system instance.

\n@param summary The summary object that describes the new system instance.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

The summary object that describes the new system instance.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the new system instance.

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

The summary object that describes the new system instance.

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

The summary object that describes the new system instance.

\n@param summary The summary object that describes the new system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the new system instance.

\n@return The summary object that describes the new system instance.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the new system instance.

\n@param summary The summary object that describes the new system instance.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

The summary object that describes the new system instance.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the new system instance.

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

The summary object that describes the new system instance.

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

The summary object that describes the new system instance.

\n@param summary The summary object that describes the new system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the new system instance.

\n@return The summary object that describes the new system instance.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the new system instance.

\n@param summary The summary object that describes the new system instance.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

The summary object that describes the new system instance.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateSystemInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateSystemInstanceResponse", "variableName" : "createSystemInstanceResponse", "variableType" : "CreateSystemInstanceResponse", "documentation" : null, "simpleType" : "CreateSystemInstanceResponse", "variableSetterType" : "CreateSystemInstanceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSystemTemplateRequest" : { "c2jName" : "CreateSystemTemplateRequest", "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" : "CreateSystemTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.CreateSystemTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument used to create the system.

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

The DefinitionDocument used to create the system.

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

The DefinitionDocument used to create the system.

\n@param definition The DefinitionDocument used to create the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument used to create the system.

\n@return The DefinitionDocument used to create the system.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument used to create the system.

\n@param definition The DefinitionDocument used to create the system.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument used to create the system.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@return The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompatibleNamespaceVersion" : { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@return The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument used to create the system.

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

The DefinitionDocument used to create the system.

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

The DefinitionDocument used to create the system.

\n@param definition The DefinitionDocument used to create the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument used to create the system.

\n@return The DefinitionDocument used to create the system.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument used to create the system.

\n@param definition The DefinitionDocument used to create the system.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument used to create the system.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument used to create the system.

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

The DefinitionDocument used to create the system.

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

The DefinitionDocument used to create the system.

\n@param definition The DefinitionDocument used to create the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument used to create the system.

\n@return The DefinitionDocument used to create the system.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument used to create the system.

\n@param definition The DefinitionDocument used to create the system.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument used to create the system.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

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

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@return The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "definition" ], "shapeName" : "CreateSystemTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSystemTemplateRequest", "variableName" : "createSystemTemplateRequest", "variableType" : "CreateSystemTemplateRequest", "documentation" : null, "simpleType" : "CreateSystemTemplateRequest", "variableSetterType" : "CreateSystemTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSystemTemplateResponse" : { "c2jName" : "CreateSystemTemplateResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the created system.

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

The summary object that describes the created system.

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

The summary object that describes the created system.

\n@param summary The summary object that describes the created system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the created system.

\n@return The summary object that describes the created system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the created system.

\n@param summary The summary object that describes the created system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

The summary object that describes the created system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the created system.

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

The summary object that describes the created system.

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

The summary object that describes the created system.

\n@param summary The summary object that describes the created system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the created system.

\n@return The summary object that describes the created system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the created system.

\n@param summary The summary object that describes the created system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

The summary object that describes the created system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary object that describes the created system.

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

The summary object that describes the created system.

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

The summary object that describes the created system.

\n@param summary The summary object that describes the created system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The summary object that describes the created system.

\n@return The summary object that describes the created system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The summary object that describes the created system.

\n@param summary The summary object that describes the created system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

The summary object that describes the created system.

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

A document that defines an entity.

", "endpointDiscovery" : 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" : "getLanguageAsString", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "DefinitionLanguage", "defaultConsumerFluentSetterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid 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 #languageAsString(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)", "deprecated" : false, "documentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

", "endpointDiscoveryId" : false, "enumType" : "DefinitionLanguage", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "language", "fluentEnumSetterMethodName" : "language", "fluentGetterMethodName" : "languageAsString", "fluentSetterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n@param language The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see DefinitionLanguage", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n

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

\n@return The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n@param language The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "text", "c2jShape" : "DefinitionText", "defaultConsumerFluentSetterDocumentation" : "

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

\n@param text The GraphQL text that defines the entity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

\n@param text The GraphQL text that defines the entity.", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

The GraphQL text that defines the entity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Language" : { "beanStyleGetterMethodName" : "getLanguageAsString", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "DefinitionLanguage", "defaultConsumerFluentSetterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid 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 #languageAsString(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)", "deprecated" : false, "documentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

", "endpointDiscoveryId" : false, "enumType" : "DefinitionLanguage", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "language", "fluentEnumSetterMethodName" : "language", "fluentGetterMethodName" : "languageAsString", "fluentSetterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n@param language The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see DefinitionLanguage", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n

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

\n@return The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n@param language The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Text" : { "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "text", "c2jShape" : "DefinitionText", "defaultConsumerFluentSetterDocumentation" : "

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

\n@param text The GraphQL text that defines the entity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

\n@param text The GraphQL text that defines the entity.", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

The GraphQL text that defines the entity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLanguageAsString", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "DefinitionLanguage", "defaultConsumerFluentSetterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid 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 #languageAsString(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)", "deprecated" : false, "documentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

", "endpointDiscoveryId" : false, "enumType" : "DefinitionLanguage", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "language", "fluentEnumSetterMethodName" : "language", "fluentGetterMethodName" : "languageAsString", "fluentSetterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n@param language The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see DefinitionLanguage", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n

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

\n@return The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

\n@param language The language used to define the entity. GRAPHQL is the only valid value.\n@see DefinitionLanguage", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The language used to define the entity. GRAPHQL is the only valid value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "text", "c2jShape" : "DefinitionText", "defaultConsumerFluentSetterDocumentation" : "

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

\n@param text The GraphQL text that defines the entity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

The GraphQL text that defines the entity.

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

The GraphQL text that defines the entity.

\n@param text The GraphQL text that defines the entity.", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

The GraphQL text that defines the entity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "language", "text" ], "shapeName" : "DefinitionDocument", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definitionDocument", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "wrapper" : false, "xmlNamespace" : null }, "DefinitionLanguage" : { "c2jName" : "DefinitionLanguage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "GRAPHQL", "value" : "GRAPHQL" } ], "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" : "DefinitionLanguage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DefinitionLanguage", "variableName" : "definitionLanguage", "variableType" : "DefinitionLanguage", "documentation" : null, "simpleType" : "DefinitionLanguage", "variableSetterType" : "DefinitionLanguage" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteFlowTemplateRequest" : { "c2jName" : "DeleteFlowTemplateRequest", "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" : "DeleteFlowTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeleteFlowTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "DeleteFlowTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteFlowTemplateRequest", "variableName" : "deleteFlowTemplateRequest", "variableType" : "DeleteFlowTemplateRequest", "documentation" : null, "simpleType" : "DeleteFlowTemplateRequest", "variableSetterType" : "DeleteFlowTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteFlowTemplateResponse" : { "c2jName" : "DeleteFlowTemplateResponse", "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" : "DeleteFlowTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteFlowTemplateResponse", "variableName" : "deleteFlowTemplateResponse", "variableType" : "DeleteFlowTemplateResponse", "documentation" : null, "simpleType" : "DeleteFlowTemplateResponse", "variableSetterType" : "DeleteFlowTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteNamespaceRequest" : { "c2jName" : "DeleteNamespaceRequest", "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" : "DeleteNamespace", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeleteNamespace", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteNamespaceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteNamespaceRequest", "variableName" : "deleteNamespaceRequest", "variableType" : "DeleteNamespaceRequest", "documentation" : null, "simpleType" : "DeleteNamespaceRequest", "variableSetterType" : "DeleteNamespaceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteNamespaceResponse" : { "c2jName" : "DeleteNamespaceResponse", "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" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace to be 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)", "deprecated" : false, "documentation" : "

The ARN of the namespace to be deleted.

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

The ARN of the namespace to be deleted.

\n@param namespaceArn The ARN of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceArn", "getterDocumentation" : "

The ARN of the namespace to be deleted.

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

The ARN of the namespace to be deleted.

\n@param namespaceArn The ARN of the namespace to be deleted.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace to be 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)", "deprecated" : false, "documentation" : "

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

\n@param namespaceName The name of the namespace to be deleted.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the namespace to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NamespaceArn" : { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace to be 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)", "deprecated" : false, "documentation" : "

The ARN of the namespace to be deleted.

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

The ARN of the namespace to be deleted.

\n@param namespaceArn The ARN of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceArn", "getterDocumentation" : "

The ARN of the namespace to be deleted.

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

The ARN of the namespace to be deleted.

\n@param namespaceArn The ARN of the namespace to be deleted.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceName" : { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace to be 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)", "deprecated" : false, "documentation" : "

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

\n@param namespaceName The name of the namespace to be deleted.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the namespace to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace to be 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)", "deprecated" : false, "documentation" : "

The ARN of the namespace to be deleted.

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

The ARN of the namespace to be deleted.

\n@param namespaceArn The ARN of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceArn", "getterDocumentation" : "

The ARN of the namespace to be deleted.

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

The ARN of the namespace to be deleted.

\n@param namespaceArn The ARN of the namespace to be deleted.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace to be 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)", "deprecated" : false, "documentation" : "

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

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

The name of the namespace to be deleted.

\n@param namespaceName The name of the namespace to be deleted.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the namespace to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteNamespaceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteNamespaceResponse", "variableName" : "deleteNamespaceResponse", "variableType" : "DeleteNamespaceResponse", "documentation" : null, "simpleType" : "DeleteNamespaceResponse", "variableSetterType" : "DeleteNamespaceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSystemInstanceRequest" : { "c2jName" : "DeleteSystemInstanceRequest", "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" : "DeleteSystemInstance", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeleteSystemInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance to be 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 #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 ID of the system instance to be deleted.

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

The ID of the system instance to be deleted.

\n@param id The ID of the system instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance to be deleted.

\n@return The ID of the system instance to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 ID of the system instance to be deleted.

\n@param id The ID of the system instance to be deleted.", "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 ID of the system instance to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance to be 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 #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 ID of the system instance to be deleted.

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

The ID of the system instance to be deleted.

\n@param id The ID of the system instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance to be deleted.

\n@return The ID of the system instance to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 ID of the system instance to be deleted.

\n@param id The ID of the system instance to be deleted.", "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 ID of the system instance to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance to be 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 #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 ID of the system instance to be deleted.

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

The ID of the system instance to be deleted.

\n@param id The ID of the system instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance to be deleted.

\n@return The ID of the system instance to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 ID of the system instance to be deleted.

\n@param id The ID of the system instance to be deleted.", "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 ID of the system instance to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteSystemInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSystemInstanceRequest", "variableName" : "deleteSystemInstanceRequest", "variableType" : "DeleteSystemInstanceRequest", "documentation" : null, "simpleType" : "DeleteSystemInstanceRequest", "variableSetterType" : "DeleteSystemInstanceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSystemInstanceResponse" : { "c2jName" : "DeleteSystemInstanceResponse", "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" : "DeleteSystemInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSystemInstanceResponse", "variableName" : "deleteSystemInstanceResponse", "variableType" : "DeleteSystemInstanceResponse", "documentation" : null, "simpleType" : "DeleteSystemInstanceResponse", "variableSetterType" : "DeleteSystemInstanceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSystemTemplateRequest" : { "c2jName" : "DeleteSystemTemplateRequest", "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" : "DeleteSystemTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeleteSystemTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "DeleteSystemTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSystemTemplateRequest", "variableName" : "deleteSystemTemplateRequest", "variableType" : "DeleteSystemTemplateRequest", "documentation" : null, "simpleType" : "DeleteSystemTemplateRequest", "variableSetterType" : "DeleteSystemTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSystemTemplateResponse" : { "c2jName" : "DeleteSystemTemplateResponse", "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" : "DeleteSystemTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSystemTemplateResponse", "variableName" : "deleteSystemTemplateResponse", "variableType" : "DeleteSystemTemplateResponse", "documentation" : null, "simpleType" : "DeleteSystemTemplateResponse", "variableSetterType" : "DeleteSystemTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DependencyRevision" : { "c2jName" : "DependencyRevision", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains the ID and revision number of a workflow or system that is part of a deployment.

", "endpointDiscovery" : 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" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow or system.

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

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

The ID of the workflow or system.

\n@param id The ID of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow or system.

\n@return The ID of the workflow or system.", "getterModel" : { "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 ID of the workflow or system.

\n@param id The ID of the workflow or system.", "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 ID of the workflow or system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the workflow or system.

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

The revision number of the workflow or system.

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

The revision number of the workflow or system.

\n@param revisionNumber The revision number of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the workflow or system.

\n@return The revision number of the workflow or system.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the workflow or system.

\n@param revisionNumber The revision number of the workflow or system.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the workflow or system.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow or system.

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

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

The ID of the workflow or system.

\n@param id The ID of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow or system.

\n@return The ID of the workflow or system.", "getterModel" : { "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 ID of the workflow or system.

\n@param id The ID of the workflow or system.", "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 ID of the workflow or system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RevisionNumber" : { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the workflow or system.

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

The revision number of the workflow or system.

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

The revision number of the workflow or system.

\n@param revisionNumber The revision number of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the workflow or system.

\n@return The revision number of the workflow or system.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the workflow or system.

\n@param revisionNumber The revision number of the workflow or system.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the workflow or system.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow or system.

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

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

The ID of the workflow or system.

\n@param id The ID of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow or system.

\n@return The ID of the workflow or system.", "getterModel" : { "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 ID of the workflow or system.

\n@param id The ID of the workflow or system.", "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 ID of the workflow or system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the workflow or system.

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

The revision number of the workflow or system.

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

The revision number of the workflow or system.

\n@param revisionNumber The revision number of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the workflow or system.

\n@return The revision number of the workflow or system.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the workflow or system.

\n@param revisionNumber The revision number of the workflow or system.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the workflow or system.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DependencyRevision", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DependencyRevision", "variableName" : "dependencyRevision", "variableType" : "DependencyRevision", "documentation" : null, "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "wrapper" : false, "xmlNamespace" : null }, "DeploySystemInstanceRequest" : { "c2jName" : "DeploySystemInstanceRequest", "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" : "DeploySystemInstance", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeploySystemInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

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

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@return The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "getterModel" : { "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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

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

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@return The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "getterModel" : { "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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

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

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@return The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "getterModel" : { "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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "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 ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeploySystemInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeploySystemInstanceRequest", "variableName" : "deploySystemInstanceRequest", "variableType" : "DeploySystemInstanceRequest", "documentation" : null, "simpleType" : "DeploySystemInstanceRequest", "variableSetterType" : "DeploySystemInstanceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeploySystemInstanceResponse" : { "c2jName" : "DeploySystemInstanceResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

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

An object that contains summary information about a system instance that was deployed.

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

An object that contains summary information about a system instance that was deployed.

\n@param summary An object that contains summary information about a system instance that was deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

\n@return An object that contains summary information about a system instance that was deployed.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

\n@param summary An object that contains summary information about a system instance that was deployed.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about a system instance that was deployed.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassDeploymentId", "beanStyleSetterMethodName" : "setGreengrassDeploymentId", "c2jName" : "greengrassDeploymentId", "c2jShape" : "GreengrassDeploymentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

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

The ID of the Greengrass deployment used to deploy the system instance.

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

The ID of the Greengrass deployment used to deploy the system instance.

\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassDeploymentId", "getterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

\n@return The ID of the Greengrass deployment used to deploy the system instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassDeploymentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassDeploymentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassDeploymentId", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.", "setterMethodName" : "setGreengrassDeploymentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassDeploymentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassDeploymentId", "variableType" : "String", "documentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GreengrassDeploymentId" : { "beanStyleGetterMethodName" : "getGreengrassDeploymentId", "beanStyleSetterMethodName" : "setGreengrassDeploymentId", "c2jName" : "greengrassDeploymentId", "c2jShape" : "GreengrassDeploymentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

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

The ID of the Greengrass deployment used to deploy the system instance.

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

The ID of the Greengrass deployment used to deploy the system instance.

\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassDeploymentId", "getterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

\n@return The ID of the Greengrass deployment used to deploy the system instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassDeploymentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassDeploymentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassDeploymentId", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.", "setterMethodName" : "setGreengrassDeploymentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassDeploymentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassDeploymentId", "variableType" : "String", "documentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

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

An object that contains summary information about a system instance that was deployed.

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

An object that contains summary information about a system instance that was deployed.

\n@param summary An object that contains summary information about a system instance that was deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

\n@return An object that contains summary information about a system instance that was deployed.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

\n@param summary An object that contains summary information about a system instance that was deployed.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about a system instance that was deployed.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

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

An object that contains summary information about a system instance that was deployed.

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

An object that contains summary information about a system instance that was deployed.

\n@param summary An object that contains summary information about a system instance that was deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

\n@return An object that contains summary information about a system instance that was deployed.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system instance that was deployed.

\n@param summary An object that contains summary information about a system instance that was deployed.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about a system instance that was deployed.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassDeploymentId", "beanStyleSetterMethodName" : "setGreengrassDeploymentId", "c2jName" : "greengrassDeploymentId", "c2jShape" : "GreengrassDeploymentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

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

The ID of the Greengrass deployment used to deploy the system instance.

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

The ID of the Greengrass deployment used to deploy the system instance.

\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassDeploymentId", "getterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

\n@return The ID of the Greengrass deployment used to deploy the system instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassDeploymentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassDeploymentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassDeploymentId", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.", "setterMethodName" : "setGreengrassDeploymentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassDeploymentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassDeploymentId", "variableType" : "String", "documentation" : "

The ID of the Greengrass deployment used to deploy the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "summary" ], "shapeName" : "DeploySystemInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeploySystemInstanceResponse", "variableName" : "deploySystemInstanceResponse", "variableType" : "DeploySystemInstanceResponse", "documentation" : null, "simpleType" : "DeploySystemInstanceResponse", "variableSetterType" : "DeploySystemInstanceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeploymentTarget" : { "c2jName" : "DeploymentTarget", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "GREENGRASS", "value" : "GREENGRASS" }, { "name" : "CLOUD", "value" : "CLOUD" } ], "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" : "DeploymentTarget", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeploymentTarget", "variableName" : "deploymentTarget", "variableType" : "DeploymentTarget", "documentation" : null, "simpleType" : "DeploymentTarget", "variableSetterType" : "DeploymentTarget" }, "wrapper" : false, "xmlNamespace" : null }, "DeprecateFlowTemplateRequest" : { "c2jName" : "DeprecateFlowTemplateRequest", "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" : "DeprecateFlowTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeprecateFlowTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "DeprecateFlowTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeprecateFlowTemplateRequest", "variableName" : "deprecateFlowTemplateRequest", "variableType" : "DeprecateFlowTemplateRequest", "documentation" : null, "simpleType" : "DeprecateFlowTemplateRequest", "variableSetterType" : "DeprecateFlowTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeprecateFlowTemplateResponse" : { "c2jName" : "DeprecateFlowTemplateResponse", "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" : "DeprecateFlowTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeprecateFlowTemplateResponse", "variableName" : "deprecateFlowTemplateResponse", "variableType" : "DeprecateFlowTemplateResponse", "documentation" : null, "simpleType" : "DeprecateFlowTemplateResponse", "variableSetterType" : "DeprecateFlowTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeprecateSystemTemplateRequest" : { "c2jName" : "DeprecateSystemTemplateRequest", "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" : "DeprecateSystemTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DeprecateSystemTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "DeprecateSystemTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeprecateSystemTemplateRequest", "variableName" : "deprecateSystemTemplateRequest", "variableType" : "DeprecateSystemTemplateRequest", "documentation" : null, "simpleType" : "DeprecateSystemTemplateRequest", "variableSetterType" : "DeprecateSystemTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeprecateSystemTemplateResponse" : { "c2jName" : "DeprecateSystemTemplateResponse", "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" : "DeprecateSystemTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeprecateSystemTemplateResponse", "variableName" : "deprecateSystemTemplateResponse", "variableType" : "DeprecateSystemTemplateResponse", "documentation" : null, "simpleType" : "DeprecateSystemTemplateResponse", "variableSetterType" : "DeprecateSystemTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeNamespaceRequest" : { "c2jName" : "DescribeNamespaceRequest", "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" : "DescribeNamespace", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DescribeNamespace", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

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

The name of the user's namespace. Set this to aws to get the public namespace.

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

The name of the user's namespace. Set this to aws to get the public namespace.

\n@param namespaceName The name of the user's namespace. Set this to aws to get the public namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceName", "getterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

\n@return The name of the user's namespace. Set this to aws to get the public namespace.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NamespaceName", "sensitive" : false, "setterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

\n@param namespaceName The name of the user's namespace. Set this to aws to get the public namespace.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NamespaceName" : { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

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

The name of the user's namespace. Set this to aws to get the public namespace.

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

The name of the user's namespace. Set this to aws to get the public namespace.

\n@param namespaceName The name of the user's namespace. Set this to aws to get the public namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceName", "getterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

\n@return The name of the user's namespace. Set this to aws to get the public namespace.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NamespaceName", "sensitive" : false, "setterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

\n@param namespaceName The name of the user's namespace. Set this to aws to get the public namespace.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

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

The name of the user's namespace. Set this to aws to get the public namespace.

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

The name of the user's namespace. Set this to aws to get the public namespace.

\n@param namespaceName The name of the user's namespace. Set this to aws to get the public namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceName", "getterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

\n@return The name of the user's namespace. Set this to aws to get the public namespace.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NamespaceName", "sensitive" : false, "setterDocumentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

\n@param namespaceName The name of the user's namespace. Set this to aws to get the public namespace.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the user's namespace. Set this to aws to get the public namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeNamespaceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeNamespaceRequest", "variableName" : "describeNamespaceRequest", "variableType" : "DescribeNamespaceRequest", "documentation" : null, "simpleType" : "DescribeNamespaceRequest", "variableSetterType" : "DescribeNamespaceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeNamespaceResponse" : { "c2jName" : "DescribeNamespaceResponse", "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" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

\n@param namespaceArn The ARN of the namespace.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingNamespaceName", "beanStyleSetterMethodName" : "setTrackingNamespaceName", "c2jName" : "trackingNamespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

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

The name of the public namespace that the latest namespace version is tracking.

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

The name of the public namespace that the latest namespace version is tracking.

\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingNamespaceName", "getterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

\n@return The name of the public namespace that the latest namespace version is tracking.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "trackingNamespaceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "trackingNamespaceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TrackingNamespaceName", "sensitive" : false, "setterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.", "setterMethodName" : "setTrackingNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trackingNamespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "trackingNamespaceName", "variableType" : "String", "documentation" : "

The name of the public namespace that the latest namespace version is tracking.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingNamespaceVersion", "beanStyleSetterMethodName" : "setTrackingNamespaceVersion", "c2jName" : "trackingNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the public namespace that the latest version is tracking.

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

The version of the public namespace that the latest version is tracking.

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

The version of the public namespace that the latest version is tracking.

\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingNamespaceVersion", "getterDocumentation" : "

The version of the public namespace that the latest version is tracking.

\n@return The version of the public namespace that the latest version is tracking.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "trackingNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "trackingNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TrackingNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the public namespace that the latest version is tracking.

\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.", "setterMethodName" : "setTrackingNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "trackingNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "trackingNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the public namespace that the latest version is tracking.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace to describe.

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

The version of the user's namespace to describe.

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

The version of the user's namespace to describe.

\n@param namespaceVersion The version of the user's namespace to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace to describe.

\n@return The version of the user's namespace to describe.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace to describe.

\n@param namespaceVersion The version of the user's namespace to describe.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace to describe.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NamespaceArn" : { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

\n@param namespaceArn The ARN of the namespace.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceName" : { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceVersion" : { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace to describe.

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

The version of the user's namespace to describe.

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

The version of the user's namespace to describe.

\n@param namespaceVersion The version of the user's namespace to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace to describe.

\n@return The version of the user's namespace to describe.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace to describe.

\n@param namespaceVersion The version of the user's namespace to describe.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace to describe.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrackingNamespaceName" : { "beanStyleGetterMethodName" : "getTrackingNamespaceName", "beanStyleSetterMethodName" : "setTrackingNamespaceName", "c2jName" : "trackingNamespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

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

The name of the public namespace that the latest namespace version is tracking.

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

The name of the public namespace that the latest namespace version is tracking.

\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingNamespaceName", "getterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

\n@return The name of the public namespace that the latest namespace version is tracking.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "trackingNamespaceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "trackingNamespaceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TrackingNamespaceName", "sensitive" : false, "setterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.", "setterMethodName" : "setTrackingNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trackingNamespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "trackingNamespaceName", "variableType" : "String", "documentation" : "

The name of the public namespace that the latest namespace version is tracking.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrackingNamespaceVersion" : { "beanStyleGetterMethodName" : "getTrackingNamespaceVersion", "beanStyleSetterMethodName" : "setTrackingNamespaceVersion", "c2jName" : "trackingNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the public namespace that the latest version is tracking.

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

The version of the public namespace that the latest version is tracking.

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

The version of the public namespace that the latest version is tracking.

\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingNamespaceVersion", "getterDocumentation" : "

The version of the public namespace that the latest version is tracking.

\n@return The version of the public namespace that the latest version is tracking.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "trackingNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "trackingNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TrackingNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the public namespace that the latest version is tracking.

\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.", "setterMethodName" : "setTrackingNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "trackingNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "trackingNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the public namespace that the latest version is tracking.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

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

The ARN of the namespace.

\n@param namespaceArn The ARN of the namespace.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

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

The name of the namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingNamespaceName", "beanStyleSetterMethodName" : "setTrackingNamespaceName", "c2jName" : "trackingNamespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

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

The name of the public namespace that the latest namespace version is tracking.

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

The name of the public namespace that the latest namespace version is tracking.

\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingNamespaceName", "getterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

\n@return The name of the public namespace that the latest namespace version is tracking.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "trackingNamespaceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "trackingNamespaceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TrackingNamespaceName", "sensitive" : false, "setterDocumentation" : "

The name of the public namespace that the latest namespace version is tracking.

\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.", "setterMethodName" : "setTrackingNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trackingNamespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "trackingNamespaceName", "variableType" : "String", "documentation" : "

The name of the public namespace that the latest namespace version is tracking.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingNamespaceVersion", "beanStyleSetterMethodName" : "setTrackingNamespaceVersion", "c2jName" : "trackingNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the public namespace that the latest version is tracking.

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

The version of the public namespace that the latest version is tracking.

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

The version of the public namespace that the latest version is tracking.

\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingNamespaceVersion", "getterDocumentation" : "

The version of the public namespace that the latest version is tracking.

\n@return The version of the public namespace that the latest version is tracking.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "trackingNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "trackingNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TrackingNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the public namespace that the latest version is tracking.

\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.", "setterMethodName" : "setTrackingNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "trackingNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "trackingNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the public namespace that the latest version is tracking.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace to describe.

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

The version of the user's namespace to describe.

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

The version of the user's namespace to describe.

\n@param namespaceVersion The version of the user's namespace to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace to describe.

\n@return The version of the user's namespace to describe.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace to describe.

\n@param namespaceVersion The version of the user's namespace to describe.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace to describe.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeNamespaceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeNamespaceResponse", "variableName" : "describeNamespaceResponse", "variableType" : "DescribeNamespaceResponse", "documentation" : null, "simpleType" : "DescribeNamespaceResponse", "variableSetterType" : "DescribeNamespaceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DissociateEntityFromThingRequest" : { "c2jName" : "DissociateEntityFromThingRequest", "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" : "DissociateEntityFromThing", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.DissociateEntityFromThing", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing to disassociate.

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

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

The name of the thing to disassociate.

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

The name of the thing to disassociate.

\n@return The name of the thing to disassociate.", "getterModel" : { "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 thing to disassociate.

\n@param thingName The name of the thing to disassociate.", "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 thing to disassociate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEntityTypeAsString", "beanStyleSetterMethodName" : "setEntityType", "c2jName" : "entityType", "c2jShape" : "EntityType", "defaultConsumerFluentSetterDocumentation" : "

The entity type from which to disassociate the thing.

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

The entity type from which to disassociate the thing.

", "endpointDiscoveryId" : false, "enumType" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "entityType", "fluentEnumSetterMethodName" : "entityType", "fluentGetterMethodName" : "entityTypeAsString", "fluentSetterDocumentation" : "

The entity type from which to disassociate the thing.

\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType", "fluentSetterMethodName" : "entityType", "getterDocumentation" : "

The entity type from which to disassociate the thing.

\n

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

\n@return The entity type from which to disassociate the thing.\n@see EntityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityType", "sensitive" : false, "setterDocumentation" : "

The entity type from which to disassociate the thing.

\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType", "setterMethodName" : "setEntityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityType", "variableType" : "String", "documentation" : "

The entity type from which to disassociate the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EntityType" : { "beanStyleGetterMethodName" : "getEntityTypeAsString", "beanStyleSetterMethodName" : "setEntityType", "c2jName" : "entityType", "c2jShape" : "EntityType", "defaultConsumerFluentSetterDocumentation" : "

The entity type from which to disassociate the thing.

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

The entity type from which to disassociate the thing.

", "endpointDiscoveryId" : false, "enumType" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "entityType", "fluentEnumSetterMethodName" : "entityType", "fluentGetterMethodName" : "entityTypeAsString", "fluentSetterDocumentation" : "

The entity type from which to disassociate the thing.

\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType", "fluentSetterMethodName" : "entityType", "getterDocumentation" : "

The entity type from which to disassociate the thing.

\n

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

\n@return The entity type from which to disassociate the thing.\n@see EntityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityType", "sensitive" : false, "setterDocumentation" : "

The entity type from which to disassociate the thing.

\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType", "setterMethodName" : "setEntityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityType", "variableType" : "String", "documentation" : "

The entity type from which to disassociate the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThingName" : { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing to disassociate.

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

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

The name of the thing to disassociate.

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

The name of the thing to disassociate.

\n@return The name of the thing to disassociate.", "getterModel" : { "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 thing to disassociate.

\n@param thingName The name of the thing to disassociate.", "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 thing to disassociate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing to disassociate.

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

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

The name of the thing to disassociate.

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

The name of the thing to disassociate.

\n@return The name of the thing to disassociate.", "getterModel" : { "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 thing to disassociate.

\n@param thingName The name of the thing to disassociate.", "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 thing to disassociate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEntityTypeAsString", "beanStyleSetterMethodName" : "setEntityType", "c2jName" : "entityType", "c2jShape" : "EntityType", "defaultConsumerFluentSetterDocumentation" : "

The entity type from which to disassociate the thing.

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

The entity type from which to disassociate the thing.

", "endpointDiscoveryId" : false, "enumType" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "entityType", "fluentEnumSetterMethodName" : "entityType", "fluentGetterMethodName" : "entityTypeAsString", "fluentSetterDocumentation" : "

The entity type from which to disassociate the thing.

\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType", "fluentSetterMethodName" : "entityType", "getterDocumentation" : "

The entity type from which to disassociate the thing.

\n

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

\n@return The entity type from which to disassociate the thing.\n@see EntityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityType", "sensitive" : false, "setterDocumentation" : "

The entity type from which to disassociate the thing.

\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType", "setterMethodName" : "setEntityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityType", "variableType" : "String", "documentation" : "

The entity type from which to disassociate the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "thingName", "entityType" ], "shapeName" : "DissociateEntityFromThingRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DissociateEntityFromThingRequest", "variableName" : "dissociateEntityFromThingRequest", "variableType" : "DissociateEntityFromThingRequest", "documentation" : null, "simpleType" : "DissociateEntityFromThingRequest", "variableSetterType" : "DissociateEntityFromThingRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DissociateEntityFromThingResponse" : { "c2jName" : "DissociateEntityFromThingResponse", "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" : "DissociateEntityFromThingResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DissociateEntityFromThingResponse", "variableName" : "dissociateEntityFromThingResponse", "variableType" : "DissociateEntityFromThingResponse", "documentation" : null, "simpleType" : "DissociateEntityFromThingResponse", "variableSetterType" : "DissociateEntityFromThingResponse" }, "wrapper" : false, "xmlNamespace" : null }, "EntityDescription" : { "c2jName" : "EntityDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the properties of an entity.

", "endpointDiscovery" : 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" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The entity ID.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 entity ID.

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

The entity ID.

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

The entity ID.

\n@return The entity ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 entity ID.

\n@param id The entity ID.", "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 entity ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The entity ARN.

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

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

The entity ARN.

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

The entity ARN.

\n@return The entity ARN.", "getterModel" : { "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 entity ARN.

\n@param arn The entity ARN.", "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 entity ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "EntityType", "defaultConsumerFluentSetterDocumentation" : "

The entity type.

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

The entity type.

", "endpointDiscoveryId" : false, "enumType" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The entity type.

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

The entity type.

\n

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

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

The entity type.

\n@param type The entity type.\n@see EntityType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The entity type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the entity 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the entity was created.

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

The time at which the entity was created.

\n@param createdAt The time at which the entity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The time at which the entity was created.

\n@return The time at which the entity 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the entity was created.

\n@param createdAt The time at which the entity was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the entity was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The definition document of the entity.

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

The definition document of the entity.

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

The definition document of the entity.

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

The definition document of the entity.

\n@return The definition document of the entity.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The definition document of the entity.

\n@param definition The definition document of the entity.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The definition document of the entity.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The entity ARN.

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

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

The entity ARN.

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

The entity ARN.

\n@return The entity ARN.", "getterModel" : { "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 entity ARN.

\n@param arn The entity ARN.", "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 entity ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the entity 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the entity was created.

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

The time at which the entity was created.

\n@param createdAt The time at which the entity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The time at which the entity was created.

\n@return The time at which the entity 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the entity was created.

\n@param createdAt The time at which the entity was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the entity was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The definition document of the entity.

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

The definition document of the entity.

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

The definition document of the entity.

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

The definition document of the entity.

\n@return The definition document of the entity.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The definition document of the entity.

\n@param definition The definition document of the entity.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The definition document of the entity.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The entity ID.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 entity ID.

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

The entity ID.

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

The entity ID.

\n@return The entity ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 entity ID.

\n@param id The entity ID.", "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 entity ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "EntityType", "defaultConsumerFluentSetterDocumentation" : "

The entity type.

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

The entity type.

", "endpointDiscoveryId" : false, "enumType" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The entity type.

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

The entity type.

\n

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

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

The entity type.

\n@param type The entity type.\n@see EntityType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The entity type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The entity ID.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 entity ID.

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

The entity ID.

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

The entity ID.

\n@return The entity ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 entity ID.

\n@param id The entity ID.", "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 entity ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The entity ARN.

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

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

The entity ARN.

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

The entity ARN.

\n@return The entity ARN.", "getterModel" : { "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 entity ARN.

\n@param arn The entity ARN.", "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 entity ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "EntityType", "defaultConsumerFluentSetterDocumentation" : "

The entity type.

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

The entity type.

", "endpointDiscoveryId" : false, "enumType" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The entity type.

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

The entity type.

\n

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

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

The entity type.

\n@param type The entity type.\n@see EntityType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The entity type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the entity 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the entity was created.

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

The time at which the entity was created.

\n@param createdAt The time at which the entity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The time at which the entity was created.

\n@return The time at which the entity 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the entity was created.

\n@param createdAt The time at which the entity was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the entity was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The definition document of the entity.

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

The definition document of the entity.

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

The definition document of the entity.

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

The definition document of the entity.

\n@return The definition document of the entity.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The definition document of the entity.

\n@param definition The definition document of the entity.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The definition document of the entity.

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

An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes a NAMESPACE and a REFERENCED_ENTITY_ID filter searches for entities in the specified namespace that use the entity specified by the value of REFERENCED_ENTITY_ID.

", "endpointDiscovery" : 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" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "EntityFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a 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 #nameAsString(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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

", "endpointDiscoveryId" : false, "enumType" : "EntityFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n

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

\n@return The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName", "getterModel" : { "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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName", "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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EntityFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

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

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "EntityFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "EntityFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a 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 #nameAsString(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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

", "endpointDiscoveryId" : false, "enumType" : "EntityFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n

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

\n@return The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName", "getterModel" : { "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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName", "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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

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

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "EntityFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "EntityFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a 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 #nameAsString(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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

", "endpointDiscoveryId" : false, "enumType" : "EntityFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n

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

\n@return The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName", "getterModel" : { "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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName", "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 entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EntityFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

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

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "EntityFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EntityFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EntityFilter", "variableName" : "entityFilter", "variableType" : "EntityFilter", "documentation" : null, "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "wrapper" : false, "xmlNamespace" : null }, "EntityFilterName" : { "c2jName" : "EntityFilterName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NAME", "value" : "NAME" }, { "name" : "NAMESPACE", "value" : "NAMESPACE" }, { "name" : "SEMANTIC_TYPE_PATH", "value" : "SEMANTIC_TYPE_PATH" }, { "name" : "REFERENCED_ENTITY_ID", "value" : "REFERENCED_ENTITY_ID" } ], "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" : "EntityFilterName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EntityFilterName", "variableName" : "entityFilterName", "variableType" : "EntityFilterName", "documentation" : null, "simpleType" : "EntityFilterName", "variableSetterType" : "EntityFilterName" }, "wrapper" : false, "xmlNamespace" : null }, "EntityType" : { "c2jName" : "EntityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DEVICE", "value" : "DEVICE" }, { "name" : "SERVICE", "value" : "SERVICE" }, { "name" : "DEVICE_MODEL", "value" : "DEVICE_MODEL" }, { "name" : "CAPABILITY", "value" : "CAPABILITY" }, { "name" : "STATE", "value" : "STATE" }, { "name" : "ACTION", "value" : "ACTION" }, { "name" : "EVENT", "value" : "EVENT" }, { "name" : "PROPERTY", "value" : "PROPERTY" }, { "name" : "MAPPING", "value" : "MAPPING" }, { "name" : "ENUM", "value" : "ENUM" } ], "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" : "EntityType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EntityType", "variableName" : "entityType", "variableType" : "EntityType", "documentation" : null, "simpleType" : "EntityType", "variableSetterType" : "EntityType" }, "wrapper" : false, "xmlNamespace" : null }, "FlowExecutionEventType" : { "c2jName" : "FlowExecutionEventType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EXECUTION_STARTED", "value" : "EXECUTION_STARTED" }, { "name" : "EXECUTION_FAILED", "value" : "EXECUTION_FAILED" }, { "name" : "EXECUTION_ABORTED", "value" : "EXECUTION_ABORTED" }, { "name" : "EXECUTION_SUCCEEDED", "value" : "EXECUTION_SUCCEEDED" }, { "name" : "STEP_STARTED", "value" : "STEP_STARTED" }, { "name" : "STEP_FAILED", "value" : "STEP_FAILED" }, { "name" : "STEP_SUCCEEDED", "value" : "STEP_SUCCEEDED" }, { "name" : "ACTIVITY_SCHEDULED", "value" : "ACTIVITY_SCHEDULED" }, { "name" : "ACTIVITY_STARTED", "value" : "ACTIVITY_STARTED" }, { "name" : "ACTIVITY_FAILED", "value" : "ACTIVITY_FAILED" }, { "name" : "ACTIVITY_SUCCEEDED", "value" : "ACTIVITY_SUCCEEDED" }, { "name" : "START_FLOW_EXECUTION_TASK", "value" : "START_FLOW_EXECUTION_TASK" }, { "name" : "SCHEDULE_NEXT_READY_STEPS_TASK", "value" : "SCHEDULE_NEXT_READY_STEPS_TASK" }, { "name" : "THING_ACTION_TASK", "value" : "THING_ACTION_TASK" }, { "name" : "THING_ACTION_TASK_FAILED", "value" : "THING_ACTION_TASK_FAILED" }, { "name" : "THING_ACTION_TASK_SUCCEEDED", "value" : "THING_ACTION_TASK_SUCCEEDED" }, { "name" : "ACKNOWLEDGE_TASK_MESSAGE", "value" : "ACKNOWLEDGE_TASK_MESSAGE" } ], "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" : "FlowExecutionEventType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowExecutionEventType", "variableName" : "flowExecutionEventType", "variableType" : "FlowExecutionEventType", "documentation" : null, "simpleType" : "FlowExecutionEventType", "variableSetterType" : "FlowExecutionEventType" }, "wrapper" : false, "xmlNamespace" : null }, "FlowExecutionMessage" : { "c2jName" : "FlowExecutionMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains information about a flow event.

", "endpointDiscovery" : 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" : "FlowExecutionMessageId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier of 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 #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 unique identifier of the message.

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

The unique identifier of the message.

\n@param messageId The unique identifier of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The unique identifier of the message.

\n@return The unique identifier of 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" : "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 unique identifier of the message.

\n@param messageId The unique identifier of the message.", "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 unique identifier of the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventTypeAsString", "beanStyleSetterMethodName" : "setEventType", "c2jName" : "eventType", "c2jShape" : "FlowExecutionEventType", "defaultConsumerFluentSetterDocumentation" : "

The type of flow event .

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

The type of flow event .

", "endpointDiscoveryId" : false, "enumType" : "FlowExecutionEventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "eventType", "fluentEnumSetterMethodName" : "eventType", "fluentGetterMethodName" : "eventTypeAsString", "fluentSetterDocumentation" : "

The type of flow event .

\n@param eventType The type of flow event .\n@see FlowExecutionEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionEventType", "fluentSetterMethodName" : "eventType", "getterDocumentation" : "

The type of flow event .

\n

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

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

The type of flow event .

\n@param eventType The type of flow event .\n@see FlowExecutionEventType", "setterMethodName" : "setEventType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : "

The type of flow event .

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the message 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 #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 date and time when the message was last updated.

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

The date and time when the message was last updated.

\n@param timestamp The date and time when the message was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The date and time when the message was last updated.

\n@return The date and time when the message 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" : "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 date and time when the message was last updated.

\n@param timestamp The date and time when the message was last updated.", "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 date and time when the message was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPayload", "beanStyleSetterMethodName" : "setPayload", "c2jName" : "payload", "c2jShape" : "FlowExecutionMessagePayload", "defaultConsumerFluentSetterDocumentation" : "

A string containing information about the flow event.

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

A string containing information about the flow event.

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

A string containing information about the flow event.

\n@param payload A string containing information about the flow event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payload", "getterDocumentation" : "

A string containing information about the flow event.

\n@return A string containing information about the flow event.", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Payload", "sensitive" : false, "setterDocumentation" : "

A string containing information about the flow event.

\n@param payload A string containing information about the flow event.", "setterMethodName" : "setPayload", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "payload", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "payload", "variableType" : "String", "documentation" : "

A string containing information about the flow event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventType" : { "beanStyleGetterMethodName" : "getEventTypeAsString", "beanStyleSetterMethodName" : "setEventType", "c2jName" : "eventType", "c2jShape" : "FlowExecutionEventType", "defaultConsumerFluentSetterDocumentation" : "

The type of flow event .

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

The type of flow event .

", "endpointDiscoveryId" : false, "enumType" : "FlowExecutionEventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "eventType", "fluentEnumSetterMethodName" : "eventType", "fluentGetterMethodName" : "eventTypeAsString", "fluentSetterDocumentation" : "

The type of flow event .

\n@param eventType The type of flow event .\n@see FlowExecutionEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionEventType", "fluentSetterMethodName" : "eventType", "getterDocumentation" : "

The type of flow event .

\n

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

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

The type of flow event .

\n@param eventType The type of flow event .\n@see FlowExecutionEventType", "setterMethodName" : "setEventType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : "

The type of flow event .

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

The unique identifier of 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 #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 unique identifier of the message.

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

The unique identifier of the message.

\n@param messageId The unique identifier of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The unique identifier of the message.

\n@return The unique identifier of 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" : "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 unique identifier of the message.

\n@param messageId The unique identifier of the message.", "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 unique identifier of the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Payload" : { "beanStyleGetterMethodName" : "getPayload", "beanStyleSetterMethodName" : "setPayload", "c2jName" : "payload", "c2jShape" : "FlowExecutionMessagePayload", "defaultConsumerFluentSetterDocumentation" : "

A string containing information about the flow event.

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

A string containing information about the flow event.

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

A string containing information about the flow event.

\n@param payload A string containing information about the flow event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payload", "getterDocumentation" : "

A string containing information about the flow event.

\n@return A string containing information about the flow event.", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Payload", "sensitive" : false, "setterDocumentation" : "

A string containing information about the flow event.

\n@param payload A string containing information about the flow event.", "setterMethodName" : "setPayload", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "payload", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "payload", "variableType" : "String", "documentation" : "

A string containing information about the flow event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the message 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 #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 date and time when the message was last updated.

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

The date and time when the message was last updated.

\n@param timestamp The date and time when the message was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The date and time when the message was last updated.

\n@return The date and time when the message 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" : "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 date and time when the message was last updated.

\n@param timestamp The date and time when the message was last updated.", "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 date and time when the message was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "messageId", "c2jShape" : "FlowExecutionMessageId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier of 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 #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 unique identifier of the message.

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

The unique identifier of the message.

\n@param messageId The unique identifier of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

The unique identifier of the message.

\n@return The unique identifier of 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" : "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 unique identifier of the message.

\n@param messageId The unique identifier of the message.", "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 unique identifier of the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventTypeAsString", "beanStyleSetterMethodName" : "setEventType", "c2jName" : "eventType", "c2jShape" : "FlowExecutionEventType", "defaultConsumerFluentSetterDocumentation" : "

The type of flow event .

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

The type of flow event .

", "endpointDiscoveryId" : false, "enumType" : "FlowExecutionEventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "eventType", "fluentEnumSetterMethodName" : "eventType", "fluentGetterMethodName" : "eventTypeAsString", "fluentSetterDocumentation" : "

The type of flow event .

\n@param eventType The type of flow event .\n@see FlowExecutionEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionEventType", "fluentSetterMethodName" : "eventType", "getterDocumentation" : "

The type of flow event .

\n

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

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

The type of flow event .

\n@param eventType The type of flow event .\n@see FlowExecutionEventType", "setterMethodName" : "setEventType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventType", "variableType" : "String", "documentation" : "

The type of flow event .

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the message 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 #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 date and time when the message was last updated.

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

The date and time when the message was last updated.

\n@param timestamp The date and time when the message was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The date and time when the message was last updated.

\n@return The date and time when the message 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" : "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 date and time when the message was last updated.

\n@param timestamp The date and time when the message was last updated.", "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 date and time when the message was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPayload", "beanStyleSetterMethodName" : "setPayload", "c2jName" : "payload", "c2jShape" : "FlowExecutionMessagePayload", "defaultConsumerFluentSetterDocumentation" : "

A string containing information about the flow event.

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

A string containing information about the flow event.

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

A string containing information about the flow event.

\n@param payload A string containing information about the flow event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "payload", "getterDocumentation" : "

A string containing information about the flow event.

\n@return A string containing information about the flow event.", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Payload", "sensitive" : false, "setterDocumentation" : "

A string containing information about the flow event.

\n@param payload A string containing information about the flow event.", "setterMethodName" : "setPayload", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "payload", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "payload", "variableType" : "String", "documentation" : "

A string containing information about the flow event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FlowExecutionMessage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowExecutionMessage", "variableName" : "flowExecutionMessage", "variableType" : "FlowExecutionMessage", "documentation" : null, "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "wrapper" : false, "xmlNamespace" : null }, "FlowExecutionStatus" : { "c2jName" : "FlowExecutionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "ABORTED", "value" : "ABORTED" }, { "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" : "FlowExecutionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowExecutionStatus", "variableName" : "flowExecutionStatus", "variableType" : "FlowExecutionStatus", "documentation" : null, "simpleType" : "FlowExecutionStatus", "variableSetterType" : "FlowExecutionStatus" }, "wrapper" : false, "xmlNamespace" : null }, "FlowExecutionSummary" : { "c2jName" : "FlowExecutionSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains summary information about a flow execution.

", "endpointDiscovery" : 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" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "FlowExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

The current status of the flow execution.

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

", "endpointDiscoveryId" : false, "enumType" : "FlowExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The current status of the flow execution.

\n@param status The current status of the flow execution.\n@see FlowExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the flow execution.

\n

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

\n@return The current status of the flow execution.\n@see FlowExecutionStatus", "getterModel" : { "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 current status of the flow execution.

\n@param status The current status of the flow execution.\n@see FlowExecutionStatus", "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 current status of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSystemInstanceId", "beanStyleSetterMethodName" : "setSystemInstanceId", "c2jName" : "systemInstanceId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "systemInstanceId", "getterDocumentation" : "

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.", "setterMethodName" : "setSystemInstanceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : "

The ID of the system instance that contains the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowTemplateId", "beanStyleSetterMethodName" : "setFlowTemplateId", "c2jName" : "flowTemplateId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

\n@param flowTemplateId The ID of the flow.", "setterMethodName" : "setFlowTemplateId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowTemplateId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowTemplateId", "variableType" : "String", "documentation" : "

The ID of the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the flow execution summary 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the flow execution summary was created.

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

The date and time when the flow execution summary was created.

\n@param createdAt The date and time when the flow execution summary was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time when the flow execution summary was created.

\n@return The date and time when the flow execution summary 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the flow execution summary was created.

\n@param createdAt The date and time when the flow execution summary was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the flow execution summary was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdatedAt", "beanStyleSetterMethodName" : "setUpdatedAt", "c2jName" : "updatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the flow execution summary 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 #updatedAt(Instant)}.\n@param updatedAt 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 #updatedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the flow execution summary was last updated.

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

The date and time when the flow execution summary was last updated.

\n@param updatedAt The date and time when the flow execution summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updatedAt", "getterDocumentation" : "

The date and time when the flow execution summary was last updated.

\n@return The date and time when the flow execution summary 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" : "updatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the flow execution summary was last updated.

\n@param updatedAt The date and time when the flow execution summary was last updated.", "setterMethodName" : "setUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the flow execution summary was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the flow execution summary 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the flow execution summary was created.

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

The date and time when the flow execution summary was created.

\n@param createdAt The date and time when the flow execution summary was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time when the flow execution summary was created.

\n@return The date and time when the flow execution summary 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the flow execution summary was created.

\n@param createdAt The date and time when the flow execution summary was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the flow execution summary was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowExecutionId" : { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowTemplateId" : { "beanStyleGetterMethodName" : "getFlowTemplateId", "beanStyleSetterMethodName" : "setFlowTemplateId", "c2jName" : "flowTemplateId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

\n@param flowTemplateId The ID of the flow.", "setterMethodName" : "setFlowTemplateId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowTemplateId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowTemplateId", "variableType" : "String", "documentation" : "

The ID of the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "FlowExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

The current status of the flow execution.

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

", "endpointDiscoveryId" : false, "enumType" : "FlowExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The current status of the flow execution.

\n@param status The current status of the flow execution.\n@see FlowExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the flow execution.

\n

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

\n@return The current status of the flow execution.\n@see FlowExecutionStatus", "getterModel" : { "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 current status of the flow execution.

\n@param status The current status of the flow execution.\n@see FlowExecutionStatus", "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 current status of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SystemInstanceId" : { "beanStyleGetterMethodName" : "getSystemInstanceId", "beanStyleSetterMethodName" : "setSystemInstanceId", "c2jName" : "systemInstanceId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "systemInstanceId", "getterDocumentation" : "

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.", "setterMethodName" : "setSystemInstanceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : "

The ID of the system instance that contains the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UpdatedAt" : { "beanStyleGetterMethodName" : "getUpdatedAt", "beanStyleSetterMethodName" : "setUpdatedAt", "c2jName" : "updatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the flow execution summary 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 #updatedAt(Instant)}.\n@param updatedAt 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 #updatedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the flow execution summary was last updated.

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

The date and time when the flow execution summary was last updated.

\n@param updatedAt The date and time when the flow execution summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updatedAt", "getterDocumentation" : "

The date and time when the flow execution summary was last updated.

\n@return The date and time when the flow execution summary 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" : "updatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the flow execution summary was last updated.

\n@param updatedAt The date and time when the flow execution summary was last updated.", "setterMethodName" : "setUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the flow execution summary was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "FlowExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

The current status of the flow execution.

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

", "endpointDiscoveryId" : false, "enumType" : "FlowExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The current status of the flow execution.

\n@param status The current status of the flow execution.\n@see FlowExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the flow execution.

\n

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

\n@return The current status of the flow execution.\n@see FlowExecutionStatus", "getterModel" : { "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 current status of the flow execution.

\n@param status The current status of the flow execution.\n@see FlowExecutionStatus", "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 current status of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSystemInstanceId", "beanStyleSetterMethodName" : "setSystemInstanceId", "c2jName" : "systemInstanceId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "systemInstanceId", "getterDocumentation" : "

The ID of the system instance that contains the flow.

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

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.", "setterMethodName" : "setSystemInstanceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : "

The ID of the system instance that contains the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowTemplateId", "beanStyleSetterMethodName" : "setFlowTemplateId", "c2jName" : "flowTemplateId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

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

The ID of the flow.

\n@param flowTemplateId The ID of the flow.", "setterMethodName" : "setFlowTemplateId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowTemplateId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowTemplateId", "variableType" : "String", "documentation" : "

The ID of the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the flow execution summary 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the flow execution summary was created.

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

The date and time when the flow execution summary was created.

\n@param createdAt The date and time when the flow execution summary was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time when the flow execution summary was created.

\n@return The date and time when the flow execution summary 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the flow execution summary was created.

\n@param createdAt The date and time when the flow execution summary was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the flow execution summary was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdatedAt", "beanStyleSetterMethodName" : "setUpdatedAt", "c2jName" : "updatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the flow execution summary 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 #updatedAt(Instant)}.\n@param updatedAt 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 #updatedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the flow execution summary was last updated.

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

The date and time when the flow execution summary was last updated.

\n@param updatedAt The date and time when the flow execution summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updatedAt", "getterDocumentation" : "

The date and time when the flow execution summary was last updated.

\n@return The date and time when the flow execution summary 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" : "updatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the flow execution summary was last updated.

\n@param updatedAt The date and time when the flow execution summary was last updated.", "setterMethodName" : "setUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the flow execution summary was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FlowExecutionSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowExecutionSummary", "variableName" : "flowExecutionSummary", "variableType" : "FlowExecutionSummary", "documentation" : null, "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "wrapper" : false, "xmlNamespace" : null }, "FlowTemplateDescription" : { "c2jName" : "FlowTemplateDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains a workflow's definition and summary information.

", "endpointDiscovery" : 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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a workflow.

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

An object that contains summary information about a workflow.

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

An object that contains summary information about a workflow.

\n@param summary An object that contains summary information about a workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a workflow.

\n@return An object that contains summary information about a workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a workflow.

\n@param summary An object that contains summary information about a workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

An object that contains summary information about a workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

A workflow's definition document.

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

A workflow's definition document.

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

A workflow's definition document.

\n@param definition A workflow's definition document.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

A workflow's definition document.

\n@return A workflow's definition document.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

A workflow's definition document.

\n@param definition A workflow's definition document.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

A workflow's definition document.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@return The version of the user's namespace against which the workflow was validated. Use this value in your system instance.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

A workflow's definition document.

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

A workflow's definition document.

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

A workflow's definition document.

\n@param definition A workflow's definition document.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

A workflow's definition document.

\n@return A workflow's definition document.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

A workflow's definition document.

\n@param definition A workflow's definition document.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

A workflow's definition document.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a workflow.

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

An object that contains summary information about a workflow.

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

An object that contains summary information about a workflow.

\n@param summary An object that contains summary information about a workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a workflow.

\n@return An object that contains summary information about a workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a workflow.

\n@param summary An object that contains summary information about a workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

An object that contains summary information about a workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ValidatedNamespaceVersion" : { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@return The version of the user's namespace against which the workflow was validated. Use this value in your system instance.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a workflow.

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

An object that contains summary information about a workflow.

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

An object that contains summary information about a workflow.

\n@param summary An object that contains summary information about a workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a workflow.

\n@return An object that contains summary information about a workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a workflow.

\n@param summary An object that contains summary information about a workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

An object that contains summary information about a workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

A workflow's definition document.

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

A workflow's definition document.

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

A workflow's definition document.

\n@param definition A workflow's definition document.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

A workflow's definition document.

\n@return A workflow's definition document.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

A workflow's definition document.

\n@param definition A workflow's definition document.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

A workflow's definition document.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@return The version of the user's namespace against which the workflow was validated. Use this value in your system instance.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

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

An object that filters a workflow search.

", "endpointDiscovery" : 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" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "FlowTemplateFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.

", "endpointDiscoveryId" : false, "enumType" : "FlowTemplateFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the search filter field.

\n@param name The name of the search filter field.\n@see FlowTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowTemplateFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the search filter field.

\n

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

\n@return The name of the search filter field.\n@see FlowTemplateFilterName", "getterModel" : { "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 search filter field.

\n@param name The name of the search filter field.\n@see FlowTemplateFilterName", "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 search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "FlowTemplateFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

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

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "FlowTemplateFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "FlowTemplateFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.

", "endpointDiscoveryId" : false, "enumType" : "FlowTemplateFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the search filter field.

\n@param name The name of the search filter field.\n@see FlowTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowTemplateFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the search filter field.

\n

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

\n@return The name of the search filter field.\n@see FlowTemplateFilterName", "getterModel" : { "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 search filter field.

\n@param name The name of the search filter field.\n@see FlowTemplateFilterName", "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 search filter field.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

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

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "FlowTemplateFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "FlowTemplateFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.

", "endpointDiscoveryId" : false, "enumType" : "FlowTemplateFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the search filter field.

\n@param name The name of the search filter field.\n@see FlowTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowTemplateFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the search filter field.

\n

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

\n@return The name of the search filter field.\n@see FlowTemplateFilterName", "getterModel" : { "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 search filter field.

\n@param name The name of the search filter field.\n@see FlowTemplateFilterName", "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 search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "FlowTemplateFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

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

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

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

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "FlowTemplateFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "value" ], "shapeName" : "FlowTemplateFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowTemplateFilter", "variableName" : "flowTemplateFilter", "variableType" : "FlowTemplateFilter", "documentation" : null, "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "wrapper" : false, "xmlNamespace" : null }, "FlowTemplateFilterName" : { "c2jName" : "FlowTemplateFilterName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DEVICE_MODEL_ID", "value" : "DEVICE_MODEL_ID" } ], "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" : "FlowTemplateFilterName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowTemplateFilterName", "variableName" : "flowTemplateFilterName", "variableType" : "FlowTemplateFilterName", "documentation" : null, "simpleType" : "FlowTemplateFilterName", "variableSetterType" : "FlowTemplateFilterName" }, "wrapper" : false, "xmlNamespace" : null }, "FlowTemplateSummary" : { "c2jName" : "FlowTemplateSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains summary information about a workflow.

", "endpointDiscovery" : 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" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

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

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

The ID of the workflow.

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

The ID of the workflow.

\n@return The ID of the workflow.", "getterModel" : { "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 ID of the workflow.

\n@param id The ID of the workflow.", "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 ID of the workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the workflow.

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

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

The ARN of the workflow.

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

The ARN of the workflow.

\n@return The ARN of the workflow.", "getterModel" : { "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 workflow.

\n@param arn The ARN of the workflow.", "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 workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the workflow.

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

The revision number of the workflow.

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

The revision number of the workflow.

\n@param revisionNumber The revision number of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the workflow.

\n@return The revision number of the workflow.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the workflow.

\n@param revisionNumber The revision number of the workflow.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the workflow.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the workflow 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the workflow was created.

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

The date when the workflow was created.

\n@param createdAt The date when the workflow was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the workflow was created.

\n@return The date when the workflow 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the workflow was created.

\n@param createdAt The date when the workflow was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the workflow was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the workflow.

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

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

The ARN of the workflow.

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

The ARN of the workflow.

\n@return The ARN of the workflow.", "getterModel" : { "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 workflow.

\n@param arn The ARN of the workflow.", "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 workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the workflow 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the workflow was created.

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

The date when the workflow was created.

\n@param createdAt The date when the workflow was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the workflow was created.

\n@return The date when the workflow 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the workflow was created.

\n@param createdAt The date when the workflow was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the workflow was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

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

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

The ID of the workflow.

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

The ID of the workflow.

\n@return The ID of the workflow.", "getterModel" : { "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 ID of the workflow.

\n@param id The ID of the workflow.", "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 ID of the workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RevisionNumber" : { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the workflow.

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

The revision number of the workflow.

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

The revision number of the workflow.

\n@param revisionNumber The revision number of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the workflow.

\n@return The revision number of the workflow.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the workflow.

\n@param revisionNumber The revision number of the workflow.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the workflow.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

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

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

The ID of the workflow.

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

The ID of the workflow.

\n@return The ID of the workflow.", "getterModel" : { "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 ID of the workflow.

\n@param id The ID of the workflow.", "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 ID of the workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the workflow.

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

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

The ARN of the workflow.

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

The ARN of the workflow.

\n@return The ARN of the workflow.", "getterModel" : { "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 workflow.

\n@param arn The ARN of the workflow.", "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 workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the workflow.

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

The revision number of the workflow.

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

The revision number of the workflow.

\n@param revisionNumber The revision number of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the workflow.

\n@return The revision number of the workflow.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the workflow.

\n@param revisionNumber The revision number of the workflow.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the workflow.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the workflow 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the workflow was created.

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

The date when the workflow was created.

\n@param createdAt The date when the workflow was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the workflow was created.

\n@return The date when the workflow 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the workflow was created.

\n@param createdAt The date when the workflow was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the workflow was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FlowTemplateSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "flowTemplateSummary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "wrapper" : false, "xmlNamespace" : null }, "GetEntitiesRequest" : { "c2jName" : "GetEntitiesRequest", "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" : "GetEntities", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetEntities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIds", "beanStyleSetterMethodName" : "setIds", "c2jName" : "ids", "c2jShape" : "Urns", "defaultConsumerFluentSetterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param ids An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ids", "getterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n

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

\n@return An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "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" : "ids", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ids", "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" : "Urn", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Ids", "sensitive" : false, "setterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param ids An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ids" : { "beanStyleGetterMethodName" : "getIds", "beanStyleSetterMethodName" : "setIds", "c2jName" : "ids", "c2jShape" : "Urns", "defaultConsumerFluentSetterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param ids An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ids", "getterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n

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

\n@return An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "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" : "ids", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ids", "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" : "Urn", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Ids", "sensitive" : false, "setterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param ids An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceVersion" : { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIds", "beanStyleSetterMethodName" : "setIds", "c2jName" : "ids", "c2jShape" : "Urns", "defaultConsumerFluentSetterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

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

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param ids An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ids", "getterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n

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

\n@return An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "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" : "ids", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ids", "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" : "Urn", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Ids", "sensitive" : false, "setterDocumentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param ids An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : "

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ids" ], "shapeName" : "GetEntitiesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetEntitiesRequest", "variableName" : "getEntitiesRequest", "variableType" : "GetEntitiesRequest", "documentation" : null, "simpleType" : "GetEntitiesRequest", "variableSetterType" : "GetEntitiesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetEntitiesResponse" : { "c2jName" : "GetEntitiesResponse", "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" : "getDescriptions", "beanStyleSetterMethodName" : "setDescriptions", "c2jName" : "descriptions", "c2jShape" : "EntityDescriptions", "defaultConsumerFluentSetterDocumentation" : "

An array of descriptions for the specified entities.

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

An array of descriptions for the specified entities.

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

An array of descriptions for the specified entities.

\n@param descriptions An array of descriptions for the specified entities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descriptions", "getterDocumentation" : "

An array of descriptions for the specified entities.

\n

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

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

An array of descriptions for the specified entities.

\n@param descriptions An array of descriptions for the specified entities.", "setterMethodName" : "setDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : "

An array of descriptions for the specified entities.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Descriptions" : { "beanStyleGetterMethodName" : "getDescriptions", "beanStyleSetterMethodName" : "setDescriptions", "c2jName" : "descriptions", "c2jShape" : "EntityDescriptions", "defaultConsumerFluentSetterDocumentation" : "

An array of descriptions for the specified entities.

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

An array of descriptions for the specified entities.

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

An array of descriptions for the specified entities.

\n@param descriptions An array of descriptions for the specified entities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descriptions", "getterDocumentation" : "

An array of descriptions for the specified entities.

\n

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

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

An array of descriptions for the specified entities.

\n@param descriptions An array of descriptions for the specified entities.", "setterMethodName" : "setDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : "

An array of descriptions for the specified entities.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDescriptions", "beanStyleSetterMethodName" : "setDescriptions", "c2jName" : "descriptions", "c2jShape" : "EntityDescriptions", "defaultConsumerFluentSetterDocumentation" : "

An array of descriptions for the specified entities.

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

An array of descriptions for the specified entities.

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

An array of descriptions for the specified entities.

\n@param descriptions An array of descriptions for the specified entities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descriptions", "getterDocumentation" : "

An array of descriptions for the specified entities.

\n

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

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

An array of descriptions for the specified entities.

\n@param descriptions An array of descriptions for the specified entities.", "setterMethodName" : "setDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : "

An array of descriptions for the specified entities.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetEntitiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetEntitiesResponse", "variableName" : "getEntitiesResponse", "variableType" : "GetEntitiesResponse", "documentation" : null, "simpleType" : "GetEntitiesResponse", "variableSetterType" : "GetEntitiesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetFlowTemplateRequest" : { "c2jName" : "GetFlowTemplateRequest", "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" : "GetFlowTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetFlowTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The number of the workflow revision to retrieve.

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

The number of the workflow revision to retrieve.

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

The number of the workflow revision to retrieve.

\n@param revisionNumber The number of the workflow revision to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The number of the workflow revision to retrieve.

\n@return The number of the workflow revision to retrieve.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The number of the workflow revision to retrieve.

\n@param revisionNumber The number of the workflow revision to retrieve.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The number of the workflow revision to retrieve.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RevisionNumber" : { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The number of the workflow revision to retrieve.

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

The number of the workflow revision to retrieve.

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

The number of the workflow revision to retrieve.

\n@param revisionNumber The number of the workflow revision to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The number of the workflow revision to retrieve.

\n@return The number of the workflow revision to retrieve.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The number of the workflow revision to retrieve.

\n@param revisionNumber The number of the workflow revision to retrieve.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The number of the workflow revision to retrieve.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The number of the workflow revision to retrieve.

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

The number of the workflow revision to retrieve.

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

The number of the workflow revision to retrieve.

\n@param revisionNumber The number of the workflow revision to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The number of the workflow revision to retrieve.

\n@return The number of the workflow revision to retrieve.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The number of the workflow revision to retrieve.

\n@param revisionNumber The number of the workflow revision to retrieve.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The number of the workflow revision to retrieve.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "GetFlowTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFlowTemplateRequest", "variableName" : "getFlowTemplateRequest", "variableType" : "GetFlowTemplateRequest", "documentation" : null, "simpleType" : "GetFlowTemplateRequest", "variableSetterType" : "GetFlowTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetFlowTemplateResponse" : { "c2jName" : "GetFlowTemplateResponse", "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" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "FlowTemplateDescription", "defaultConsumerFluentSetterDocumentation" : "

The object that describes the specified workflow.

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

The object that describes the specified workflow.

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

The object that describes the specified workflow.

\n@param description The object that describes the specified workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The object that describes the specified workflow.

\n@return The object that describes the specified workflow.", "getterModel" : { "returnType" : "FlowTemplateDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The object that describes the specified workflow.

\n@param description The object that describes the specified workflow.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "FlowTemplateDescription", "variableName" : "description", "variableType" : "FlowTemplateDescription", "documentation" : null, "simpleType" : "FlowTemplateDescription", "variableSetterType" : "FlowTemplateDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateDescription", "variableName" : "description", "variableType" : "FlowTemplateDescription", "documentation" : "

The object that describes the specified workflow.

", "simpleType" : "FlowTemplateDescription", "variableSetterType" : "FlowTemplateDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "FlowTemplateDescription", "defaultConsumerFluentSetterDocumentation" : "

The object that describes the specified workflow.

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

The object that describes the specified workflow.

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

The object that describes the specified workflow.

\n@param description The object that describes the specified workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The object that describes the specified workflow.

\n@return The object that describes the specified workflow.", "getterModel" : { "returnType" : "FlowTemplateDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The object that describes the specified workflow.

\n@param description The object that describes the specified workflow.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "FlowTemplateDescription", "variableName" : "description", "variableType" : "FlowTemplateDescription", "documentation" : null, "simpleType" : "FlowTemplateDescription", "variableSetterType" : "FlowTemplateDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateDescription", "variableName" : "description", "variableType" : "FlowTemplateDescription", "documentation" : "

The object that describes the specified workflow.

", "simpleType" : "FlowTemplateDescription", "variableSetterType" : "FlowTemplateDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "FlowTemplateDescription", "defaultConsumerFluentSetterDocumentation" : "

The object that describes the specified workflow.

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

The object that describes the specified workflow.

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

The object that describes the specified workflow.

\n@param description The object that describes the specified workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The object that describes the specified workflow.

\n@return The object that describes the specified workflow.", "getterModel" : { "returnType" : "FlowTemplateDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The object that describes the specified workflow.

\n@param description The object that describes the specified workflow.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "FlowTemplateDescription", "variableName" : "description", "variableType" : "FlowTemplateDescription", "documentation" : null, "simpleType" : "FlowTemplateDescription", "variableSetterType" : "FlowTemplateDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateDescription", "variableName" : "description", "variableType" : "FlowTemplateDescription", "documentation" : "

The object that describes the specified workflow.

", "simpleType" : "FlowTemplateDescription", "variableSetterType" : "FlowTemplateDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFlowTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFlowTemplateResponse", "variableName" : "getFlowTemplateResponse", "variableType" : "GetFlowTemplateResponse", "documentation" : null, "simpleType" : "GetFlowTemplateResponse", "variableSetterType" : "GetFlowTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetFlowTemplateRevisionsRequest" : { "c2jName" : "GetFlowTemplateRevisionsRequest", "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" : "GetFlowTemplateRevisions", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetFlowTemplateRevisions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

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

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "GetFlowTemplateRevisionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFlowTemplateRevisionsRequest", "variableName" : "getFlowTemplateRevisionsRequest", "variableType" : "GetFlowTemplateRevisionsRequest", "documentation" : null, "simpleType" : "GetFlowTemplateRevisionsRequest", "variableSetterType" : "GetFlowTemplateRevisionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetFlowTemplateRevisionsResponse" : { "c2jName" : "GetFlowTemplateRevisionsResponse", "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" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that provide summary data about each revision.

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

An array of objects that provide summary data about each revision.

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

An array of objects that provide summary data about each revision.

\n@param summaries An array of objects that provide summary data about each revision.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that provide summary data about each revision.

\n

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

\n@return An array of objects that provide summary data about each revision.", "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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)", "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" : "FlowTemplateSummary", "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" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : "", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that provide summary data about each revision.

\n@param summaries An array of objects that provide summary data about each revision.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that provide summary data about each revision.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that provide summary data about each revision.

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

An array of objects that provide summary data about each revision.

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

An array of objects that provide summary data about each revision.

\n@param summaries An array of objects that provide summary data about each revision.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that provide summary data about each revision.

\n

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

\n@return An array of objects that provide summary data about each revision.", "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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)", "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" : "FlowTemplateSummary", "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" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : "", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that provide summary data about each revision.

\n@param summaries An array of objects that provide summary data about each revision.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that provide summary data about each revision.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that provide summary data about each revision.

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

An array of objects that provide summary data about each revision.

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

An array of objects that provide summary data about each revision.

\n@param summaries An array of objects that provide summary data about each revision.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that provide summary data about each revision.

\n

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

\n@return An array of objects that provide summary data about each revision.", "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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)", "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" : "FlowTemplateSummary", "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" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : "", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that provide summary data about each revision.

\n@param summaries An array of objects that provide summary data about each revision.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that provide summary data about each revision.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFlowTemplateRevisionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFlowTemplateRevisionsResponse", "variableName" : "getFlowTemplateRevisionsResponse", "variableType" : "GetFlowTemplateRevisionsResponse", "documentation" : null, "simpleType" : "GetFlowTemplateRevisionsResponse", "variableSetterType" : "GetFlowTemplateRevisionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetNamespaceDeletionStatusRequest" : { "c2jName" : "GetNamespaceDeletionStatusRequest", "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" : "GetNamespaceDeletionStatus", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetNamespaceDeletionStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetNamespaceDeletionStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetNamespaceDeletionStatusRequest", "variableName" : "getNamespaceDeletionStatusRequest", "variableType" : "GetNamespaceDeletionStatusRequest", "documentation" : null, "simpleType" : "GetNamespaceDeletionStatusRequest", "variableSetterType" : "GetNamespaceDeletionStatusRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetNamespaceDeletionStatusResponse" : { "c2jName" : "GetNamespaceDeletionStatusResponse", "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" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace that 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)", "deprecated" : false, "documentation" : "

The ARN of the namespace that is being deleted.

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

The ARN of the namespace that is being deleted.

\n@param namespaceArn The ARN of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceArn", "getterDocumentation" : "

The ARN of the namespace that is being deleted.

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

The ARN of the namespace that is being deleted.

\n@param namespaceArn The ARN of the namespace that is being deleted.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace that is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace that 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)", "deprecated" : false, "documentation" : "

The name of the namespace that is being deleted.

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

The name of the namespace that is being deleted.

\n@param namespaceName The name of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceName", "getterDocumentation" : "

The name of the namespace that is being deleted.

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

The name of the namespace that is being deleted.

\n@param namespaceName The name of the namespace that is being deleted.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the namespace that is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "NamespaceDeletionStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the deletion request.

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

", "endpointDiscoveryId" : false, "enumType" : "NamespaceDeletionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the deletion request.

\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the deletion request.

\n

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

\n@return The status of the deletion request.\n@see NamespaceDeletionStatus", "getterModel" : { "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 deletion request.

\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus", "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 deletion request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorCodeAsString", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "errorCode", "c2jShape" : "NamespaceDeletionStatusErrorCodes", "defaultConsumerFluentSetterDocumentation" : "

An error code returned by the namespace deletion task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCodeAsString(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" : "

An error code returned by the namespace deletion task.

", "endpointDiscoveryId" : false, "enumType" : "NamespaceDeletionStatusErrorCodes", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "errorCode", "fluentEnumSetterMethodName" : "errorCode", "fluentGetterMethodName" : "errorCodeAsString", "fluentSetterDocumentation" : "

An error code returned by the namespace deletion task.

\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatusErrorCodes", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

An error code returned by the namespace deletion task.

\n

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

\n@return An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes", "getterModel" : { "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" : "

An error code returned by the namespace deletion task.

\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes", "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" : "

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

\n@param errorMessage An error code returned by the namespace deletion task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

An error code returned by the namespace deletion task.

\n@return An error code returned by the namespace deletion task.", "getterModel" : { "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" : "

An error code returned by the namespace deletion task.

\n@param errorMessage An error code returned by the namespace deletion task.", "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" : "

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCodeAsString(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" : "

An error code returned by the namespace deletion task.

", "endpointDiscoveryId" : false, "enumType" : "NamespaceDeletionStatusErrorCodes", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "errorCode", "fluentEnumSetterMethodName" : "errorCode", "fluentGetterMethodName" : "errorCodeAsString", "fluentSetterDocumentation" : "

An error code returned by the namespace deletion task.

\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatusErrorCodes", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

An error code returned by the namespace deletion task.

\n

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

\n@return An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes", "getterModel" : { "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" : "

An error code returned by the namespace deletion task.

\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes", "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" : "

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

\n@param errorMessage An error code returned by the namespace deletion task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

An error code returned by the namespace deletion task.

\n@return An error code returned by the namespace deletion task.", "getterModel" : { "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" : "

An error code returned by the namespace deletion task.

\n@param errorMessage An error code returned by the namespace deletion task.", "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" : "

An error code returned by the namespace deletion task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceArn" : { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace that 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)", "deprecated" : false, "documentation" : "

The ARN of the namespace that is being deleted.

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

The ARN of the namespace that is being deleted.

\n@param namespaceArn The ARN of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceArn", "getterDocumentation" : "

The ARN of the namespace that is being deleted.

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

The ARN of the namespace that is being deleted.

\n@param namespaceArn The ARN of the namespace that is being deleted.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace that is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceName" : { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace that 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)", "deprecated" : false, "documentation" : "

The name of the namespace that is being deleted.

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

The name of the namespace that is being deleted.

\n@param namespaceName The name of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceName", "getterDocumentation" : "

The name of the namespace that is being deleted.

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

The name of the namespace that is being deleted.

\n@param namespaceName The name of the namespace that is being deleted.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the namespace that is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "NamespaceDeletionStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the deletion request.

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

", "endpointDiscoveryId" : false, "enumType" : "NamespaceDeletionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the deletion request.

\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the deletion request.

\n

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

\n@return The status of the deletion request.\n@see NamespaceDeletionStatus", "getterModel" : { "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 deletion request.

\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus", "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 deletion request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the namespace that 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)", "deprecated" : false, "documentation" : "

The ARN of the namespace that is being deleted.

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

The ARN of the namespace that is being deleted.

\n@param namespaceArn The ARN of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceArn", "getterDocumentation" : "

The ARN of the namespace that is being deleted.

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

The ARN of the namespace that is being deleted.

\n@param namespaceArn The ARN of the namespace that is being deleted.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the namespace that is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the namespace that 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)", "deprecated" : false, "documentation" : "

The name of the namespace that is being deleted.

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

The name of the namespace that is being deleted.

\n@param namespaceName The name of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceName", "getterDocumentation" : "

The name of the namespace that is being deleted.

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

The name of the namespace that is being deleted.

\n@param namespaceName The name of the namespace that is being deleted.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the namespace that is being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "NamespaceDeletionStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the deletion request.

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

", "endpointDiscoveryId" : false, "enumType" : "NamespaceDeletionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the deletion request.

\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the deletion request.

\n

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

\n@return The status of the deletion request.\n@see NamespaceDeletionStatus", "getterModel" : { "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 deletion request.

\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus", "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 deletion request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorCodeAsString", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "errorCode", "c2jShape" : "NamespaceDeletionStatusErrorCodes", "defaultConsumerFluentSetterDocumentation" : "

An error code returned by the namespace deletion task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCodeAsString(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" : "

An error code returned by the namespace deletion task.

", "endpointDiscoveryId" : false, "enumType" : "NamespaceDeletionStatusErrorCodes", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "errorCode", "fluentEnumSetterMethodName" : "errorCode", "fluentGetterMethodName" : "errorCodeAsString", "fluentSetterDocumentation" : "

An error code returned by the namespace deletion task.

\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatusErrorCodes", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

An error code returned by the namespace deletion task.

\n

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

\n@return An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes", "getterModel" : { "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" : "

An error code returned by the namespace deletion task.

\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes", "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" : "

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

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

An error code returned by the namespace deletion task.

\n@param errorMessage An error code returned by the namespace deletion task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

An error code returned by the namespace deletion task.

\n@return An error code returned by the namespace deletion task.", "getterModel" : { "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" : "

An error code returned by the namespace deletion task.

\n@param errorMessage An error code returned by the namespace deletion task.", "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" : "

An error code returned by the namespace deletion task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetNamespaceDeletionStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetNamespaceDeletionStatusResponse", "variableName" : "getNamespaceDeletionStatusResponse", "variableType" : "GetNamespaceDeletionStatusResponse", "documentation" : null, "simpleType" : "GetNamespaceDeletionStatusResponse", "variableSetterType" : "GetNamespaceDeletionStatusResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetSystemInstanceRequest" : { "c2jName" : "GetSystemInstanceRequest", "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" : "GetSystemInstance", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetSystemInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

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

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@return The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "getterModel" : { "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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

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

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@return The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "getterModel" : { "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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

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

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@return The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "getterModel" : { "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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME", "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 ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "GetSystemInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSystemInstanceRequest", "variableName" : "getSystemInstanceRequest", "variableType" : "GetSystemInstanceRequest", "documentation" : null, "simpleType" : "GetSystemInstanceRequest", "variableSetterType" : "GetSystemInstanceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSystemInstanceResponse" : { "c2jName" : "GetSystemInstanceResponse", "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" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "SystemInstanceDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that describes the system instance.

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

An object that describes the system instance.

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

An object that describes the system instance.

\n@param description An object that describes the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

An object that describes the system instance.

\n@return An object that describes the system instance.", "getterModel" : { "returnType" : "SystemInstanceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

An object that describes the system instance.

\n@param description An object that describes the system instance.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "description", "variableType" : "SystemInstanceDescription", "documentation" : null, "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "description", "variableType" : "SystemInstanceDescription", "documentation" : "

An object that describes the system instance.

", "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "SystemInstanceDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that describes the system instance.

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

An object that describes the system instance.

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

An object that describes the system instance.

\n@param description An object that describes the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

An object that describes the system instance.

\n@return An object that describes the system instance.", "getterModel" : { "returnType" : "SystemInstanceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

An object that describes the system instance.

\n@param description An object that describes the system instance.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "description", "variableType" : "SystemInstanceDescription", "documentation" : null, "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "description", "variableType" : "SystemInstanceDescription", "documentation" : "

An object that describes the system instance.

", "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "SystemInstanceDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that describes the system instance.

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

An object that describes the system instance.

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

An object that describes the system instance.

\n@param description An object that describes the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

An object that describes the system instance.

\n@return An object that describes the system instance.", "getterModel" : { "returnType" : "SystemInstanceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

An object that describes the system instance.

\n@param description An object that describes the system instance.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "description", "variableType" : "SystemInstanceDescription", "documentation" : null, "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "description", "variableType" : "SystemInstanceDescription", "documentation" : "

An object that describes the system instance.

", "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSystemInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetSystemInstanceResponse", "variableName" : "getSystemInstanceResponse", "variableType" : "GetSystemInstanceResponse", "documentation" : null, "simpleType" : "GetSystemInstanceResponse", "variableSetterType" : "GetSystemInstanceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetSystemTemplateRequest" : { "c2jName" : "GetSystemTemplateRequest", "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" : "GetSystemTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetSystemTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The number that specifies the revision of the system to get.

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

The number that specifies the revision of the system to get.

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

The number that specifies the revision of the system to get.

\n@param revisionNumber The number that specifies the revision of the system to get.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The number that specifies the revision of the system to get.

\n@return The number that specifies the revision of the system to get.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The number that specifies the revision of the system to get.

\n@param revisionNumber The number that specifies the revision of the system to get.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The number that specifies the revision of the system to get.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RevisionNumber" : { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The number that specifies the revision of the system to get.

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

The number that specifies the revision of the system to get.

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

The number that specifies the revision of the system to get.

\n@param revisionNumber The number that specifies the revision of the system to get.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The number that specifies the revision of the system to get.

\n@return The number that specifies the revision of the system to get.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The number that specifies the revision of the system to get.

\n@param revisionNumber The number that specifies the revision of the system to get.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The number that specifies the revision of the system to get.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The number that specifies the revision of the system to get.

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

The number that specifies the revision of the system to get.

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

The number that specifies the revision of the system to get.

\n@param revisionNumber The number that specifies the revision of the system to get.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The number that specifies the revision of the system to get.

\n@return The number that specifies the revision of the system to get.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The number that specifies the revision of the system to get.

\n@param revisionNumber The number that specifies the revision of the system to get.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The number that specifies the revision of the system to get.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "GetSystemTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSystemTemplateRequest", "variableName" : "getSystemTemplateRequest", "variableType" : "GetSystemTemplateRequest", "documentation" : null, "simpleType" : "GetSystemTemplateRequest", "variableSetterType" : "GetSystemTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSystemTemplateResponse" : { "c2jName" : "GetSystemTemplateResponse", "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" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "SystemTemplateDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary data about the system.

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

An object that contains summary data about the system.

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

An object that contains summary data about the system.

\n@param description An object that contains summary data about the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

An object that contains summary data about the system.

\n@return An object that contains summary data about the system.", "getterModel" : { "returnType" : "SystemTemplateDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

An object that contains summary data about the system.

\n@param description An object that contains summary data about the system.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "description", "variableType" : "SystemTemplateDescription", "documentation" : null, "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "description", "variableType" : "SystemTemplateDescription", "documentation" : "

An object that contains summary data about the system.

", "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "SystemTemplateDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary data about the system.

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

An object that contains summary data about the system.

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

An object that contains summary data about the system.

\n@param description An object that contains summary data about the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

An object that contains summary data about the system.

\n@return An object that contains summary data about the system.", "getterModel" : { "returnType" : "SystemTemplateDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

An object that contains summary data about the system.

\n@param description An object that contains summary data about the system.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "description", "variableType" : "SystemTemplateDescription", "documentation" : null, "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "description", "variableType" : "SystemTemplateDescription", "documentation" : "

An object that contains summary data about the system.

", "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "SystemTemplateDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary data about the system.

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

An object that contains summary data about the system.

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

An object that contains summary data about the system.

\n@param description An object that contains summary data about the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

An object that contains summary data about the system.

\n@return An object that contains summary data about the system.", "getterModel" : { "returnType" : "SystemTemplateDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

An object that contains summary data about the system.

\n@param description An object that contains summary data about the system.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "description", "variableType" : "SystemTemplateDescription", "documentation" : null, "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "description", "variableType" : "SystemTemplateDescription", "documentation" : "

An object that contains summary data about the system.

", "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSystemTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetSystemTemplateResponse", "variableName" : "getSystemTemplateResponse", "variableType" : "GetSystemTemplateResponse", "documentation" : null, "simpleType" : "GetSystemTemplateResponse", "variableSetterType" : "GetSystemTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetSystemTemplateRevisionsRequest" : { "c2jName" : "GetSystemTemplateRevisionsRequest", "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" : "GetSystemTemplateRevisions", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetSystemTemplateRevisions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id" ], "shapeName" : "GetSystemTemplateRevisionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSystemTemplateRevisionsRequest", "variableName" : "getSystemTemplateRevisionsRequest", "variableType" : "GetSystemTemplateRevisionsRequest", "documentation" : null, "simpleType" : "GetSystemTemplateRevisionsRequest", "variableSetterType" : "GetSystemTemplateRevisionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSystemTemplateRevisionsResponse" : { "c2jName" : "GetSystemTemplateRevisionsResponse", "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" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

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

An array of objects that contain summary data about the system template revisions.

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

An array of objects that contain summary data about the system template revisions.

\n@param summaries An array of objects that contain summary data about the system template revisions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

\n

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

\n@return An array of objects that contain summary data about the system template revisions.", "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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)", "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" : "SystemTemplateSummary", "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" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : "", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

\n@param summaries An array of objects that contain summary data about the system template revisions.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary data about the system template revisions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

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

An array of objects that contain summary data about the system template revisions.

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

An array of objects that contain summary data about the system template revisions.

\n@param summaries An array of objects that contain summary data about the system template revisions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

\n

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

\n@return An array of objects that contain summary data about the system template revisions.", "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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)", "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" : "SystemTemplateSummary", "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" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : "", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

\n@param summaries An array of objects that contain summary data about the system template revisions.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary data about the system template revisions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

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

An array of objects that contain summary data about the system template revisions.

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

An array of objects that contain summary data about the system template revisions.

\n@param summaries An array of objects that contain summary data about the system template revisions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

\n

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

\n@return An array of objects that contain summary data about the system template revisions.", "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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)", "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" : "SystemTemplateSummary", "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" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : "", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary data about the system template revisions.

\n@param summaries An array of objects that contain summary data about the system template revisions.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary data about the system template revisions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSystemTemplateRevisionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetSystemTemplateRevisionsResponse", "variableName" : "getSystemTemplateRevisionsResponse", "variableType" : "GetSystemTemplateRevisionsResponse", "documentation" : null, "simpleType" : "GetSystemTemplateRevisionsResponse", "variableSetterType" : "GetSystemTemplateRevisionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetUploadStatusRequest" : { "c2jName" : "GetUploadStatusRequest", "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" : "GetUploadStatus", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.GetUploadStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

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

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

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

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@param uploadId The ID of the upload. This value is returned by the UploadEntityDefinitions action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@return The ID of the upload. This value is returned by the UploadEntityDefinitions action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@param uploadId The ID of the upload. This value is returned by the UploadEntityDefinitions action.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

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

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

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

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@param uploadId The ID of the upload. This value is returned by the UploadEntityDefinitions action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@return The ID of the upload. This value is returned by the UploadEntityDefinitions action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@param uploadId The ID of the upload. This value is returned by the UploadEntityDefinitions action.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

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

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

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

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@param uploadId The ID of the upload. This value is returned by the UploadEntityDefinitions action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@return The ID of the upload. This value is returned by the UploadEntityDefinitions action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

\n@param uploadId The ID of the upload. This value is returned by the UploadEntityDefinitions action.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID of the upload. This value is returned by the UploadEntityDefinitions action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "uploadId" ], "shapeName" : "GetUploadStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetUploadStatusRequest", "variableName" : "getUploadStatusRequest", "variableType" : "GetUploadStatusRequest", "documentation" : null, "simpleType" : "GetUploadStatusRequest", "variableSetterType" : "GetUploadStatusRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetUploadStatusResponse" : { "c2jName" : "GetUploadStatusResponse", "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" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

\n@param uploadId The ID of the upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadStatusAsString", "beanStyleSetterMethodName" : "setUploadStatus", "c2jName" : "uploadStatus", "c2jShape" : "UploadStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

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

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

", "endpointDiscoveryId" : false, "enumType" : "UploadStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "uploadStatus", "fluentEnumSetterMethodName" : "uploadStatus", "fluentGetterMethodName" : "uploadStatusAsString", "fluentSetterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n@param uploadStatus The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UploadStatus", "fluentSetterMethodName" : "uploadStatus", "getterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n

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

\n@return The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadStatus", "sensitive" : false, "setterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n@param uploadStatus The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus", "setterMethodName" : "setUploadStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadStatus", "variableType" : "String", "documentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

\n@param namespaceArn The ARN of the upload.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

\n@param namespaceName The name of the upload's namespace.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the upload's namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The reason for an upload failure.

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

The reason for an upload failure.

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

The reason for an upload failure.

\n@param failureReason The reason for an upload failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for an upload failure.

\n

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

\n@return The reason for an upload failure.", "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" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "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" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for an upload failure.

\n@param failureReason The reason for an upload failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failureReason", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failureReason", "variableType" : "java.util.List", "documentation" : "

The reason for an upload failure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedDate", "beanStyleSetterMethodName" : "setCreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date at which the upload 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)", "deprecated" : false, "documentation" : "

The date at which the upload was created.

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

The date at which the upload was created.

\n@param createdDate The date at which the upload was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdDate", "getterDocumentation" : "

The date at which the upload was created.

\n@return The date at which the upload 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" : "createdDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedDate", "sensitive" : false, "setterDocumentation" : "

The date at which the upload was created.

\n@param createdDate The date at which the upload was created.", "setterMethodName" : "setCreatedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdDate", "variableType" : "java.time.Instant", "documentation" : "

The date at which the upload was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedDate" : { "beanStyleGetterMethodName" : "getCreatedDate", "beanStyleSetterMethodName" : "setCreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date at which the upload 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)", "deprecated" : false, "documentation" : "

The date at which the upload was created.

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

The date at which the upload was created.

\n@param createdDate The date at which the upload was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdDate", "getterDocumentation" : "

The date at which the upload was created.

\n@return The date at which the upload 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" : "createdDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedDate", "sensitive" : false, "setterDocumentation" : "

The date at which the upload was created.

\n@param createdDate The date at which the upload was created.", "setterMethodName" : "setCreatedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdDate", "variableType" : "java.time.Instant", "documentation" : "

The date at which the upload was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The reason for an upload failure.

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

The reason for an upload failure.

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

The reason for an upload failure.

\n@param failureReason The reason for an upload failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for an upload failure.

\n

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

\n@return The reason for an upload failure.", "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" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "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" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for an upload failure.

\n@param failureReason The reason for an upload failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failureReason", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failureReason", "variableType" : "java.util.List", "documentation" : "

The reason for an upload failure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceArn" : { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

\n@param namespaceArn The ARN of the upload.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceName" : { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

\n@param namespaceName The name of the upload's namespace.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the upload's namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceVersion" : { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

\n@param uploadId The ID of the upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadStatus" : { "beanStyleGetterMethodName" : "getUploadStatusAsString", "beanStyleSetterMethodName" : "setUploadStatus", "c2jName" : "uploadStatus", "c2jShape" : "UploadStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

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

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

", "endpointDiscoveryId" : false, "enumType" : "UploadStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "uploadStatus", "fluentEnumSetterMethodName" : "uploadStatus", "fluentGetterMethodName" : "uploadStatusAsString", "fluentSetterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n@param uploadStatus The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UploadStatus", "fluentSetterMethodName" : "uploadStatus", "getterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n

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

\n@return The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadStatus", "sensitive" : false, "setterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n@param uploadStatus The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus", "setterMethodName" : "setUploadStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadStatus", "variableType" : "String", "documentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

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

The ID of the upload.

\n@param uploadId The ID of the upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadStatusAsString", "beanStyleSetterMethodName" : "setUploadStatus", "c2jName" : "uploadStatus", "c2jShape" : "UploadStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

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

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

", "endpointDiscoveryId" : false, "enumType" : "UploadStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "uploadStatus", "fluentEnumSetterMethodName" : "uploadStatus", "fluentGetterMethodName" : "uploadStatusAsString", "fluentSetterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n@param uploadStatus The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UploadStatus", "fluentSetterMethodName" : "uploadStatus", "getterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n

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

\n@return The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadStatus", "sensitive" : false, "setterDocumentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

\n@param uploadStatus The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.\n@see UploadStatus", "setterMethodName" : "setUploadStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadStatus", "variableType" : "String", "documentation" : "

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceArn", "beanStyleSetterMethodName" : "setNamespaceArn", "c2jName" : "namespaceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

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

The ARN of the upload.

\n@param namespaceArn The ARN of the upload.", "setterMethodName" : "setNamespaceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceArn", "variableType" : "String", "documentation" : "

The ARN of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceName", "beanStyleSetterMethodName" : "setNamespaceName", "c2jName" : "namespaceName", "c2jShape" : "NamespaceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

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

The name of the upload's namespace.

\n@param namespaceName The name of the upload's namespace.", "setterMethodName" : "setNamespaceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "namespaceName", "variableType" : "String", "documentation" : "

The name of the upload's namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The reason for an upload failure.

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

The reason for an upload failure.

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

The reason for an upload failure.

\n@param failureReason The reason for an upload failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for an upload failure.

\n

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

\n@return The reason for an upload failure.", "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" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "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" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for an upload failure.

\n@param failureReason The reason for an upload failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failureReason", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failureReason", "variableType" : "java.util.List", "documentation" : "

The reason for an upload failure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedDate", "beanStyleSetterMethodName" : "setCreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date at which the upload 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)", "deprecated" : false, "documentation" : "

The date at which the upload was created.

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

The date at which the upload was created.

\n@param createdDate The date at which the upload was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdDate", "getterDocumentation" : "

The date at which the upload was created.

\n@return The date at which the upload 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" : "createdDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedDate", "sensitive" : false, "setterDocumentation" : "

The date at which the upload was created.

\n@param createdDate The date at which the upload was created.", "setterMethodName" : "setCreatedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdDate", "variableType" : "java.time.Instant", "documentation" : "

The date at which the upload was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "uploadId", "uploadStatus", "createdDate" ], "shapeName" : "GetUploadStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetUploadStatusResponse", "variableName" : "getUploadStatusResponse", "variableType" : "GetUploadStatusResponse", "documentation" : null, "simpleType" : "GetUploadStatusResponse", "variableSetterType" : "GetUploadStatusResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InternalFailureException" : { "c2jName" : "InternalFailureException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalFailureException", "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" : "InternalFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidRequestException" : { "c2jName" : "InvalidRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRequestException", "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" : "InvalidRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRequestException", "variableName" : "invalidRequestException", "variableType" : "InvalidRequestException", "documentation" : null, "simpleType" : "InvalidRequestException", "variableSetterType" : "InvalidRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListFlowExecutionMessagesRequest" : { "c2jName" : "ListFlowExecutionMessagesRequest", "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" : "ListFlowExecutionMessages", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.ListFlowExecutionMessages", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FlowExecutionId" : { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of the flow execution.

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

The ID of the flow execution.

\n@param flowExecutionId The ID of the flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of the flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

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

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

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

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "flowExecutionId" ], "shapeName" : "ListFlowExecutionMessagesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListFlowExecutionMessagesRequest", "variableName" : "listFlowExecutionMessagesRequest", "variableType" : "ListFlowExecutionMessagesRequest", "documentation" : null, "simpleType" : "ListFlowExecutionMessagesRequest", "variableSetterType" : "ListFlowExecutionMessagesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListFlowExecutionMessagesResponse" : { "c2jName" : "ListFlowExecutionMessagesResponse", "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" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "messages", "c2jShape" : "FlowExecutionMessages", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

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

A list of objects that contain information about events in the specified flow execution.

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

A list of objects that contain information about events in the specified flow execution.

\n@param messages A list of objects that contain information about events in the specified flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

\n

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

\n@return A list of objects that contain information about events in the specified flow execution.", "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" : "FlowExecutionMessage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowExecutionMessage.Builder} avoiding the need to create one manually via {@link FlowExecutionMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowExecutionMessage.Builder#build()} is called immediately and its result is passed to {@link #member(FlowExecutionMessage)}.\n@param member a consumer that will call methods on {@link FlowExecutionMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowExecutionMessage)", "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" : "FlowExecutionMessage", "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" : "FlowExecutionMessage", "variableName" : "member", "variableType" : "FlowExecutionMessage", "documentation" : null, "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowExecutionMessage", "variableName" : "member", "variableType" : "FlowExecutionMessage", "documentation" : "", "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowExecutionMessage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowExecutionMessage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Messages", "sensitive" : false, "setterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

\n@param messages A list of objects that contain information about events in the specified flow execution.", "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" : "

A list of objects that contain information about events in the specified flow execution.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Messages" : { "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "messages", "c2jShape" : "FlowExecutionMessages", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

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

A list of objects that contain information about events in the specified flow execution.

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

A list of objects that contain information about events in the specified flow execution.

\n@param messages A list of objects that contain information about events in the specified flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

\n

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

\n@return A list of objects that contain information about events in the specified flow execution.", "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" : "FlowExecutionMessage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowExecutionMessage.Builder} avoiding the need to create one manually via {@link FlowExecutionMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowExecutionMessage.Builder#build()} is called immediately and its result is passed to {@link #member(FlowExecutionMessage)}.\n@param member a consumer that will call methods on {@link FlowExecutionMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowExecutionMessage)", "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" : "FlowExecutionMessage", "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" : "FlowExecutionMessage", "variableName" : "member", "variableType" : "FlowExecutionMessage", "documentation" : null, "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowExecutionMessage", "variableName" : "member", "variableType" : "FlowExecutionMessage", "documentation" : "", "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowExecutionMessage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowExecutionMessage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Messages", "sensitive" : false, "setterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

\n@param messages A list of objects that contain information about events in the specified flow execution.", "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" : "

A list of objects that contain information about events in the specified flow execution.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "messages", "c2jShape" : "FlowExecutionMessages", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

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

A list of objects that contain information about events in the specified flow execution.

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

A list of objects that contain information about events in the specified flow execution.

\n@param messages A list of objects that contain information about events in the specified flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

\n

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

\n@return A list of objects that contain information about events in the specified flow execution.", "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" : "FlowExecutionMessage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowExecutionMessage.Builder} avoiding the need to create one manually via {@link FlowExecutionMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowExecutionMessage.Builder#build()} is called immediately and its result is passed to {@link #member(FlowExecutionMessage)}.\n@param member a consumer that will call methods on {@link FlowExecutionMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowExecutionMessage)", "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" : "FlowExecutionMessage", "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" : "FlowExecutionMessage", "variableName" : "member", "variableType" : "FlowExecutionMessage", "documentation" : null, "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowExecutionMessage", "variableName" : "member", "variableType" : "FlowExecutionMessage", "documentation" : "", "simpleType" : "FlowExecutionMessage", "variableSetterType" : "FlowExecutionMessage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowExecutionMessage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowExecutionMessage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Messages", "sensitive" : false, "setterDocumentation" : "

A list of objects that contain information about events in the specified flow execution.

\n@param messages A list of objects that contain information about events in the specified flow execution.", "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" : "

A list of objects that contain information about events in the specified flow execution.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

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

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFlowExecutionMessagesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListFlowExecutionMessagesResponse", "variableName" : "listFlowExecutionMessagesResponse", "variableType" : "ListFlowExecutionMessagesResponse", "documentation" : null, "simpleType" : "ListFlowExecutionMessagesResponse", "variableSetterType" : "ListFlowExecutionMessagesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of tags to return.

\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 tags to return.

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

The maximum number of tags to return.

\n@param maxResults The maximum number of tags to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of tags to return.

\n@return The maximum number of tags to return.", "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" : "maxResults", "queryString" : false, "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 tags to return.

\n@param maxResults The maximum number of tags to return.", "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 tags to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

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

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are to be returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be returned.", "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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that specifies the next page of results to return.

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

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

The token that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that specifies the next page of results to return.

\n@return The token that specifies the next page of results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.", "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 that specifies the next page of results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of tags to return.

\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 tags to return.

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

The maximum number of tags to return.

\n@param maxResults The maximum number of tags to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of tags to return.

\n@return The maximum number of tags to return.", "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" : "maxResults", "queryString" : false, "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 tags to return.

\n@param maxResults The maximum number of tags to return.", "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 tags to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that specifies the next page of results to return.

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

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

The token that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that specifies the next page of results to return.

\n@return The token that specifies the next page of results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.", "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 that specifies the next page of results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are to be returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be returned.", "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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of tags to return.

\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 tags to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of tags to return.

\n@param maxResults The maximum number of tags to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of tags to return.

\n@return The maximum number of tags to return.", "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" : "maxResults", "queryString" : false, "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 tags to return.

\n@param maxResults The maximum number of tags to return.", "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 tags to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are to be returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be returned.", "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 Amazon Resource Name (ARN) of the resource whose tags are to be returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that specifies the next page of results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that specifies the next page of results to return.

\n@return The token that specifies the next page of results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.", "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 that specifies the next page of results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #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" : "

List of tags returned by the ListTagsForResource operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return List of tags returned by the ListTagsForResource operation.", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.", "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" : "

List of tags returned by the ListTagsForResource operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that specifies the next page of results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that specifies the next page of results to return.

\n@return The token that specifies the next page of results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.", "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 that specifies the next page of results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that specifies the next page of results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that specifies the next page of results to return.

\n@return The token that specifies the next page of results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.", "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 that specifies the next page of results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #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" : "

List of tags returned by the ListTagsForResource operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return List of tags returned by the ListTagsForResource operation.", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.", "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" : "

List of tags returned by the ListTagsForResource operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #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" : "

List of tags returned by the ListTagsForResource operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return List of tags returned by the ListTagsForResource operation.", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.", "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" : "

List of tags returned by the ListTagsForResource operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that specifies the next page of results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that specifies the next page of results to return.

\n@return The token that specifies the next page of results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 that specifies the next page of results to return.

\n@param nextToken The token that specifies the next page of results to return.", "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 that specifies the next page of results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "MetricsConfiguration" : { "c2jName" : "MetricsConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.

", "endpointDiscovery" : 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" : "getCloudMetricEnabled", "beanStyleSetterMethodName" : "setCloudMetricEnabled", "c2jName" : "cloudMetricEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\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 #cloudMetricEnabled(Boolean)}.\n@param cloudMetricEnabled 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 #cloudMetricEnabled(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether cloud metrics are collected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudMetricEnabled", "fluentSetterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@param cloudMetricEnabled A Boolean that specifies whether cloud metrics are collected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudMetricEnabled", "getterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@return A Boolean that specifies whether cloud metrics are collected.", "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" : "cloudMetricEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "cloudMetricEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CloudMetricEnabled", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@param cloudMetricEnabled A Boolean that specifies whether cloud metrics are collected.", "setterMethodName" : "setCloudMetricEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudMetricEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudMetricEnabled", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether cloud metrics are collected.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetricRuleRoleArn", "beanStyleSetterMethodName" : "setMetricRuleRoleArn", "c2jName" : "metricRuleRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricRuleRoleArn(String)}.\n@param metricRuleRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricRuleRoleArn(String)", "deprecated" : false, "documentation" : "

The ARN of the role that is used to collect cloud metrics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricRuleRoleArn", "fluentSetterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@param metricRuleRoleArn The ARN of the role that is used to collect cloud metrics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricRuleRoleArn", "getterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@return The ARN of the role that is used to collect cloud metrics.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricRuleRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricRuleRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricRuleRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@param metricRuleRoleArn The ARN of the role that is used to collect cloud metrics.", "setterMethodName" : "setMetricRuleRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricRuleRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricRuleRoleArn", "variableType" : "String", "documentation" : "

The ARN of the role that is used to collect cloud metrics.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudMetricEnabled" : { "beanStyleGetterMethodName" : "getCloudMetricEnabled", "beanStyleSetterMethodName" : "setCloudMetricEnabled", "c2jName" : "cloudMetricEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\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 #cloudMetricEnabled(Boolean)}.\n@param cloudMetricEnabled 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 #cloudMetricEnabled(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether cloud metrics are collected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudMetricEnabled", "fluentSetterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@param cloudMetricEnabled A Boolean that specifies whether cloud metrics are collected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudMetricEnabled", "getterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@return A Boolean that specifies whether cloud metrics are collected.", "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" : "cloudMetricEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "cloudMetricEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CloudMetricEnabled", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@param cloudMetricEnabled A Boolean that specifies whether cloud metrics are collected.", "setterMethodName" : "setCloudMetricEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudMetricEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudMetricEnabled", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether cloud metrics are collected.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricRuleRoleArn" : { "beanStyleGetterMethodName" : "getMetricRuleRoleArn", "beanStyleSetterMethodName" : "setMetricRuleRoleArn", "c2jName" : "metricRuleRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricRuleRoleArn(String)}.\n@param metricRuleRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricRuleRoleArn(String)", "deprecated" : false, "documentation" : "

The ARN of the role that is used to collect cloud metrics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricRuleRoleArn", "fluentSetterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@param metricRuleRoleArn The ARN of the role that is used to collect cloud metrics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricRuleRoleArn", "getterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@return The ARN of the role that is used to collect cloud metrics.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricRuleRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricRuleRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricRuleRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@param metricRuleRoleArn The ARN of the role that is used to collect cloud metrics.", "setterMethodName" : "setMetricRuleRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricRuleRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricRuleRoleArn", "variableType" : "String", "documentation" : "

The ARN of the role that is used to collect cloud metrics.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCloudMetricEnabled", "beanStyleSetterMethodName" : "setCloudMetricEnabled", "c2jName" : "cloudMetricEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\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 #cloudMetricEnabled(Boolean)}.\n@param cloudMetricEnabled 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 #cloudMetricEnabled(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether cloud metrics are collected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudMetricEnabled", "fluentSetterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@param cloudMetricEnabled A Boolean that specifies whether cloud metrics are collected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudMetricEnabled", "getterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@return A Boolean that specifies whether cloud metrics are collected.", "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" : "cloudMetricEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "cloudMetricEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CloudMetricEnabled", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether cloud metrics are collected.

\n@param cloudMetricEnabled A Boolean that specifies whether cloud metrics are collected.", "setterMethodName" : "setCloudMetricEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudMetricEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cloudMetricEnabled", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether cloud metrics are collected.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetricRuleRoleArn", "beanStyleSetterMethodName" : "setMetricRuleRoleArn", "c2jName" : "metricRuleRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricRuleRoleArn(String)}.\n@param metricRuleRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricRuleRoleArn(String)", "deprecated" : false, "documentation" : "

The ARN of the role that is used to collect cloud metrics.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricRuleRoleArn", "fluentSetterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@param metricRuleRoleArn The ARN of the role that is used to collect cloud metrics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricRuleRoleArn", "getterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@return The ARN of the role that is used to collect cloud metrics.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricRuleRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricRuleRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricRuleRoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the role that is used to collect cloud metrics.

\n@param metricRuleRoleArn The ARN of the role that is used to collect cloud metrics.", "setterMethodName" : "setMetricRuleRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricRuleRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricRuleRoleArn", "variableType" : "String", "documentation" : "

The ARN of the role that is used to collect cloud metrics.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MetricsConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "NamespaceDeletionStatus" : { "c2jName" : "NamespaceDeletionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "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" : "NamespaceDeletionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NamespaceDeletionStatus", "variableName" : "namespaceDeletionStatus", "variableType" : "NamespaceDeletionStatus", "documentation" : null, "simpleType" : "NamespaceDeletionStatus", "variableSetterType" : "NamespaceDeletionStatus" }, "wrapper" : false, "xmlNamespace" : null }, "NamespaceDeletionStatusErrorCodes" : { "c2jName" : "NamespaceDeletionStatusErrorCodes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VALIDATION_FAILED", "value" : "VALIDATION_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" : "NamespaceDeletionStatusErrorCodes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NamespaceDeletionStatusErrorCodes", "variableName" : "namespaceDeletionStatusErrorCodes", "variableType" : "NamespaceDeletionStatusErrorCodes", "documentation" : null, "simpleType" : "NamespaceDeletionStatusErrorCodes", "variableSetterType" : "NamespaceDeletionStatusErrorCodes" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceAlreadyExistsException", "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" : "ResourceAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceAlreadyExistsException", "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceInUseException", "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" : "ResourceInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "SearchEntitiesRequest" : { "c2jName" : "SearchEntitiesRequest", "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" : "SearchEntities", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.SearchEntities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEntityTypesAsStrings", "beanStyleSetterMethodName" : "setEntityTypesWithStrings", "c2jName" : "entityTypes", "c2jShape" : "EntityTypes", "defaultConsumerFluentSetterDocumentation" : "

The entity types for which to search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entityTypesAsStrings(List)}.\n@param entityTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityTypesWithStrings(List)", "deprecated" : false, "documentation" : "

The entity types for which to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "entityTypes", "fluentEnumSetterMethodName" : "entityTypes", "fluentGetterMethodName" : "entityTypesAsStrings", "fluentSetterDocumentation" : "

The entity types for which to search.

\n@param entityTypes The entity types for which to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityTypesWithStrings", "getterDocumentation" : "

The entity types for which to search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The entity types for which to search.", "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" : "entityTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EntityType", "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 #memberAsString(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" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EntityType", "getterModel" : { "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.\n@see EntityType", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EntityTypes", "sensitive" : false, "setterDocumentation" : "

The entity types for which to search.

\n@param entityTypes The entity types for which to search.", "setterMethodName" : "setEntityTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "entityTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "entityTypes", "variableType" : "java.util.List", "documentation" : "

The entity types for which to search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "EntityFilters", "defaultConsumerFluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "EntityFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityFilter.Builder} avoiding the need to create one manually via {@link EntityFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityFilter.Builder#build()} is called immediately and its result is passed to {@link #member(EntityFilter)}.\n@param member a consumer that will call methods on {@link EntityFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityFilter)", "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" : "EntityFilter", "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" : "EntityFilter", "variableName" : "member", "variableType" : "EntityFilter", "documentation" : null, "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EntityFilter", "variableName" : "member", "variableType" : "EntityFilter", "documentation" : "", "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EntityFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EntityFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #namespaceVersion(Long)}.\n@param namespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "namespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EntityTypes" : { "beanStyleGetterMethodName" : "getEntityTypesAsStrings", "beanStyleSetterMethodName" : "setEntityTypesWithStrings", "c2jName" : "entityTypes", "c2jShape" : "EntityTypes", "defaultConsumerFluentSetterDocumentation" : "

The entity types for which to search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entityTypesAsStrings(List)}.\n@param entityTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityTypesWithStrings(List)", "deprecated" : false, "documentation" : "

The entity types for which to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "entityTypes", "fluentEnumSetterMethodName" : "entityTypes", "fluentGetterMethodName" : "entityTypesAsStrings", "fluentSetterDocumentation" : "

The entity types for which to search.

\n@param entityTypes The entity types for which to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityTypesWithStrings", "getterDocumentation" : "

The entity types for which to search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The entity types for which to search.", "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" : "entityTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EntityType", "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 #memberAsString(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" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EntityType", "getterModel" : { "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.\n@see EntityType", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EntityTypes", "sensitive" : false, "setterDocumentation" : "

The entity types for which to search.

\n@param entityTypes The entity types for which to search.", "setterMethodName" : "setEntityTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "entityTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "entityTypes", "variableType" : "java.util.List", "documentation" : "

The entity types for which to search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "EntityFilters", "defaultConsumerFluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "EntityFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityFilter.Builder} avoiding the need to create one manually via {@link EntityFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityFilter.Builder#build()} is called immediately and its result is passed to {@link #member(EntityFilter)}.\n@param member a consumer that will call methods on {@link EntityFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityFilter)", "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" : "EntityFilter", "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" : "EntityFilter", "variableName" : "member", "variableType" : "EntityFilter", "documentation" : null, "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EntityFilter", "variableName" : "member", "variableType" : "EntityFilter", "documentation" : "", "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EntityFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EntityFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceVersion" : { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #namespaceVersion(Long)}.\n@param namespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "namespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEntityTypesAsStrings", "beanStyleSetterMethodName" : "setEntityTypesWithStrings", "c2jName" : "entityTypes", "c2jShape" : "EntityTypes", "defaultConsumerFluentSetterDocumentation" : "

The entity types for which to search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entityTypesAsStrings(List)}.\n@param entityTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityTypesWithStrings(List)", "deprecated" : false, "documentation" : "

The entity types for which to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "entityTypes", "fluentEnumSetterMethodName" : "entityTypes", "fluentGetterMethodName" : "entityTypesAsStrings", "fluentSetterDocumentation" : "

The entity types for which to search.

\n@param entityTypes The entity types for which to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityTypesWithStrings", "getterDocumentation" : "

The entity types for which to search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The entity types for which to search.", "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" : "entityTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EntityType", "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 #memberAsString(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" : "EntityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EntityType", "getterModel" : { "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.\n@see EntityType", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EntityTypes", "sensitive" : false, "setterDocumentation" : "

The entity types for which to search.

\n@param entityTypes The entity types for which to search.", "setterMethodName" : "setEntityTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "entityTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "entityTypes", "variableType" : "java.util.List", "documentation" : "

The entity types for which to search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "EntityFilters", "defaultConsumerFluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "EntityFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityFilter.Builder} avoiding the need to create one manually via {@link EntityFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityFilter.Builder#build()} is called immediately and its result is passed to {@link #member(EntityFilter)}.\n@param member a consumer that will call methods on {@link EntityFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityFilter)", "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" : "EntityFilter", "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" : "EntityFilter", "variableName" : "member", "variableType" : "EntityFilter", "documentation" : null, "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EntityFilter", "variableName" : "member", "variableType" : "EntityFilter", "documentation" : "", "simpleType" : "EntityFilter", "variableSetterType" : "EntityFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EntityFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EntityFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "

Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #namespaceVersion(Long)}.\n@param namespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "namespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "entityTypes" ], "shapeName" : "SearchEntitiesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SearchEntitiesRequest", "variableName" : "searchEntitiesRequest", "variableType" : "SearchEntitiesRequest", "documentation" : null, "simpleType" : "SearchEntitiesRequest", "variableSetterType" : "SearchEntitiesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SearchEntitiesResponse" : { "c2jName" : "SearchEntitiesResponse", "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" : "getDescriptions", "beanStyleSetterMethodName" : "setDescriptions", "c2jName" : "descriptions", "c2jShape" : "EntityDescriptions", "defaultConsumerFluentSetterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #descriptions(List)}.\n@param descriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descriptions(List)", "deprecated" : false, "documentation" : "

An array of descriptions for each entity returned in the search result.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "descriptions", "fluentSetterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n@param descriptions An array of descriptions for each entity returned in the search result.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descriptions", "getterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of descriptions for each entity returned in the search result.", "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" : "descriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "descriptions", "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" : "EntityDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityDescription.Builder} avoiding the need to create one manually via {@link EntityDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EntityDescription)}.\n@param member a consumer that will call methods on {@link EntityDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityDescription)", "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" : "EntityDescription", "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" : "EntityDescription", "variableName" : "member", "variableType" : "EntityDescription", "documentation" : null, "simpleType" : "EntityDescription", "variableSetterType" : "EntityDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EntityDescription", "variableName" : "member", "variableType" : "EntityDescription", "documentation" : "", "simpleType" : "EntityDescription", "variableSetterType" : "EntityDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EntityDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EntityDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Descriptions", "sensitive" : false, "setterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n@param descriptions An array of descriptions for each entity returned in the search result.", "setterMethodName" : "setDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : "

An array of descriptions for each entity returned in the search result.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Descriptions" : { "beanStyleGetterMethodName" : "getDescriptions", "beanStyleSetterMethodName" : "setDescriptions", "c2jName" : "descriptions", "c2jShape" : "EntityDescriptions", "defaultConsumerFluentSetterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #descriptions(List)}.\n@param descriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descriptions(List)", "deprecated" : false, "documentation" : "

An array of descriptions for each entity returned in the search result.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "descriptions", "fluentSetterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n@param descriptions An array of descriptions for each entity returned in the search result.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descriptions", "getterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of descriptions for each entity returned in the search result.", "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" : "descriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "descriptions", "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" : "EntityDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityDescription.Builder} avoiding the need to create one manually via {@link EntityDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EntityDescription)}.\n@param member a consumer that will call methods on {@link EntityDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityDescription)", "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" : "EntityDescription", "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" : "EntityDescription", "variableName" : "member", "variableType" : "EntityDescription", "documentation" : null, "simpleType" : "EntityDescription", "variableSetterType" : "EntityDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EntityDescription", "variableName" : "member", "variableType" : "EntityDescription", "documentation" : "", "simpleType" : "EntityDescription", "variableSetterType" : "EntityDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EntityDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EntityDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Descriptions", "sensitive" : false, "setterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n@param descriptions An array of descriptions for each entity returned in the search result.", "setterMethodName" : "setDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : "

An array of descriptions for each entity returned in the search result.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDescriptions", "beanStyleSetterMethodName" : "setDescriptions", "c2jName" : "descriptions", "c2jShape" : "EntityDescriptions", "defaultConsumerFluentSetterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #descriptions(List)}.\n@param descriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descriptions(List)", "deprecated" : false, "documentation" : "

An array of descriptions for each entity returned in the search result.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "descriptions", "fluentSetterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n@param descriptions An array of descriptions for each entity returned in the search result.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descriptions", "getterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of descriptions for each entity returned in the search result.", "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" : "descriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "descriptions", "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" : "EntityDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityDescription.Builder} avoiding the need to create one manually via {@link EntityDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EntityDescription)}.\n@param member a consumer that will call methods on {@link EntityDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityDescription)", "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" : "EntityDescription", "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" : "EntityDescription", "variableName" : "member", "variableType" : "EntityDescription", "documentation" : null, "simpleType" : "EntityDescription", "variableSetterType" : "EntityDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EntityDescription", "variableName" : "member", "variableType" : "EntityDescription", "documentation" : "", "simpleType" : "EntityDescription", "variableSetterType" : "EntityDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EntityDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EntityDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Descriptions", "sensitive" : false, "setterDocumentation" : "

An array of descriptions for each entity returned in the search result.

\n@param descriptions An array of descriptions for each entity returned in the search result.", "setterMethodName" : "setDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "descriptions", "variableType" : "java.util.List", "documentation" : "

An array of descriptions for each entity returned in the search result.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchEntitiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchEntitiesResponse", "variableName" : "searchEntitiesResponse", "variableType" : "SearchEntitiesResponse", "documentation" : null, "simpleType" : "SearchEntitiesResponse", "variableSetterType" : "SearchEntitiesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SearchFlowExecutionsRequest" : { "c2jName" : "SearchFlowExecutionsRequest", "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" : "SearchFlowExecutions", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.SearchFlowExecutions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSystemInstanceId", "beanStyleSetterMethodName" : "setSystemInstanceId", "c2jName" : "systemInstanceId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #systemInstanceId(String)}.\n@param systemInstanceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #systemInstanceId(String)", "deprecated" : false, "documentation" : "

The ID of the system instance that contains the flow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "systemInstanceId", "fluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "systemInstanceId", "getterDocumentation" : "

The ID of the system instance that contains the flow.

\n@return The ID of the system instance that contains the flow.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "systemInstanceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "systemInstanceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SystemInstanceId", "sensitive" : false, "setterDocumentation" : "

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.", "setterMethodName" : "setSystemInstanceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : "

The ID of the system instance that contains the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a flow execution.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowExecutionId(String)}.\n@param flowExecutionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowExecutionId(String)", "deprecated" : false, "documentation" : "

The ID of a flow execution.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowExecutionId", "fluentSetterDocumentation" : "

The ID of a flow execution.

\n@param flowExecutionId The ID of a flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of a flow execution.

\n@return The ID of a flow execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowExecutionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowExecutionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowExecutionId", "sensitive" : false, "setterDocumentation" : "

The ID of a flow execution.

\n@param flowExecutionId The ID of a flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of a flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time of the earliest flow execution to return.

\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 date and time of the earliest flow execution to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The date and time of the earliest flow execution to return.

\n@param startTime The date and time of the earliest flow execution to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The date and time of the earliest flow execution to return.

\n@return The date and time of the earliest flow execution to return.", "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 date and time of the earliest flow execution to return.

\n@param startTime The date and time of the earliest flow execution to return.", "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 date and time of the earliest flow execution to return.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time of the latest flow execution to return.

\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 date and time of the latest flow execution to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The date and time of the latest flow execution to return.

\n@param endTime The date and time of the latest flow execution to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The date and time of the latest flow execution to return.

\n@return The date and time of the latest flow execution to return.", "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 date and time of the latest flow execution to return.

\n@param endTime The date and time of the latest flow execution to return.", "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 date and time of the latest flow execution to return.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time of the latest flow execution to return.

\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 date and time of the latest flow execution to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The date and time of the latest flow execution to return.

\n@param endTime The date and time of the latest flow execution to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The date and time of the latest flow execution to return.

\n@return The date and time of the latest flow execution to return.", "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 date and time of the latest flow execution to return.

\n@param endTime The date and time of the latest flow execution to return.", "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 date and time of the latest flow execution to return.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowExecutionId" : { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a flow execution.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowExecutionId(String)}.\n@param flowExecutionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowExecutionId(String)", "deprecated" : false, "documentation" : "

The ID of a flow execution.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowExecutionId", "fluentSetterDocumentation" : "

The ID of a flow execution.

\n@param flowExecutionId The ID of a flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of a flow execution.

\n@return The ID of a flow execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowExecutionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowExecutionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowExecutionId", "sensitive" : false, "setterDocumentation" : "

The ID of a flow execution.

\n@param flowExecutionId The ID of a flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of a flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time of the earliest flow execution to return.

\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 date and time of the earliest flow execution to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The date and time of the earliest flow execution to return.

\n@param startTime The date and time of the earliest flow execution to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The date and time of the earliest flow execution to return.

\n@return The date and time of the earliest flow execution to return.", "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 date and time of the earliest flow execution to return.

\n@param startTime The date and time of the earliest flow execution to return.", "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 date and time of the earliest flow execution to return.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SystemInstanceId" : { "beanStyleGetterMethodName" : "getSystemInstanceId", "beanStyleSetterMethodName" : "setSystemInstanceId", "c2jName" : "systemInstanceId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #systemInstanceId(String)}.\n@param systemInstanceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #systemInstanceId(String)", "deprecated" : false, "documentation" : "

The ID of the system instance that contains the flow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "systemInstanceId", "fluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "systemInstanceId", "getterDocumentation" : "

The ID of the system instance that contains the flow.

\n@return The ID of the system instance that contains the flow.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "systemInstanceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "systemInstanceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SystemInstanceId", "sensitive" : false, "setterDocumentation" : "

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.", "setterMethodName" : "setSystemInstanceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : "

The ID of the system instance that contains the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSystemInstanceId", "beanStyleSetterMethodName" : "setSystemInstanceId", "c2jName" : "systemInstanceId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #systemInstanceId(String)}.\n@param systemInstanceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #systemInstanceId(String)", "deprecated" : false, "documentation" : "

The ID of the system instance that contains the flow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "systemInstanceId", "fluentSetterDocumentation" : "

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "systemInstanceId", "getterDocumentation" : "

The ID of the system instance that contains the flow.

\n@return The ID of the system instance that contains the flow.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "systemInstanceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "systemInstanceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SystemInstanceId", "sensitive" : false, "setterDocumentation" : "

The ID of the system instance that contains the flow.

\n@param systemInstanceId The ID of the system instance that contains the flow.", "setterMethodName" : "setSystemInstanceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "systemInstanceId", "variableType" : "String", "documentation" : "

The ID of the system instance that contains the flow.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowExecutionId", "beanStyleSetterMethodName" : "setFlowExecutionId", "c2jName" : "flowExecutionId", "c2jShape" : "FlowExecutionId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a flow execution.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowExecutionId(String)}.\n@param flowExecutionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowExecutionId(String)", "deprecated" : false, "documentation" : "

The ID of a flow execution.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowExecutionId", "fluentSetterDocumentation" : "

The ID of a flow execution.

\n@param flowExecutionId The ID of a flow execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowExecutionId", "getterDocumentation" : "

The ID of a flow execution.

\n@return The ID of a flow execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowExecutionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowExecutionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowExecutionId", "sensitive" : false, "setterDocumentation" : "

The ID of a flow execution.

\n@param flowExecutionId The ID of a flow execution.", "setterMethodName" : "setFlowExecutionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowExecutionId", "variableType" : "String", "documentation" : "

The ID of a flow execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time of the earliest flow execution to return.

\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 date and time of the earliest flow execution to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The date and time of the earliest flow execution to return.

\n@param startTime The date and time of the earliest flow execution to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The date and time of the earliest flow execution to return.

\n@return The date and time of the earliest flow execution to return.", "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 date and time of the earliest flow execution to return.

\n@param startTime The date and time of the earliest flow execution to return.", "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 date and time of the earliest flow execution to return.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time of the latest flow execution to return.

\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 date and time of the latest flow execution to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The date and time of the latest flow execution to return.

\n@param endTime The date and time of the latest flow execution to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The date and time of the latest flow execution to return.

\n@return The date and time of the latest flow execution to return.", "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 date and time of the latest flow execution to return.

\n@param endTime The date and time of the latest flow execution to return.", "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 date and time of the latest flow execution to return.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "systemInstanceId" ], "shapeName" : "SearchFlowExecutionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SearchFlowExecutionsRequest", "variableName" : "searchFlowExecutionsRequest", "variableType" : "SearchFlowExecutionsRequest", "documentation" : null, "simpleType" : "SearchFlowExecutionsRequest", "variableSetterType" : "SearchFlowExecutionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SearchFlowExecutionsResponse" : { "c2jName" : "SearchFlowExecutionsResponse", "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" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowExecutionSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n@param summaries An array of objects that contain summary information about each workflow execution in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each workflow execution in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowExecutionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowExecutionSummary.Builder} avoiding the need to create one manually via {@link FlowExecutionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowExecutionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowExecutionSummary)}.\n@param member a consumer that will call methods on {@link FlowExecutionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowExecutionSummary)", "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" : "FlowExecutionSummary", "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" : "FlowExecutionSummary", "variableName" : "member", "variableType" : "FlowExecutionSummary", "documentation" : null, "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowExecutionSummary", "variableName" : "member", "variableType" : "FlowExecutionSummary", "documentation" : "", "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowExecutionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowExecutionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n@param summaries An array of objects that contain summary information about each workflow execution in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowExecutionSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n@param summaries An array of objects that contain summary information about each workflow execution in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each workflow execution in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowExecutionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowExecutionSummary.Builder} avoiding the need to create one manually via {@link FlowExecutionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowExecutionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowExecutionSummary)}.\n@param member a consumer that will call methods on {@link FlowExecutionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowExecutionSummary)", "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" : "FlowExecutionSummary", "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" : "FlowExecutionSummary", "variableName" : "member", "variableType" : "FlowExecutionSummary", "documentation" : null, "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowExecutionSummary", "variableName" : "member", "variableType" : "FlowExecutionSummary", "documentation" : "", "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowExecutionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowExecutionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n@param summaries An array of objects that contain summary information about each workflow execution in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowExecutionSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n@param summaries An array of objects that contain summary information about each workflow execution in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each workflow execution in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowExecutionSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowExecutionSummary.Builder} avoiding the need to create one manually via {@link FlowExecutionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowExecutionSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowExecutionSummary)}.\n@param member a consumer that will call methods on {@link FlowExecutionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowExecutionSummary)", "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" : "FlowExecutionSummary", "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" : "FlowExecutionSummary", "variableName" : "member", "variableType" : "FlowExecutionSummary", "documentation" : null, "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowExecutionSummary", "variableName" : "member", "variableType" : "FlowExecutionSummary", "documentation" : "", "simpleType" : "FlowExecutionSummary", "variableSetterType" : "FlowExecutionSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowExecutionSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowExecutionSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

\n@param summaries An array of objects that contain summary information about each workflow execution in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each workflow execution in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchFlowExecutionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchFlowExecutionsResponse", "variableName" : "searchFlowExecutionsResponse", "variableType" : "SearchFlowExecutionsResponse", "documentation" : null, "simpleType" : "SearchFlowExecutionsResponse", "variableSetterType" : "SearchFlowExecutionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SearchFlowTemplatesRequest" : { "c2jName" : "SearchFlowTemplatesRequest", "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" : "SearchFlowTemplates", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.SearchFlowTemplates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "FlowTemplateFilters", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n@param filters An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.", "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" : "FlowTemplateFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateFilter.Builder} avoiding the need to create one manually via {@link FlowTemplateFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateFilter.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateFilter)}.\n@param member a consumer that will call methods on {@link FlowTemplateFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateFilter)", "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" : "FlowTemplateFilter", "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" : "FlowTemplateFilter", "variableName" : "member", "variableType" : "FlowTemplateFilter", "documentation" : null, "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateFilter", "variableName" : "member", "variableType" : "FlowTemplateFilter", "documentation" : "", "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n@param filters An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.", "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" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "FlowTemplateFilters", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n@param filters An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.", "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" : "FlowTemplateFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateFilter.Builder} avoiding the need to create one manually via {@link FlowTemplateFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateFilter.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateFilter)}.\n@param member a consumer that will call methods on {@link FlowTemplateFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateFilter)", "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" : "FlowTemplateFilter", "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" : "FlowTemplateFilter", "variableName" : "member", "variableType" : "FlowTemplateFilter", "documentation" : null, "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateFilter", "variableName" : "member", "variableType" : "FlowTemplateFilter", "documentation" : "", "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n@param filters An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.", "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" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "FlowTemplateFilters", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n@param filters An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.", "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" : "FlowTemplateFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateFilter.Builder} avoiding the need to create one manually via {@link FlowTemplateFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateFilter.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateFilter)}.\n@param member a consumer that will call methods on {@link FlowTemplateFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateFilter)", "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" : "FlowTemplateFilter", "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" : "FlowTemplateFilter", "variableName" : "member", "variableType" : "FlowTemplateFilter", "documentation" : null, "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateFilter", "variableName" : "member", "variableType" : "FlowTemplateFilter", "documentation" : "", "simpleType" : "FlowTemplateFilter", "variableSetterType" : "FlowTemplateFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

\n@param filters An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.", "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" : "

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchFlowTemplatesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SearchFlowTemplatesRequest", "variableName" : "searchFlowTemplatesRequest", "variableType" : "SearchFlowTemplatesRequest", "documentation" : null, "simpleType" : "SearchFlowTemplatesRequest", "variableSetterType" : "SearchFlowTemplatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SearchFlowTemplatesResponse" : { "c2jName" : "SearchFlowTemplatesResponse", "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" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each workflow in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n@param summaries An array of objects that contain summary information about each workflow in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each workflow in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)", "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" : "FlowTemplateSummary", "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" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : "", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n@param summaries An array of objects that contain summary information about each workflow in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each workflow in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each workflow in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n@param summaries An array of objects that contain summary information about each workflow in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each workflow in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)", "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" : "FlowTemplateSummary", "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" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : "", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n@param summaries An array of objects that contain summary information about each workflow in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each workflow in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "FlowTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each workflow in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n@param summaries An array of objects that contain summary information about each workflow in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each workflow in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)", "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" : "FlowTemplateSummary", "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" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "member", "variableType" : "FlowTemplateSummary", "documentation" : "", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FlowTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FlowTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each workflow in the result set.

\n@param summaries An array of objects that contain summary information about each workflow in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each workflow in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchFlowTemplatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchFlowTemplatesResponse", "variableName" : "searchFlowTemplatesResponse", "variableType" : "SearchFlowTemplatesResponse", "documentation" : null, "simpleType" : "SearchFlowTemplatesResponse", "variableSetterType" : "SearchFlowTemplatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SearchSystemInstancesRequest" : { "c2jName" : "SearchSystemInstancesRequest", "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" : "SearchSystemInstances", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.SearchSystemInstances", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "SystemInstanceFilters", "defaultConsumerFluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "SystemInstanceFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemInstanceFilter.Builder} avoiding the need to create one manually via {@link SystemInstanceFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SystemInstanceFilter)}.\n@param member a consumer that will call methods on {@link SystemInstanceFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemInstanceFilter)", "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" : "SystemInstanceFilter", "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" : "SystemInstanceFilter", "variableName" : "member", "variableType" : "SystemInstanceFilter", "documentation" : null, "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceFilter", "variableName" : "member", "variableType" : "SystemInstanceFilter", "documentation" : "", "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemInstanceFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemInstanceFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "SystemInstanceFilters", "defaultConsumerFluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "SystemInstanceFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemInstanceFilter.Builder} avoiding the need to create one manually via {@link SystemInstanceFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SystemInstanceFilter)}.\n@param member a consumer that will call methods on {@link SystemInstanceFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemInstanceFilter)", "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" : "SystemInstanceFilter", "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" : "SystemInstanceFilter", "variableName" : "member", "variableType" : "SystemInstanceFilter", "documentation" : null, "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceFilter", "variableName" : "member", "variableType" : "SystemInstanceFilter", "documentation" : "", "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemInstanceFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemInstanceFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "SystemInstanceFilters", "defaultConsumerFluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "SystemInstanceFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemInstanceFilter.Builder} avoiding the need to create one manually via {@link SystemInstanceFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SystemInstanceFilter)}.\n@param member a consumer that will call methods on {@link SystemInstanceFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemInstanceFilter)", "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" : "SystemInstanceFilter", "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" : "SystemInstanceFilter", "variableName" : "member", "variableType" : "SystemInstanceFilter", "documentation" : null, "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceFilter", "variableName" : "member", "variableType" : "SystemInstanceFilter", "documentation" : "", "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemInstanceFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemInstanceFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

\n@param filters Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.", "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" : "

Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchSystemInstancesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SearchSystemInstancesRequest", "variableName" : "searchSystemInstancesRequest", "variableType" : "SearchSystemInstancesRequest", "documentation" : null, "simpleType" : "SearchSystemInstancesRequest", "variableSetterType" : "SearchSystemInstancesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SearchSystemInstancesResponse" : { "c2jName" : "SearchSystemInstancesResponse", "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" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemInstanceSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary data abour the system instances in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n@param summaries An array of objects that contain summary data abour the system instances in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary data abour the system instances in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemInstanceSummary)}.\n@param member a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemInstanceSummary)", "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" : "SystemInstanceSummary", "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" : "SystemInstanceSummary", "variableName" : "member", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "member", "variableType" : "SystemInstanceSummary", "documentation" : "", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemInstanceSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemInstanceSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n@param summaries An array of objects that contain summary data abour the system instances in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary data abour the system instances in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemInstanceSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary data abour the system instances in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n@param summaries An array of objects that contain summary data abour the system instances in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary data abour the system instances in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemInstanceSummary)}.\n@param member a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemInstanceSummary)", "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" : "SystemInstanceSummary", "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" : "SystemInstanceSummary", "variableName" : "member", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "member", "variableType" : "SystemInstanceSummary", "documentation" : "", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemInstanceSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemInstanceSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n@param summaries An array of objects that contain summary data abour the system instances in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary data abour the system instances in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemInstanceSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary data abour the system instances in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n@param summaries An array of objects that contain summary data abour the system instances in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary data abour the system instances in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemInstanceSummary)}.\n@param member a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemInstanceSummary)", "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" : "SystemInstanceSummary", "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" : "SystemInstanceSummary", "variableName" : "member", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "member", "variableType" : "SystemInstanceSummary", "documentation" : "", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemInstanceSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemInstanceSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary data abour the system instances in the result set.

\n@param summaries An array of objects that contain summary data abour the system instances in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary data abour the system instances in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchSystemInstancesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchSystemInstancesResponse", "variableName" : "searchSystemInstancesResponse", "variableType" : "SearchSystemInstancesResponse", "documentation" : null, "simpleType" : "SearchSystemInstancesResponse", "variableSetterType" : "SearchSystemInstancesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SearchSystemTemplatesRequest" : { "c2jName" : "SearchSystemTemplatesRequest", "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" : "SearchSystemTemplates", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.SearchSystemTemplates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "SystemTemplateFilters", "defaultConsumerFluentSetterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n@param filters An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.", "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" : "SystemTemplateFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateFilter.Builder} avoiding the need to create one manually via {@link SystemTemplateFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateFilter)}.\n@param member a consumer that will call methods on {@link SystemTemplateFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateFilter)", "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" : "SystemTemplateFilter", "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" : "SystemTemplateFilter", "variableName" : "member", "variableType" : "SystemTemplateFilter", "documentation" : null, "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateFilter", "variableName" : "member", "variableType" : "SystemTemplateFilter", "documentation" : "", "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n@param filters An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.", "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" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "SystemTemplateFilters", "defaultConsumerFluentSetterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n@param filters An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.", "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" : "SystemTemplateFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateFilter.Builder} avoiding the need to create one manually via {@link SystemTemplateFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateFilter)}.\n@param member a consumer that will call methods on {@link SystemTemplateFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateFilter)", "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" : "SystemTemplateFilter", "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" : "SystemTemplateFilter", "variableName" : "member", "variableType" : "SystemTemplateFilter", "documentation" : null, "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateFilter", "variableName" : "member", "variableType" : "SystemTemplateFilter", "documentation" : "", "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n@param filters An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.", "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" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "filters", "c2jShape" : "SystemTemplateFilters", "defaultConsumerFluentSetterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n@param filters An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.", "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" : "SystemTemplateFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateFilter.Builder} avoiding the need to create one manually via {@link SystemTemplateFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateFilter)}.\n@param member a consumer that will call methods on {@link SystemTemplateFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateFilter)", "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" : "SystemTemplateFilter", "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" : "SystemTemplateFilter", "variableName" : "member", "variableType" : "SystemTemplateFilter", "documentation" : null, "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateFilter", "variableName" : "member", "variableType" : "SystemTemplateFilter", "documentation" : "", "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

\n@param filters An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.", "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" : "

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchSystemTemplatesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SearchSystemTemplatesRequest", "variableName" : "searchSystemTemplatesRequest", "variableType" : "SearchSystemTemplatesRequest", "documentation" : null, "simpleType" : "SearchSystemTemplatesRequest", "variableSetterType" : "SearchSystemTemplatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SearchSystemTemplatesResponse" : { "c2jName" : "SearchSystemTemplatesResponse", "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" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each system deployment in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n@param summaries An array of objects that contain summary information about each system deployment in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each system deployment in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)", "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" : "SystemTemplateSummary", "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" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : "", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n@param summaries An array of objects that contain summary information about each system deployment in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each system deployment in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each system deployment in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n@param summaries An array of objects that contain summary information about each system deployment in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each system deployment in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)", "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" : "SystemTemplateSummary", "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" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : "", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n@param summaries An array of objects that contain summary information about each system deployment in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each system deployment in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "SystemTemplateSummaries", "defaultConsumerFluentSetterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result 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 #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)", "deprecated" : false, "documentation" : "

An array of objects that contain summary information about each system deployment in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n@param summaries An array of objects that contain summary information about each system deployment in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of objects that contain summary information about each system deployment in the result 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" : "summaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "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" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)", "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" : "SystemTemplateSummary", "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" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "member", "variableType" : "SystemTemplateSummary", "documentation" : "", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SystemTemplateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SystemTemplateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

An array of objects that contain summary information about each system deployment in the result set.

\n@param summaries An array of objects that contain summary information about each system deployment in the result set.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

An array of objects that contain summary information about each system deployment in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchSystemTemplatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchSystemTemplatesResponse", "variableName" : "searchSystemTemplatesResponse", "variableType" : "SearchSystemTemplatesResponse", "documentation" : null, "simpleType" : "SearchSystemTemplatesResponse", "variableSetterType" : "SearchSystemTemplatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SearchThingsRequest" : { "c2jName" : "SearchThingsRequest", "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" : "SearchThings", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.SearchThings", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEntityId", "beanStyleSetterMethodName" : "setEntityId", "c2jName" : "entityId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityId(String)}.\n@param entityId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityId(String)", "deprecated" : false, "documentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entityId", "fluentSetterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityId", "getterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@return The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityId", "sensitive" : false, "setterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setEntityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #namespaceVersion(Long)}.\n@param namespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "namespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EntityId" : { "beanStyleGetterMethodName" : "getEntityId", "beanStyleSetterMethodName" : "setEntityId", "c2jName" : "entityId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityId(String)}.\n@param entityId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityId(String)", "deprecated" : false, "documentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entityId", "fluentSetterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityId", "getterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@return The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityId", "sensitive" : false, "setterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setEntityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NamespaceVersion" : { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #namespaceVersion(Long)}.\n@param namespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "namespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEntityId", "beanStyleSetterMethodName" : "setEntityId", "c2jName" : "entityId", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityId(String)}.\n@param entityId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityId(String)", "deprecated" : false, "documentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "entityId", "fluentSetterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "entityId", "getterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@return The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "entityId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "entityId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EntityId", "sensitive" : false, "setterDocumentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

\n@param entityId The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME", "setterMethodName" : "setEntityId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "entityId", "variableType" : "String", "documentation" : "

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string that specifies the next page of results. Use this when you're paginating results.

\n@return The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

\n@param nextToken The string that specifies the next page of results. Use this when you're paginating 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 string that specifies the next page of results. Use this when you're paginating results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in the response.

\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 the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in the response.

\n@param maxResults The maximum number of results to return in the response.\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 the response.

\n@return The maximum number of results to return in the response.", "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" : "maxResults", "queryString" : false, "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 the response.

\n@param maxResults The maximum number of results to return in the response.", "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 the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamespaceVersion", "beanStyleSetterMethodName" : "setNamespaceVersion", "c2jName" : "namespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #namespaceVersion(Long)}.\n@param namespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "namespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "namespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "namespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "NamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.", "setterMethodName" : "setNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "namespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "entityId" ], "shapeName" : "SearchThingsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SearchThingsRequest", "variableName" : "searchThingsRequest", "variableType" : "SearchThingsRequest", "documentation" : null, "simpleType" : "SearchThingsRequest", "variableSetterType" : "SearchThingsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SearchThingsResponse" : { "c2jName" : "SearchThingsResponse", "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" : "getThings", "beanStyleSetterMethodName" : "setThings", "c2jName" : "things", "c2jShape" : "Things", "defaultConsumerFluentSetterDocumentation" : "

An array of things in the result 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 #things(List)}.\n@param things a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #things(List)", "deprecated" : false, "documentation" : "

An array of things in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "things", "fluentSetterDocumentation" : "

An array of things in the result set.

\n@param things An array of things in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "things", "getterDocumentation" : "

An array of things in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of things in the result 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" : "things", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "things", "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" : "Thing", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Thing.Builder} avoiding the need to create one manually via {@link Thing#builder()}.\n\nWhen the {@link Consumer} completes, {@link Thing.Builder#build()} is called immediately and its result is passed to {@link #member(Thing)}.\n@param member a consumer that will call methods on {@link Thing.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Thing)", "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" : "Thing", "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" : "Thing", "variableName" : "member", "variableType" : "Thing", "documentation" : null, "simpleType" : "Thing", "variableSetterType" : "Thing" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Thing", "variableName" : "member", "variableType" : "Thing", "documentation" : "", "simpleType" : "Thing", "variableSetterType" : "Thing" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Thing", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Thing", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Things", "sensitive" : false, "setterDocumentation" : "

An array of things in the result set.

\n@param things An array of things in the result set.", "setterMethodName" : "setThings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "things", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "things", "variableType" : "java.util.List", "documentation" : "

An array of things in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Things" : { "beanStyleGetterMethodName" : "getThings", "beanStyleSetterMethodName" : "setThings", "c2jName" : "things", "c2jShape" : "Things", "defaultConsumerFluentSetterDocumentation" : "

An array of things in the result 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 #things(List)}.\n@param things a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #things(List)", "deprecated" : false, "documentation" : "

An array of things in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "things", "fluentSetterDocumentation" : "

An array of things in the result set.

\n@param things An array of things in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "things", "getterDocumentation" : "

An array of things in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of things in the result 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" : "things", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "things", "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" : "Thing", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Thing.Builder} avoiding the need to create one manually via {@link Thing#builder()}.\n\nWhen the {@link Consumer} completes, {@link Thing.Builder#build()} is called immediately and its result is passed to {@link #member(Thing)}.\n@param member a consumer that will call methods on {@link Thing.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Thing)", "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" : "Thing", "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" : "Thing", "variableName" : "member", "variableType" : "Thing", "documentation" : null, "simpleType" : "Thing", "variableSetterType" : "Thing" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Thing", "variableName" : "member", "variableType" : "Thing", "documentation" : "", "simpleType" : "Thing", "variableSetterType" : "Thing" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Thing", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Thing", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Things", "sensitive" : false, "setterDocumentation" : "

An array of things in the result set.

\n@param things An array of things in the result set.", "setterMethodName" : "setThings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "things", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "things", "variableType" : "java.util.List", "documentation" : "

An array of things in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getThings", "beanStyleSetterMethodName" : "setThings", "c2jName" : "things", "c2jShape" : "Things", "defaultConsumerFluentSetterDocumentation" : "

An array of things in the result 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 #things(List)}.\n@param things a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #things(List)", "deprecated" : false, "documentation" : "

An array of things in the result set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "things", "fluentSetterDocumentation" : "

An array of things in the result set.

\n@param things An array of things in the result set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "things", "getterDocumentation" : "

An array of things in the result set.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of things in the result 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" : "things", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "things", "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" : "Thing", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Thing.Builder} avoiding the need to create one manually via {@link Thing#builder()}.\n\nWhen the {@link Consumer} completes, {@link Thing.Builder#build()} is called immediately and its result is passed to {@link #member(Thing)}.\n@param member a consumer that will call methods on {@link Thing.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Thing)", "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" : "Thing", "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" : "Thing", "variableName" : "member", "variableType" : "Thing", "documentation" : null, "simpleType" : "Thing", "variableSetterType" : "Thing" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Thing", "variableName" : "member", "variableType" : "Thing", "documentation" : "", "simpleType" : "Thing", "variableSetterType" : "Thing" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Thing", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Thing", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Things", "sensitive" : false, "setterDocumentation" : "

An array of things in the result set.

\n@param things An array of things in the result set.", "setterMethodName" : "setThings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "things", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "things", "variableType" : "java.util.List", "documentation" : "

An array of things in the result set.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The string to specify as nextToken when you request the next page of results.

\n@return The string to specify as nextToken when you request the next page of 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 string to specify as nextToken when you request the next page of results.

\n@param nextToken The string to specify as nextToken when you request the next page 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 string to specify as nextToken when you request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchThingsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchThingsResponse", "variableName" : "searchThingsResponse", "variableType" : "SearchThingsResponse", "documentation" : null, "simpleType" : "SearchThingsResponse", "variableSetterType" : "SearchThingsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SystemInstanceDeploymentStatus" : { "c2jName" : "SystemInstanceDeploymentStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NOT_DEPLOYED", "value" : "NOT_DEPLOYED" }, { "name" : "BOOTSTRAP", "value" : "BOOTSTRAP" }, { "name" : "DEPLOY_IN_PROGRESS", "value" : "DEPLOY_IN_PROGRESS" }, { "name" : "DEPLOYED_IN_TARGET", "value" : "DEPLOYED_IN_TARGET" }, { "name" : "UNDEPLOY_IN_PROGRESS", "value" : "UNDEPLOY_IN_PROGRESS" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "PENDING_DELETE", "value" : "PENDING_DELETE" }, { "name" : "DELETED_IN_TARGET", "value" : "DELETED_IN_TARGET" } ], "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" : "SystemInstanceDeploymentStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemInstanceDeploymentStatus", "variableName" : "systemInstanceDeploymentStatus", "variableType" : "SystemInstanceDeploymentStatus", "documentation" : null, "simpleType" : "SystemInstanceDeploymentStatus", "variableSetterType" : "SystemInstanceDeploymentStatus" }, "wrapper" : false, "xmlNamespace" : null }, "SystemInstanceDescription" : { "c2jName" : "SystemInstanceDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains a system instance definition and summary information.

", "endpointDiscovery" : 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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system instance.

\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about a system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about a system instance.

\n@param summary An object that contains summary information about a system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system instance.

\n@return An object that contains summary information about a system instance.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system instance.

\n@param summary An object that contains summary information about a system instance.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about a system instance.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3BucketName", "beanStyleSetterMethodName" : "setS3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)", "deprecated" : false, "documentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3BucketName", "fluentSetterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@param s3BucketName The Amazon Simple Storage Service bucket where information about a system instance is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3BucketName", "getterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@return The Amazon Simple Storage Service bucket where information about a system instance is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3BucketName", "sensitive" : false, "setterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@param s3BucketName The Amazon Simple Storage Service bucket where information about a system instance is stored.", "setterMethodName" : "setS3BucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetricsConfiguration", "beanStyleSetterMethodName" : "setMetricsConfiguration", "c2jName" : "metricsConfiguration", "c2jShape" : "MetricsConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricsConfiguration", "fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricsConfiguration", "getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.", "getterModel" : { "returnType" : "MetricsConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricsConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricsConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MetricsConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.", "setterMethodName" : "setMetricsConfiguration", "setterModel" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : "", "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace against which the system instance was validated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@param validatedNamespaceVersion The version of the user's namespace against which the system instance was validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@return The version of the user's namespace against which the system instance was validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@param validatedNamespaceVersion The version of the user's namespace against which the system instance was validated.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace against which the system instance was validated.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedDependencyRevisions", "beanStyleSetterMethodName" : "setValidatedDependencyRevisions", "c2jName" : "validatedDependencyRevisions", "c2jShape" : "DependencyRevisions", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #validatedDependencyRevisions(List)}.\n@param validatedDependencyRevisions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedDependencyRevisions(List)", "deprecated" : false, "documentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedDependencyRevisions", "fluentSetterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n@param validatedDependencyRevisions A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedDependencyRevisions", "getterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.", "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" : "validatedDependencyRevisions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedDependencyRevisions", "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" : "DependencyRevision", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DependencyRevision.Builder} avoiding the need to create one manually via {@link DependencyRevision#builder()}.\n\nWhen the {@link Consumer} completes, {@link DependencyRevision.Builder#build()} is called immediately and its result is passed to {@link #member(DependencyRevision)}.\n@param member a consumer that will call methods on {@link DependencyRevision.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DependencyRevision)", "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" : "DependencyRevision", "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" : "DependencyRevision", "variableName" : "member", "variableType" : "DependencyRevision", "documentation" : null, "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DependencyRevision", "variableName" : "member", "variableType" : "DependencyRevision", "documentation" : "", "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DependencyRevision", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DependencyRevision", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ValidatedDependencyRevisions", "sensitive" : false, "setterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n@param validatedDependencyRevisions A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.", "setterMethodName" : "setValidatedDependencyRevisions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "validatedDependencyRevisions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "validatedDependencyRevisions", "variableType" : "java.util.List", "documentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowActionsRoleArn", "beanStyleSetterMethodName" : "setFlowActionsRoleArn", "c2jName" : "flowActionsRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowActionsRoleArn(String)}.\n@param flowActionsRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowActionsRoleArn(String)", "deprecated" : false, "documentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowActionsRoleArn", "fluentSetterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@param flowActionsRoleArn The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowActionsRoleArn", "getterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@return The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowActionsRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowActionsRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowActionsRoleArn", "sensitive" : false, "setterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@param flowActionsRoleArn The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.", "setterMethodName" : "setFlowActionsRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowActionsRoleArn" : { "beanStyleGetterMethodName" : "getFlowActionsRoleArn", "beanStyleSetterMethodName" : "setFlowActionsRoleArn", "c2jName" : "flowActionsRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowActionsRoleArn(String)}.\n@param flowActionsRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowActionsRoleArn(String)", "deprecated" : false, "documentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowActionsRoleArn", "fluentSetterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@param flowActionsRoleArn The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowActionsRoleArn", "getterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@return The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowActionsRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowActionsRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowActionsRoleArn", "sensitive" : false, "setterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@param flowActionsRoleArn The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.", "setterMethodName" : "setFlowActionsRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricsConfiguration" : { "beanStyleGetterMethodName" : "getMetricsConfiguration", "beanStyleSetterMethodName" : "setMetricsConfiguration", "c2jName" : "metricsConfiguration", "c2jShape" : "MetricsConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricsConfiguration", "fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricsConfiguration", "getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.", "getterModel" : { "returnType" : "MetricsConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricsConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricsConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MetricsConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.", "setterMethodName" : "setMetricsConfiguration", "setterModel" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : "", "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3BucketName" : { "beanStyleGetterMethodName" : "getS3BucketName", "beanStyleSetterMethodName" : "setS3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)", "deprecated" : false, "documentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3BucketName", "fluentSetterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@param s3BucketName The Amazon Simple Storage Service bucket where information about a system instance is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3BucketName", "getterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@return The Amazon Simple Storage Service bucket where information about a system instance is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3BucketName", "sensitive" : false, "setterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@param s3BucketName The Amazon Simple Storage Service bucket where information about a system instance is stored.", "setterMethodName" : "setS3BucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system instance.

\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about a system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about a system instance.

\n@param summary An object that contains summary information about a system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system instance.

\n@return An object that contains summary information about a system instance.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system instance.

\n@param summary An object that contains summary information about a system instance.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about a system instance.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ValidatedDependencyRevisions" : { "beanStyleGetterMethodName" : "getValidatedDependencyRevisions", "beanStyleSetterMethodName" : "setValidatedDependencyRevisions", "c2jName" : "validatedDependencyRevisions", "c2jShape" : "DependencyRevisions", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #validatedDependencyRevisions(List)}.\n@param validatedDependencyRevisions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedDependencyRevisions(List)", "deprecated" : false, "documentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedDependencyRevisions", "fluentSetterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n@param validatedDependencyRevisions A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedDependencyRevisions", "getterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.", "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" : "validatedDependencyRevisions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedDependencyRevisions", "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" : "DependencyRevision", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DependencyRevision.Builder} avoiding the need to create one manually via {@link DependencyRevision#builder()}.\n\nWhen the {@link Consumer} completes, {@link DependencyRevision.Builder#build()} is called immediately and its result is passed to {@link #member(DependencyRevision)}.\n@param member a consumer that will call methods on {@link DependencyRevision.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DependencyRevision)", "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" : "DependencyRevision", "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" : "DependencyRevision", "variableName" : "member", "variableType" : "DependencyRevision", "documentation" : null, "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DependencyRevision", "variableName" : "member", "variableType" : "DependencyRevision", "documentation" : "", "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DependencyRevision", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DependencyRevision", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ValidatedDependencyRevisions", "sensitive" : false, "setterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n@param validatedDependencyRevisions A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.", "setterMethodName" : "setValidatedDependencyRevisions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "validatedDependencyRevisions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "validatedDependencyRevisions", "variableType" : "java.util.List", "documentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ValidatedNamespaceVersion" : { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace against which the system instance was validated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@param validatedNamespaceVersion The version of the user's namespace against which the system instance was validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@return The version of the user's namespace against which the system instance was validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@param validatedNamespaceVersion The version of the user's namespace against which the system instance was validated.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace against which the system instance was validated.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system instance.

\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about a system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about a system instance.

\n@param summary An object that contains summary information about a system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system instance.

\n@return An object that contains summary information about a system instance.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system instance.

\n@param summary An object that contains summary information about a system instance.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about a system instance.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3BucketName", "beanStyleSetterMethodName" : "setS3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)", "deprecated" : false, "documentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3BucketName", "fluentSetterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@param s3BucketName The Amazon Simple Storage Service bucket where information about a system instance is stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3BucketName", "getterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@return The Amazon Simple Storage Service bucket where information about a system instance is stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3BucketName", "sensitive" : false, "setterDocumentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

\n@param s3BucketName The Amazon Simple Storage Service bucket where information about a system instance is stored.", "setterMethodName" : "setS3BucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The Amazon Simple Storage Service bucket where information about a system instance is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetricsConfiguration", "beanStyleSetterMethodName" : "setMetricsConfiguration", "c2jName" : "metricsConfiguration", "c2jShape" : "MetricsConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricsConfiguration", "fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricsConfiguration", "getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.", "getterModel" : { "returnType" : "MetricsConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricsConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricsConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MetricsConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.", "setterMethodName" : "setMetricsConfiguration", "setterModel" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : null, "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricsConfiguration", "variableName" : "metricsConfiguration", "variableType" : "MetricsConfiguration", "documentation" : "", "simpleType" : "MetricsConfiguration", "variableSetterType" : "MetricsConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace against which the system instance was validated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@param validatedNamespaceVersion The version of the user's namespace against which the system instance was validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@return The version of the user's namespace against which the system instance was validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace against which the system instance was validated.

\n@param validatedNamespaceVersion The version of the user's namespace against which the system instance was validated.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace against which the system instance was validated.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedDependencyRevisions", "beanStyleSetterMethodName" : "setValidatedDependencyRevisions", "c2jName" : "validatedDependencyRevisions", "c2jShape" : "DependencyRevisions", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #validatedDependencyRevisions(List)}.\n@param validatedDependencyRevisions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedDependencyRevisions(List)", "deprecated" : false, "documentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedDependencyRevisions", "fluentSetterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n@param validatedDependencyRevisions A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedDependencyRevisions", "getterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.", "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" : "validatedDependencyRevisions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedDependencyRevisions", "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" : "DependencyRevision", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DependencyRevision.Builder} avoiding the need to create one manually via {@link DependencyRevision#builder()}.\n\nWhen the {@link Consumer} completes, {@link DependencyRevision.Builder#build()} is called immediately and its result is passed to {@link #member(DependencyRevision)}.\n@param member a consumer that will call methods on {@link DependencyRevision.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DependencyRevision)", "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" : "DependencyRevision", "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" : "DependencyRevision", "variableName" : "member", "variableType" : "DependencyRevision", "documentation" : null, "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DependencyRevision", "variableName" : "member", "variableType" : "DependencyRevision", "documentation" : "", "simpleType" : "DependencyRevision", "variableSetterType" : "DependencyRevision" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DependencyRevision", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DependencyRevision", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ValidatedDependencyRevisions", "sensitive" : false, "setterDocumentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

\n@param validatedDependencyRevisions A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.", "setterMethodName" : "setValidatedDependencyRevisions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "validatedDependencyRevisions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "validatedDependencyRevisions", "variableType" : "java.util.List", "documentation" : "

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlowActionsRoleArn", "beanStyleSetterMethodName" : "setFlowActionsRoleArn", "c2jName" : "flowActionsRoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowActionsRoleArn(String)}.\n@param flowActionsRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowActionsRoleArn(String)", "deprecated" : false, "documentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowActionsRoleArn", "fluentSetterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@param flowActionsRoleArn The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowActionsRoleArn", "getterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@return The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "flowActionsRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "flowActionsRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowActionsRoleArn", "sensitive" : false, "setterDocumentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

\n@param flowActionsRoleArn The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.", "setterMethodName" : "setFlowActionsRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowActionsRoleArn", "variableType" : "String", "documentation" : "

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SystemInstanceDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemInstanceDescription", "variableName" : "systemInstanceDescription", "variableType" : "SystemInstanceDescription", "documentation" : null, "simpleType" : "SystemInstanceDescription", "variableSetterType" : "SystemInstanceDescription" }, "wrapper" : false, "xmlNamespace" : null }, "SystemInstanceFilter" : { "c2jName" : "SystemInstanceFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that filters a system instance search. Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a STATUS filter searches for system instances in the specified Greengrass group that have the specified status.

", "endpointDiscovery" : 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" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SystemInstanceFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.

", "endpointDiscoveryId" : false, "enumType" : "SystemInstanceFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the search filter field.

\n@param name The name of the search filter field.\n@see SystemInstanceFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemInstanceFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the search filter field.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link SystemInstanceFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

\n@return The name of the search filter field.\n@see SystemInstanceFilterName", "getterModel" : { "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 search filter field.

\n@param name The name of the search filter field.\n@see SystemInstanceFilterName", "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 search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SystemInstanceFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)", "deprecated" : false, "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "SystemInstanceFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SystemInstanceFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.

", "endpointDiscoveryId" : false, "enumType" : "SystemInstanceFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the search filter field.

\n@param name The name of the search filter field.\n@see SystemInstanceFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemInstanceFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the search filter field.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link SystemInstanceFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

\n@return The name of the search filter field.\n@see SystemInstanceFilterName", "getterModel" : { "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 search filter field.

\n@param name The name of the search filter field.\n@see SystemInstanceFilterName", "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 search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SystemInstanceFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)", "deprecated" : false, "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "SystemInstanceFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SystemInstanceFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.

", "endpointDiscoveryId" : false, "enumType" : "SystemInstanceFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the search filter field.

\n@param name The name of the search filter field.\n@see SystemInstanceFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemInstanceFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the search filter field.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link SystemInstanceFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

\n@return The name of the search filter field.\n@see SystemInstanceFilterName", "getterModel" : { "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 search filter field.

\n@param name The name of the search filter field.\n@see SystemInstanceFilterName", "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 search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SystemInstanceFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)", "deprecated" : false, "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "SystemInstanceFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SystemInstanceFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemInstanceFilter", "variableName" : "systemInstanceFilter", "variableType" : "SystemInstanceFilter", "documentation" : null, "simpleType" : "SystemInstanceFilter", "variableSetterType" : "SystemInstanceFilter" }, "wrapper" : false, "xmlNamespace" : null }, "SystemInstanceFilterName" : { "c2jName" : "SystemInstanceFilterName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SYSTEM_TEMPLATE_ID", "value" : "SYSTEM_TEMPLATE_ID" }, { "name" : "STATUS", "value" : "STATUS" }, { "name" : "GREENGRASS_GROUP_NAME", "value" : "GREENGRASS_GROUP_NAME" } ], "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" : "SystemInstanceFilterName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemInstanceFilterName", "variableName" : "systemInstanceFilterName", "variableType" : "SystemInstanceFilterName", "documentation" : null, "simpleType" : "SystemInstanceFilterName", "variableSetterType" : "SystemInstanceFilterName" }, "wrapper" : false, "xmlNamespace" : null }, "SystemInstanceSummary" : { "c2jName" : "SystemInstanceSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains summary information about a system instance.

", "endpointDiscovery" : 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" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system instance.

\n@param id The ID of the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance.

\n@return The ID of the system instance.", "getterModel" : { "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 ID of the system instance.

\n@param id The ID of the system instance.", "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 ID of the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the system instance.

\n@param arn The ARN of the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the system instance.

\n@return The ARN of the system instance.", "getterModel" : { "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 system instance.

\n@param arn The ARN of the system instance.", "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 system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SystemInstanceDeploymentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system instance.

", "endpointDiscoveryId" : false, "enumType" : "SystemInstanceDeploymentStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the system instance.

\n@param status The status of the system instance.\n@see SystemInstanceDeploymentStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemInstanceDeploymentStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the system instance.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SystemInstanceDeploymentStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the system instance.\n@see SystemInstanceDeploymentStatus", "getterModel" : { "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 system instance.

\n@param status The status of the system instance.\n@see SystemInstanceDeploymentStatus", "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 system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetAsString", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "DeploymentTarget", "defaultConsumerFluentSetterDocumentation" : "

The target of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAsString(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)", "deprecated" : false, "documentation" : "

The target of the system instance.

", "endpointDiscoveryId" : false, "enumType" : "DeploymentTarget", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "target", "fluentEnumSetterMethodName" : "target", "fluentGetterMethodName" : "targetAsString", "fluentSetterDocumentation" : "

The target of the system instance.

\n@param target The target of the system instance.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target of the system instance.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #target} will return {@link DeploymentTarget#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetAsString}.\n

\n@return The target of the system instance.\n@see DeploymentTarget", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target of the system instance.

\n@param target The target of the system instance.\n@see DeploymentTarget", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target of the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupName", "beanStyleSetterMethodName" : "setGreengrassGroupName", "c2jName" : "greengrassGroupName", "c2jShape" : "GroupName", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupName(String)}.\n@param greengrassGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupName(String)", "deprecated" : false, "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupName", "fluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupName The ID of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupName", "getterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@return The ID of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupName", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupName The ID of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the system instance 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the system instance was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date when the system instance was created.

\n@param createdAt The date when the system instance was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the system instance was created.

\n@return The date when the system instance 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the system instance was created.

\n@param createdAt The date when the system instance was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the system instance was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdatedAt", "beanStyleSetterMethodName" : "setUpdatedAt", "c2jName" : "updatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the system instance 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 #updatedAt(Instant)}.\n@param updatedAt 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 #updatedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the system instance was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updatedAt", "fluentSetterDocumentation" : "

The date and time when the system instance was last updated.

\n@param updatedAt The date and time when the system instance was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updatedAt", "getterDocumentation" : "

The date and time when the system instance was last updated.

\n@return The date and time when the system instance 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" : "updatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the system instance was last updated.

\n@param updatedAt The date and time when the system instance was last updated.", "setterMethodName" : "setUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the system instance was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupId", "beanStyleSetterMethodName" : "setGreengrassGroupId", "c2jName" : "greengrassGroupId", "c2jShape" : "GreengrassGroupId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupId(String)}.\n@param greengrassGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupId(String)", "deprecated" : false, "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupId", "fluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupId The ID of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupId", "getterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@return The ID of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupId", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupId The ID of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupId", "variableType" : "String", "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupVersionId", "beanStyleSetterMethodName" : "setGreengrassGroupVersionId", "c2jName" : "greengrassGroupVersionId", "c2jShape" : "GreengrassGroupVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupVersionId(String)}.\n@param greengrassGroupVersionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupVersionId(String)", "deprecated" : false, "documentation" : "

The version of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupVersionId", "fluentSetterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupVersionId The version of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupVersionId", "getterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@return The version of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupVersionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupVersionId", "sensitive" : false, "setterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupVersionId The version of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupVersionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupVersionId", "variableType" : "String", "documentation" : "

The version of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the system instance.

\n@param arn The ARN of the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the system instance.

\n@return The ARN of the system instance.", "getterModel" : { "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 system instance.

\n@param arn The ARN of the system instance.", "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 system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the system instance 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the system instance was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date when the system instance was created.

\n@param createdAt The date when the system instance was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the system instance was created.

\n@return The date when the system instance 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the system instance was created.

\n@param createdAt The date when the system instance was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the system instance was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "GreengrassGroupId" : { "beanStyleGetterMethodName" : "getGreengrassGroupId", "beanStyleSetterMethodName" : "setGreengrassGroupId", "c2jName" : "greengrassGroupId", "c2jShape" : "GreengrassGroupId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupId(String)}.\n@param greengrassGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupId(String)", "deprecated" : false, "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupId", "fluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupId The ID of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupId", "getterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@return The ID of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupId", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupId The ID of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupId", "variableType" : "String", "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "GreengrassGroupName" : { "beanStyleGetterMethodName" : "getGreengrassGroupName", "beanStyleSetterMethodName" : "setGreengrassGroupName", "c2jName" : "greengrassGroupName", "c2jShape" : "GroupName", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupName(String)}.\n@param greengrassGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupName(String)", "deprecated" : false, "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupName", "fluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupName The ID of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupName", "getterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@return The ID of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupName", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupName The ID of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "GreengrassGroupVersionId" : { "beanStyleGetterMethodName" : "getGreengrassGroupVersionId", "beanStyleSetterMethodName" : "setGreengrassGroupVersionId", "c2jName" : "greengrassGroupVersionId", "c2jShape" : "GreengrassGroupVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupVersionId(String)}.\n@param greengrassGroupVersionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupVersionId(String)", "deprecated" : false, "documentation" : "

The version of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupVersionId", "fluentSetterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupVersionId The version of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupVersionId", "getterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@return The version of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupVersionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupVersionId", "sensitive" : false, "setterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupVersionId The version of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupVersionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupVersionId", "variableType" : "String", "documentation" : "

The version of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system instance.

\n@param id The ID of the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance.

\n@return The ID of the system instance.", "getterModel" : { "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 ID of the system instance.

\n@param id The ID of the system instance.", "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 ID of the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SystemInstanceDeploymentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system instance.

", "endpointDiscoveryId" : false, "enumType" : "SystemInstanceDeploymentStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the system instance.

\n@param status The status of the system instance.\n@see SystemInstanceDeploymentStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemInstanceDeploymentStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the system instance.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SystemInstanceDeploymentStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the system instance.\n@see SystemInstanceDeploymentStatus", "getterModel" : { "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 system instance.

\n@param status The status of the system instance.\n@see SystemInstanceDeploymentStatus", "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 system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "beanStyleGetterMethodName" : "getTargetAsString", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "DeploymentTarget", "defaultConsumerFluentSetterDocumentation" : "

The target of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAsString(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)", "deprecated" : false, "documentation" : "

The target of the system instance.

", "endpointDiscoveryId" : false, "enumType" : "DeploymentTarget", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "target", "fluentEnumSetterMethodName" : "target", "fluentGetterMethodName" : "targetAsString", "fluentSetterDocumentation" : "

The target of the system instance.

\n@param target The target of the system instance.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target of the system instance.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #target} will return {@link DeploymentTarget#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetAsString}.\n

\n@return The target of the system instance.\n@see DeploymentTarget", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target of the system instance.

\n@param target The target of the system instance.\n@see DeploymentTarget", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target of the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UpdatedAt" : { "beanStyleGetterMethodName" : "getUpdatedAt", "beanStyleSetterMethodName" : "setUpdatedAt", "c2jName" : "updatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the system instance 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 #updatedAt(Instant)}.\n@param updatedAt 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 #updatedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the system instance was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updatedAt", "fluentSetterDocumentation" : "

The date and time when the system instance was last updated.

\n@param updatedAt The date and time when the system instance was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updatedAt", "getterDocumentation" : "

The date and time when the system instance was last updated.

\n@return The date and time when the system instance 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" : "updatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the system instance was last updated.

\n@param updatedAt The date and time when the system instance was last updated.", "setterMethodName" : "setUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the system instance was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system instance.

\n@param id The ID of the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance.

\n@return The ID of the system instance.", "getterModel" : { "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 ID of the system instance.

\n@param id The ID of the system instance.", "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 ID of the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the system instance.

\n@param arn The ARN of the system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the system instance.

\n@return The ARN of the system instance.", "getterModel" : { "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 system instance.

\n@param arn The ARN of the system instance.", "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 system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SystemInstanceDeploymentStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system instance.

", "endpointDiscoveryId" : false, "enumType" : "SystemInstanceDeploymentStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the system instance.

\n@param status The status of the system instance.\n@see SystemInstanceDeploymentStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemInstanceDeploymentStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the system instance.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SystemInstanceDeploymentStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the system instance.\n@see SystemInstanceDeploymentStatus", "getterModel" : { "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 system instance.

\n@param status The status of the system instance.\n@see SystemInstanceDeploymentStatus", "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 system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetAsString", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "DeploymentTarget", "defaultConsumerFluentSetterDocumentation" : "

The target of the system instance.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAsString(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)", "deprecated" : false, "documentation" : "

The target of the system instance.

", "endpointDiscoveryId" : false, "enumType" : "DeploymentTarget", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "target", "fluentEnumSetterMethodName" : "target", "fluentGetterMethodName" : "targetAsString", "fluentSetterDocumentation" : "

The target of the system instance.

\n@param target The target of the system instance.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target of the system instance.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #target} will return {@link DeploymentTarget#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetAsString}.\n

\n@return The target of the system instance.\n@see DeploymentTarget", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target of the system instance.

\n@param target The target of the system instance.\n@see DeploymentTarget", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target of the system instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupName", "beanStyleSetterMethodName" : "setGreengrassGroupName", "c2jName" : "greengrassGroupName", "c2jShape" : "GroupName", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupName(String)}.\n@param greengrassGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupName(String)", "deprecated" : false, "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupName", "fluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupName The ID of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupName", "getterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@return The ID of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupName", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupName The ID of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupName", "variableType" : "String", "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the system instance 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the system instance was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date when the system instance was created.

\n@param createdAt The date when the system instance was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the system instance was created.

\n@return The date when the system instance 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the system instance was created.

\n@param createdAt The date when the system instance was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the system instance was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdatedAt", "beanStyleSetterMethodName" : "setUpdatedAt", "c2jName" : "updatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time when the system instance 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 #updatedAt(Instant)}.\n@param updatedAt 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 #updatedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time when the system instance was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updatedAt", "fluentSetterDocumentation" : "

The date and time when the system instance was last updated.

\n@param updatedAt The date and time when the system instance was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updatedAt", "getterDocumentation" : "

The date and time when the system instance was last updated.

\n@return The date and time when the system instance 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" : "updatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time when the system instance was last updated.

\n@param updatedAt The date and time when the system instance was last updated.", "setterMethodName" : "setUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updatedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time when the system instance was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupId", "beanStyleSetterMethodName" : "setGreengrassGroupId", "c2jName" : "greengrassGroupId", "c2jShape" : "GreengrassGroupId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupId(String)}.\n@param greengrassGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupId(String)", "deprecated" : false, "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupId", "fluentSetterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupId The ID of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupId", "getterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@return The ID of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupId", "sensitive" : false, "setterDocumentation" : "

The ID of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupId The ID of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupId", "variableType" : "String", "documentation" : "

The ID of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGreengrassGroupVersionId", "beanStyleSetterMethodName" : "setGreengrassGroupVersionId", "c2jName" : "greengrassGroupVersionId", "c2jShape" : "GreengrassGroupVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupVersionId(String)}.\n@param greengrassGroupVersionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupVersionId(String)", "deprecated" : false, "documentation" : "

The version of the Greengrass group where the system instance is deployed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "greengrassGroupVersionId", "fluentSetterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupVersionId The version of the Greengrass group where the system instance is deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "greengrassGroupVersionId", "getterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@return The version of the Greengrass group where the system instance is deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "greengrassGroupVersionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "greengrassGroupVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GreengrassGroupVersionId", "sensitive" : false, "setterDocumentation" : "

The version of the Greengrass group where the system instance is deployed.

\n@param greengrassGroupVersionId The version of the Greengrass group where the system instance is deployed.", "setterMethodName" : "setGreengrassGroupVersionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupVersionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "greengrassGroupVersionId", "variableType" : "String", "documentation" : "

The version of the Greengrass group where the system instance is deployed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SystemInstanceSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "systemInstanceSummary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "wrapper" : false, "xmlNamespace" : null }, "SystemTemplateDescription" : { "c2jName" : "SystemTemplateDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains a system's definition document and summary information.

", "endpointDiscovery" : 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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system.

\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about a system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about a system.

\n@param summary An object that contains summary information about a system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system.

\n@return An object that contains summary information about a system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system.

\n@param summary An object that contains summary information about a system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

An object that contains summary information about a system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The definition document of a system.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The definition document of a system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The definition document of a system.

\n@param definition The definition document of a system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The definition document of a system.

\n@return The definition document of a system.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The definition document of a system.

\n@param definition The definition document of a system.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The definition document of a system.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedNamespaceVersion", "fluentSetterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The namespace version against which the system was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@return The namespace version against which the system was validated. Use this value in your system instance.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The namespace version against which the system was validated. Use this value in your system instance.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The definition document of a system.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The definition document of a system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The definition document of a system.

\n@param definition The definition document of a system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The definition document of a system.

\n@return The definition document of a system.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The definition document of a system.

\n@param definition The definition document of a system.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The definition document of a system.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system.

\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about a system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about a system.

\n@param summary An object that contains summary information about a system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system.

\n@return An object that contains summary information about a system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system.

\n@param summary An object that contains summary information about a system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

An object that contains summary information about a system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ValidatedNamespaceVersion" : { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedNamespaceVersion", "fluentSetterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The namespace version against which the system was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@return The namespace version against which the system was validated. Use this value in your system instance.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The namespace version against which the system was validated. Use this value in your system instance.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about a system.

\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about a system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about a system.

\n@param summary An object that contains summary information about a system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about a system.

\n@return An object that contains summary information about a system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about a system.

\n@param summary An object that contains summary information about a system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

An object that contains summary information about a system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The definition document of a system.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The definition document of a system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The definition document of a system.

\n@param definition The definition document of a system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The definition document of a system.

\n@return The definition document of a system.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The definition document of a system.

\n@param definition The definition document of a system.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The definition document of a system.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidatedNamespaceVersion", "beanStyleSetterMethodName" : "setValidatedNamespaceVersion", "c2jName" : "validatedNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validatedNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validatedNamespaceVersion", "fluentSetterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The namespace version against which the system was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validatedNamespaceVersion", "getterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@return The namespace version against which the system was validated. Use this value in your system instance.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "validatedNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "validatedNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ValidatedNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

\n@param validatedNamespaceVersion The namespace version against which the system was validated. Use this value in your system instance.", "setterMethodName" : "setValidatedNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validatedNamespaceVersion", "variableType" : "Long", "documentation" : "

The namespace version against which the system was validated. Use this value in your system instance.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SystemTemplateDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemTemplateDescription", "variableName" : "systemTemplateDescription", "variableType" : "SystemTemplateDescription", "documentation" : null, "simpleType" : "SystemTemplateDescription", "variableSetterType" : "SystemTemplateDescription" }, "wrapper" : false, "xmlNamespace" : null }, "SystemTemplateFilter" : { "c2jName" : "SystemTemplateFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that filters a system search.

", "endpointDiscovery" : 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" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SystemTemplateFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the system search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 system search filter field.

", "endpointDiscoveryId" : false, "enumType" : "SystemTemplateFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the system search filter field.

\n@param name The name of the system search filter field.\n@see SystemTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemTemplateFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the system search filter field.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link SystemTemplateFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

\n@return The name of the system search filter field.\n@see SystemTemplateFilterName", "getterModel" : { "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 system search filter field.

\n@param name The name of the system search filter field.\n@see SystemTemplateFilterName", "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 system search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SystemTemplateFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)", "deprecated" : false, "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "SystemTemplateFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SystemTemplateFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the system search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 system search filter field.

", "endpointDiscoveryId" : false, "enumType" : "SystemTemplateFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the system search filter field.

\n@param name The name of the system search filter field.\n@see SystemTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemTemplateFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the system search filter field.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link SystemTemplateFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

\n@return The name of the system search filter field.\n@see SystemTemplateFilterName", "getterModel" : { "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 system search filter field.

\n@param name The name of the system search filter field.\n@see SystemTemplateFilterName", "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 system search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SystemTemplateFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)", "deprecated" : false, "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "SystemTemplateFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SystemTemplateFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the system search filter field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 system search filter field.

", "endpointDiscoveryId" : false, "enumType" : "SystemTemplateFilterName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

The name of the system search filter field.

\n@param name The name of the system search filter field.\n@see SystemTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see SystemTemplateFilterName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the system search filter field.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link SystemTemplateFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

\n@return The name of the system search filter field.\n@see SystemTemplateFilterName", "getterModel" : { "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 system search filter field.

\n@param name The name of the system search filter field.\n@see SystemTemplateFilterName", "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 system search filter field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SystemTemplateFilterValues", "defaultConsumerFluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)", "deprecated" : false, "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "SystemTemplateFilterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "value" ], "shapeName" : "SystemTemplateFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemTemplateFilter", "variableName" : "systemTemplateFilter", "variableType" : "SystemTemplateFilter", "documentation" : null, "simpleType" : "SystemTemplateFilter", "variableSetterType" : "SystemTemplateFilter" }, "wrapper" : false, "xmlNamespace" : null }, "SystemTemplateFilterName" : { "c2jName" : "SystemTemplateFilterName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "FLOW_TEMPLATE_ID", "value" : "FLOW_TEMPLATE_ID" } ], "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" : "SystemTemplateFilterName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemTemplateFilterName", "variableName" : "systemTemplateFilterName", "variableType" : "SystemTemplateFilterName", "documentation" : null, "simpleType" : "SystemTemplateFilterName", "variableSetterType" : "SystemTemplateFilterName" }, "wrapper" : false, "xmlNamespace" : null }, "SystemTemplateSummary" : { "c2jName" : "SystemTemplateSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains information about a system.

", "endpointDiscovery" : 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" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system.

\n@param id The ID of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system.

\n@return The ID of the system.", "getterModel" : { "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 ID of the system.

\n@param id The ID of the system.", "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 ID of the system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the system.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the system.

\n@param arn The ARN of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the system.

\n@return The ARN of the system.", "getterModel" : { "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 system.

\n@param arn The ARN of the system.", "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 system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the system.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #revisionNumber(Long)}.\n@param revisionNumber a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revisionNumber(Long)", "deprecated" : false, "documentation" : "

The revision number of the system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "revisionNumber", "fluentSetterDocumentation" : "

The revision number of the system.

\n@param revisionNumber The revision number of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the system.

\n@return The revision number of the system.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the system.

\n@param revisionNumber The revision number of the system.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the system.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the system 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the system was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date when the system was created.

\n@param createdAt The date when the system was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the system was created.

\n@return The date when the system 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the system was created.

\n@param createdAt The date when the system was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the system was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the system.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the system.

\n@param arn The ARN of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the system.

\n@return The ARN of the system.", "getterModel" : { "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 system.

\n@param arn The ARN of the system.", "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 system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the system 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the system was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date when the system was created.

\n@param createdAt The date when the system was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the system was created.

\n@return The date when the system 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the system was created.

\n@param createdAt The date when the system was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the system was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system.

\n@param id The ID of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system.

\n@return The ID of the system.", "getterModel" : { "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 ID of the system.

\n@param id The ID of the system.", "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 ID of the system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RevisionNumber" : { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the system.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #revisionNumber(Long)}.\n@param revisionNumber a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revisionNumber(Long)", "deprecated" : false, "documentation" : "

The revision number of the system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "revisionNumber", "fluentSetterDocumentation" : "

The revision number of the system.

\n@param revisionNumber The revision number of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the system.

\n@return The revision number of the system.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the system.

\n@param revisionNumber The revision number of the system.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the system.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system.

\n@param id The ID of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system.

\n@return The ID of the system.", "getterModel" : { "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 ID of the system.

\n@param id The ID of the system.", "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 ID of the system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the system.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of the system.

\n@param arn The ARN of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of the system.

\n@return The ARN of the system.", "getterModel" : { "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 system.

\n@param arn The ARN of the system.", "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 system.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevisionNumber", "beanStyleSetterMethodName" : "setRevisionNumber", "c2jName" : "revisionNumber", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The revision number of the system.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #revisionNumber(Long)}.\n@param revisionNumber a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revisionNumber(Long)", "deprecated" : false, "documentation" : "

The revision number of the system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "revisionNumber", "fluentSetterDocumentation" : "

The revision number of the system.

\n@param revisionNumber The revision number of the system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revisionNumber", "getterDocumentation" : "

The revision number of the system.

\n@return The revision number of the system.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "revisionNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "revisionNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "RevisionNumber", "sensitive" : false, "setterDocumentation" : "

The revision number of the system.

\n@param revisionNumber The revision number of the system.", "setterMethodName" : "setRevisionNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "revisionNumber", "variableType" : "Long", "documentation" : "

The revision number of the system.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date when the system 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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date when the system was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date when the system was created.

\n@param createdAt The date when the system was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date when the system was created.

\n@return The date when the system 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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date when the system was created.

\n@param createdAt The date when the system was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date when the system was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SystemTemplateSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "systemTemplateSummary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.

", "endpointDiscovery" : 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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@param key The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@return The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.", "getterModel" : { "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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@param key The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.", "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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@param value The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@return The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.", "getterModel" : { "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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@param value The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.", "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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@param key The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@return The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.", "getterModel" : { "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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@param key The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.", "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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@param value The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@return The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.", "getterModel" : { "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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@param value The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.", "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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@param key The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@return The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.", "getterModel" : { "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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

\n@param key The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.", "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 required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@param value The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@return The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.", "getterModel" : { "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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

\n@param value The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.", "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 optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "key", "value" ], "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amazon Resource Name (ARN) of the resource whose tags are returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are returned.", "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 Amazon Resource Name (ARN) of the resource whose tags are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A list of tags to add 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" : "

A list of tags to add to the resource.>

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags to add to the resource.>

\n@param tags A list of tags to add to the resource.>\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags to add to the resource.>

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tags to add 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags to add to the resource.>

\n@param tags A list of tags to add 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" : "

A list of tags to add to the resource.>

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amazon Resource Name (ARN) of the resource whose tags are returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are returned.", "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 Amazon Resource Name (ARN) of the resource whose tags are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A list of tags to add 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" : "

A list of tags to add to the resource.>

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags to add to the resource.>

\n@param tags A list of tags to add to the resource.>\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags to add to the resource.>

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tags to add 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags to add to the resource.>

\n@param tags A list of tags to add 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" : "

A list of tags to add to the resource.>

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amazon Resource Name (ARN) of the resource whose tags are returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amazon Resource Name (ARN) of the resource whose tags are returned.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are returned.", "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 Amazon Resource Name (ARN) of the resource whose tags are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A list of tags to add 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" : "

A list of tags to add to the resource.>

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags to add to the resource.>

\n@param tags A list of tags to add to the resource.>\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags to add to the resource.>

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tags to add 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags to add to the resource.>

\n@param tags A list of tags to add 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" : "

A list of tags to add to the resource.>

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Thing" : { "c2jName" : "Thing", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An AWS IoT thing.

", "endpointDiscovery" : 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" : "getThingArn", "beanStyleSetterMethodName" : "setThingArn", "c2jName" : "thingArn", "c2jShape" : "ThingArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the thing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingArn(String)}.\n@param thingArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingArn(String)", "deprecated" : false, "documentation" : "

The ARN of the thing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingArn", "fluentSetterDocumentation" : "

The ARN of the thing.

\n@param thingArn The ARN of the thing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingArn", "getterDocumentation" : "

The ARN of the thing.

\n@return The ARN of the thing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the thing.

\n@param thingArn The ARN of the thing.", "setterMethodName" : "setThingArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingArn", "variableType" : "String", "documentation" : "

The ARN of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 thing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the thing.

\n@return The name of the thing.", "getterModel" : { "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 thing.

\n@param thingName The name of the thing.", "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 thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ThingArn" : { "beanStyleGetterMethodName" : "getThingArn", "beanStyleSetterMethodName" : "setThingArn", "c2jName" : "thingArn", "c2jShape" : "ThingArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the thing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingArn(String)}.\n@param thingArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingArn(String)", "deprecated" : false, "documentation" : "

The ARN of the thing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingArn", "fluentSetterDocumentation" : "

The ARN of the thing.

\n@param thingArn The ARN of the thing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingArn", "getterDocumentation" : "

The ARN of the thing.

\n@return The ARN of the thing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the thing.

\n@param thingArn The ARN of the thing.", "setterMethodName" : "setThingArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingArn", "variableType" : "String", "documentation" : "

The ARN of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThingName" : { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 thing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the thing.

\n@return The name of the thing.", "getterModel" : { "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 thing.

\n@param thingName The name of the thing.", "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 thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getThingArn", "beanStyleSetterMethodName" : "setThingArn", "c2jName" : "thingArn", "c2jShape" : "ThingArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the thing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingArn(String)}.\n@param thingArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingArn(String)", "deprecated" : false, "documentation" : "

The ARN of the thing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingArn", "fluentSetterDocumentation" : "

The ARN of the thing.

\n@param thingArn The ARN of the thing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingArn", "getterDocumentation" : "

The ARN of the thing.

\n@return The ARN of the thing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thingArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thingArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThingArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the thing.

\n@param thingArn The ARN of the thing.", "setterMethodName" : "setThingArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thingArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thingArn", "variableType" : "String", "documentation" : "

The ARN of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThingName", "beanStyleSetterMethodName" : "setThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "defaultConsumerFluentSetterDocumentation" : "

The name of the thing.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 thing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thingName", "fluentSetterDocumentation" : "

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thingName", "getterDocumentation" : "

The name of the thing.

\n@return The name of the thing.", "getterModel" : { "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 thing.

\n@param thingName The name of the thing.", "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 thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Thing", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Thing", "variableName" : "thing", "variableType" : "Thing", "documentation" : null, "simpleType" : "Thing", "variableSetterType" : "Thing" }, "wrapper" : false, "xmlNamespace" : null }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ThrottlingException", "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" : "ThrottlingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ThrottlingException", "variableName" : "throttlingException", "variableType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "wrapper" : false, "xmlNamespace" : null }, "UndeploySystemInstanceRequest" : { "c2jName" : "UndeploySystemInstanceRequest", "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" : "UndeploySystemInstance", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.UndeploySystemInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance to remove from its target.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance to remove from its target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system instance to remove from its target.

\n@param id The ID of the system instance to remove from its target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance to remove from its target.

\n@return The ID of the system instance to remove from its target.", "getterModel" : { "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 ID of the system instance to remove from its target.

\n@param id The ID of the system instance to remove from its target.", "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 ID of the system instance to remove from its target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance to remove from its target.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance to remove from its target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system instance to remove from its target.

\n@param id The ID of the system instance to remove from its target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance to remove from its target.

\n@return The ID of the system instance to remove from its target.", "getterModel" : { "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 ID of the system instance to remove from its target.

\n@param id The ID of the system instance to remove from its target.", "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 ID of the system instance to remove from its target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system instance to remove from its target.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system instance to remove from its target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system instance to remove from its target.

\n@param id The ID of the system instance to remove from its target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system instance to remove from its target.

\n@return The ID of the system instance to remove from its target.", "getterModel" : { "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 ID of the system instance to remove from its target.

\n@param id The ID of the system instance to remove from its target.", "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 ID of the system instance to remove from its target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UndeploySystemInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UndeploySystemInstanceRequest", "variableName" : "undeploySystemInstanceRequest", "variableType" : "UndeploySystemInstanceRequest", "documentation" : null, "simpleType" : "UndeploySystemInstanceRequest", "variableSetterType" : "UndeploySystemInstanceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UndeploySystemInstanceResponse" : { "c2jName" : "UndeploySystemInstanceResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about the system instance that was removed from its target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@param summary An object that contains summary information about the system instance that was removed from its target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@return An object that contains summary information about the system instance that was removed from its target.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@param summary An object that contains summary information about the system instance that was removed from its target.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about the system instance that was removed from its target.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about the system instance that was removed from its target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@param summary An object that contains summary information about the system instance that was removed from its target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@return An object that contains summary information about the system instance that was removed from its target.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@param summary An object that contains summary information about the system instance that was removed from its target.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about the system instance that was removed from its target.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemInstanceSummary", "defaultConsumerFluentSetterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)", "deprecated" : false, "documentation" : "

An object that contains summary information about the system instance that was removed from its target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@param summary An object that contains summary information about the system instance that was removed from its target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@return An object that contains summary information about the system instance that was removed from its target.", "getterModel" : { "returnType" : "SystemInstanceSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object that contains summary information about the system instance that was removed from its target.

\n@param summary An object that contains summary information about the system instance that was removed from its target.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : null, "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemInstanceSummary", "variableName" : "summary", "variableType" : "SystemInstanceSummary", "documentation" : "

An object that contains summary information about the system instance that was removed from its target.

", "simpleType" : "SystemInstanceSummary", "variableSetterType" : "SystemInstanceSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UndeploySystemInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UndeploySystemInstanceResponse", "variableName" : "undeploySystemInstanceResponse", "variableType" : "UndeploySystemInstanceResponse", "documentation" : null, "simpleType" : "UndeploySystemInstanceResponse", "variableSetterType" : "UndeploySystemInstanceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are to be removed.", "getterModel" : { "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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be removed.", "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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n@param tagKeys A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.", "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" : "tagKeys", "queryString" : false, "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n@param tagKeys A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.", "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" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are to be removed.", "getterModel" : { "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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be removed.", "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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n@param tagKeys A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.", "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" : "tagKeys", "queryString" : false, "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n@param tagKeys A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.", "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" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@return The Amazon Resource Name (ARN) of the resource whose tags are to be removed.", "getterModel" : { "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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource whose tags are to be removed.", "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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n@param tagKeys A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.", "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" : "tagKeys", "queryString" : false, "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

\n@param tagKeys A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.", "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" : "

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateFlowTemplateRequest" : { "c2jName" : "UpdateFlowTemplateRequest", "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" : "UpdateFlowTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.UpdateFlowTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that contains the updated workflow definition.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@param definition The DefinitionDocument that contains the updated workflow definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@return The DefinitionDocument that contains the updated workflow definition.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@param definition The DefinitionDocument that contains the updated workflow definition.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that contains the updated workflow definition.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compatibleNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compatibleNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@param compatibleNamespaceVersion The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@return The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@param compatibleNamespaceVersion The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompatibleNamespaceVersion" : { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compatibleNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compatibleNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@param compatibleNamespaceVersion The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@return The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@param compatibleNamespaceVersion The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that contains the updated workflow definition.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@param definition The DefinitionDocument that contains the updated workflow definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@return The DefinitionDocument that contains the updated workflow definition.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@param definition The DefinitionDocument that contains the updated workflow definition.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that contains the updated workflow definition.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@return The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "getterModel" : { "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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

\n@param id The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME", "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 ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that contains the updated workflow definition.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@param definition The DefinitionDocument that contains the updated workflow definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@return The DefinitionDocument that contains the updated workflow definition.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that contains the updated workflow definition.

\n@param definition The DefinitionDocument that contains the updated workflow definition.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that contains the updated workflow definition.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compatibleNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compatibleNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@param compatibleNamespaceVersion The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@return The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

\n@param compatibleNamespaceVersion The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id", "definition" ], "shapeName" : "UpdateFlowTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFlowTemplateRequest", "variableName" : "updateFlowTemplateRequest", "variableType" : "UpdateFlowTemplateRequest", "documentation" : null, "simpleType" : "UpdateFlowTemplateRequest", "variableSetterType" : "UpdateFlowTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateFlowTemplateResponse" : { "c2jName" : "UpdateFlowTemplateResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object containing summary information about the updated workflow.

\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)", "deprecated" : false, "documentation" : "

An object containing summary information about the updated workflow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object containing summary information about the updated workflow.

\n@param summary An object containing summary information about the updated workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object containing summary information about the updated workflow.

\n@return An object containing summary information about the updated workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object containing summary information about the updated workflow.

\n@param summary An object containing summary information about the updated workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

An object containing summary information about the updated workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object containing summary information about the updated workflow.

\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)", "deprecated" : false, "documentation" : "

An object containing summary information about the updated workflow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object containing summary information about the updated workflow.

\n@param summary An object containing summary information about the updated workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object containing summary information about the updated workflow.

\n@return An object containing summary information about the updated workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object containing summary information about the updated workflow.

\n@param summary An object containing summary information about the updated workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

An object containing summary information about the updated workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "FlowTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object containing summary information about the updated workflow.

\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)", "deprecated" : false, "documentation" : "

An object containing summary information about the updated workflow.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object containing summary information about the updated workflow.

\n@param summary An object containing summary information about the updated workflow.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object containing summary information about the updated workflow.

\n@return An object containing summary information about the updated workflow.", "getterModel" : { "returnType" : "FlowTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object containing summary information about the updated workflow.

\n@param summary An object containing summary information about the updated workflow.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : null, "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FlowTemplateSummary", "variableName" : "summary", "variableType" : "FlowTemplateSummary", "documentation" : "

An object containing summary information about the updated workflow.

", "simpleType" : "FlowTemplateSummary", "variableSetterType" : "FlowTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateFlowTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFlowTemplateResponse", "variableName" : "updateFlowTemplateResponse", "variableType" : "UpdateFlowTemplateResponse", "documentation" : null, "simpleType" : "UpdateFlowTemplateResponse", "variableSetterType" : "UpdateFlowTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateSystemTemplateRequest" : { "c2jName" : "UpdateSystemTemplateRequest", "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" : "UpdateSystemTemplate", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.UpdateSystemTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that contains the updated system definition.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@param definition The DefinitionDocument that contains the updated system definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@return The DefinitionDocument that contains the updated system definition.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@param definition The DefinitionDocument that contains the updated system definition.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that contains the updated system definition.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compatibleNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compatibleNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompatibleNamespaceVersion" : { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compatibleNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compatibleNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that contains the updated system definition.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@param definition The DefinitionDocument that contains the updated system definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@return The DefinitionDocument that contains the updated system definition.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@param definition The DefinitionDocument that contains the updated system definition.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that contains the updated system definition.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "Urn", "defaultConsumerFluentSetterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@return The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "getterModel" : { "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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

\n@param id The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME", "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 ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that contains the updated system definition.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@param definition The DefinitionDocument that contains the updated system definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@return The DefinitionDocument that contains the updated system definition.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Definition", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that contains the updated system definition.

\n@param definition The DefinitionDocument that contains the updated system definition.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "definition", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that contains the updated system definition.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompatibleNamespaceVersion", "beanStyleSetterMethodName" : "setCompatibleNamespaceVersion", "c2jName" : "compatibleNamespaceVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compatibleNamespaceVersion(Long)", "deprecated" : false, "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "compatibleNamespaceVersion", "fluentSetterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "compatibleNamespaceVersion", "getterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "compatibleNamespaceVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "compatibleNamespaceVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompatibleNamespaceVersion", "sensitive" : false, "setterDocumentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

\n@param compatibleNamespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.", "setterMethodName" : "setCompatibleNamespaceVersion", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "compatibleNamespaceVersion", "variableType" : "Long", "documentation" : "

The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id", "definition" ], "shapeName" : "UpdateSystemTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateSystemTemplateRequest", "variableName" : "updateSystemTemplateRequest", "variableType" : "UpdateSystemTemplateRequest", "documentation" : null, "simpleType" : "UpdateSystemTemplateRequest", "variableSetterType" : "UpdateSystemTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateSystemTemplateResponse" : { "c2jName" : "UpdateSystemTemplateResponse", "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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object containing summary information about the updated system.

\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)", "deprecated" : false, "documentation" : "

An object containing summary information about the updated system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object containing summary information about the updated system.

\n@param summary An object containing summary information about the updated system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object containing summary information about the updated system.

\n@return An object containing summary information about the updated system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object containing summary information about the updated system.

\n@param summary An object containing summary information about the updated system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

An object containing summary information about the updated system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object containing summary information about the updated system.

\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)", "deprecated" : false, "documentation" : "

An object containing summary information about the updated system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object containing summary information about the updated system.

\n@param summary An object containing summary information about the updated system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object containing summary information about the updated system.

\n@return An object containing summary information about the updated system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object containing summary information about the updated system.

\n@param summary An object containing summary information about the updated system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

An object containing summary information about the updated system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "SystemTemplateSummary", "defaultConsumerFluentSetterDocumentation" : "

An object containing summary information about the updated system.

\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)", "deprecated" : false, "documentation" : "

An object containing summary information about the updated system.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

An object containing summary information about the updated system.

\n@param summary An object containing summary information about the updated system.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

An object containing summary information about the updated system.

\n@return An object containing summary information about the updated system.", "getterModel" : { "returnType" : "SystemTemplateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

An object containing summary information about the updated system.

\n@param summary An object containing summary information about the updated system.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : null, "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SystemTemplateSummary", "variableName" : "summary", "variableType" : "SystemTemplateSummary", "documentation" : "

An object containing summary information about the updated system.

", "simpleType" : "SystemTemplateSummary", "variableSetterType" : "SystemTemplateSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateSystemTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateSystemTemplateResponse", "variableName" : "updateSystemTemplateResponse", "variableType" : "UpdateSystemTemplateResponse", "documentation" : null, "simpleType" : "UpdateSystemTemplateResponse", "variableSetterType" : "UpdateSystemTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UploadEntityDefinitionsRequest" : { "c2jName" : "UploadEntityDefinitionsRequest", "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" : "UploadEntityDefinitions", "locationName" : null, "requestUri" : "/", "target" : "IotThingsGraphFrontEndService.UploadEntityDefinitions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "document", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #document(DefinitionDocument)}.\n@param document a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that defines the updated entities.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@param document The DefinitionDocument that defines the updated entities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@return The DefinitionDocument that defines the updated entities.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "document", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@param document The DefinitionDocument that defines the updated entities.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "document", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "document", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that defines the updated entities.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSyncWithPublicNamespace", "beanStyleSetterMethodName" : "setSyncWithPublicNamespace", "c2jName" : "syncWithPublicNamespace", "c2jShape" : "SyncWithPublicNamespace", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\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 #syncWithPublicNamespace(Boolean)}.\n@param syncWithPublicNamespace 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 #syncWithPublicNamespace(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "syncWithPublicNamespace", "fluentSetterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@param syncWithPublicNamespace A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "syncWithPublicNamespace", "getterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@return A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.", "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" : "syncWithPublicNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "syncWithPublicNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SyncWithPublicNamespace", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@param syncWithPublicNamespace A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.", "setterMethodName" : "setSyncWithPublicNamespace", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "syncWithPublicNamespace", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "syncWithPublicNamespace", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeprecateExistingEntities", "beanStyleSetterMethodName" : "setDeprecateExistingEntities", "c2jName" : "deprecateExistingEntities", "c2jShape" : "DeprecateExistingEntities", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\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 #deprecateExistingEntities(Boolean)}.\n@param deprecateExistingEntities 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 #deprecateExistingEntities(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deprecateExistingEntities", "fluentSetterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@param deprecateExistingEntities A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deprecateExistingEntities", "getterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@return A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.", "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" : "deprecateExistingEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deprecateExistingEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DeprecateExistingEntities", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@param deprecateExistingEntities A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.", "setterMethodName" : "setDeprecateExistingEntities", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deprecateExistingEntities", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deprecateExistingEntities", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeprecateExistingEntities" : { "beanStyleGetterMethodName" : "getDeprecateExistingEntities", "beanStyleSetterMethodName" : "setDeprecateExistingEntities", "c2jName" : "deprecateExistingEntities", "c2jShape" : "DeprecateExistingEntities", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\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 #deprecateExistingEntities(Boolean)}.\n@param deprecateExistingEntities 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 #deprecateExistingEntities(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deprecateExistingEntities", "fluentSetterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@param deprecateExistingEntities A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deprecateExistingEntities", "getterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@return A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.", "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" : "deprecateExistingEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deprecateExistingEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DeprecateExistingEntities", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@param deprecateExistingEntities A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.", "setterMethodName" : "setDeprecateExistingEntities", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deprecateExistingEntities", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deprecateExistingEntities", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Document" : { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "document", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #document(DefinitionDocument)}.\n@param document a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that defines the updated entities.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@param document The DefinitionDocument that defines the updated entities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@return The DefinitionDocument that defines the updated entities.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "document", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@param document The DefinitionDocument that defines the updated entities.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "document", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "document", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that defines the updated entities.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SyncWithPublicNamespace" : { "beanStyleGetterMethodName" : "getSyncWithPublicNamespace", "beanStyleSetterMethodName" : "setSyncWithPublicNamespace", "c2jName" : "syncWithPublicNamespace", "c2jShape" : "SyncWithPublicNamespace", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\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 #syncWithPublicNamespace(Boolean)}.\n@param syncWithPublicNamespace 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 #syncWithPublicNamespace(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "syncWithPublicNamespace", "fluentSetterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@param syncWithPublicNamespace A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "syncWithPublicNamespace", "getterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@return A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.", "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" : "syncWithPublicNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "syncWithPublicNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SyncWithPublicNamespace", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@param syncWithPublicNamespace A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.", "setterMethodName" : "setSyncWithPublicNamespace", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "syncWithPublicNamespace", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "syncWithPublicNamespace", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "document", "c2jShape" : "DefinitionDocument", "defaultConsumerFluentSetterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #document(DefinitionDocument)}.\n@param document a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(DefinitionDocument)", "deprecated" : false, "documentation" : "

The DefinitionDocument that defines the updated entities.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@param document The DefinitionDocument that defines the updated entities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@return The DefinitionDocument that defines the updated entities.", "getterModel" : { "returnType" : "DefinitionDocument", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "document", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

The DefinitionDocument that defines the updated entities.

\n@param document The DefinitionDocument that defines the updated entities.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "document", "variableType" : "DefinitionDocument", "documentation" : null, "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DefinitionDocument", "variableName" : "document", "variableType" : "DefinitionDocument", "documentation" : "

The DefinitionDocument that defines the updated entities.

", "simpleType" : "DefinitionDocument", "variableSetterType" : "DefinitionDocument" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSyncWithPublicNamespace", "beanStyleSetterMethodName" : "setSyncWithPublicNamespace", "c2jName" : "syncWithPublicNamespace", "c2jShape" : "SyncWithPublicNamespace", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\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 #syncWithPublicNamespace(Boolean)}.\n@param syncWithPublicNamespace 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 #syncWithPublicNamespace(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "syncWithPublicNamespace", "fluentSetterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@param syncWithPublicNamespace A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "syncWithPublicNamespace", "getterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@return A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.", "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" : "syncWithPublicNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "syncWithPublicNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SyncWithPublicNamespace", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

\n@param syncWithPublicNamespace A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.", "setterMethodName" : "setSyncWithPublicNamespace", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "syncWithPublicNamespace", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "syncWithPublicNamespace", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeprecateExistingEntities", "beanStyleSetterMethodName" : "setDeprecateExistingEntities", "c2jName" : "deprecateExistingEntities", "c2jShape" : "DeprecateExistingEntities", "defaultConsumerFluentSetterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\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 #deprecateExistingEntities(Boolean)}.\n@param deprecateExistingEntities 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 #deprecateExistingEntities(Boolean)", "deprecated" : false, "documentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deprecateExistingEntities", "fluentSetterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@param deprecateExistingEntities A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deprecateExistingEntities", "getterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@return A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.", "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" : "deprecateExistingEntities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deprecateExistingEntities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DeprecateExistingEntities", "sensitive" : false, "setterDocumentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

\n@param deprecateExistingEntities A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.", "setterMethodName" : "setDeprecateExistingEntities", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deprecateExistingEntities", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deprecateExistingEntities", "variableType" : "Boolean", "documentation" : "

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UploadEntityDefinitionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UploadEntityDefinitionsRequest", "variableName" : "uploadEntityDefinitionsRequest", "variableType" : "UploadEntityDefinitionsRequest", "documentation" : null, "simpleType" : "UploadEntityDefinitionsRequest", "variableSetterType" : "UploadEntityDefinitionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UploadEntityDefinitionsResponse" : { "c2jName" : "UploadEntityDefinitionsResponse", "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" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@param uploadId The ID that specifies the upload action. You can use this to track the status of the upload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@return The ID that specifies the upload action. You can use this to track the status of the upload.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@param uploadId The ID that specifies the upload action. You can use this to track the status of the upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@param uploadId The ID that specifies the upload action. You can use this to track the status of the upload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@return The ID that specifies the upload action. You can use this to track the status of the upload.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@param uploadId The ID that specifies the upload action. You can use this to track the status of the upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@param uploadId The ID that specifies the upload action. You can use this to track the status of the upload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@return The ID that specifies the upload action. You can use this to track the status of the upload.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

\n@param uploadId The ID that specifies the upload action. You can use this to track the status of the upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The ID that specifies the upload action. You can use this to track the status of the upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "uploadId" ], "shapeName" : "UploadEntityDefinitionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UploadEntityDefinitionsResponse", "variableName" : "uploadEntityDefinitionsResponse", "variableType" : "UploadEntityDefinitionsResponse", "documentation" : null, "simpleType" : "UploadEntityDefinitionsResponse", "variableSetterType" : "UploadEntityDefinitionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UploadStatus" : { "c2jName" : "UploadStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "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" : "UploadStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UploadStatus", "variableName" : "uploadStatus", "variableType" : "UploadStatus", "documentation" : null, "simpleType" : "UploadStatus", "variableSetterType" : "UploadStatus" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : null }, "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" : "IoTThingsGraphException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphException", "sdkRequestBaseClassName" : "IoTThingsGraphRequest", "sdkResponseBaseClassName" : "IoTThingsGraphResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy